Home
last modified time | relevance | path

Searched refs:ctp (Results 1 – 11 of 11) sorted by relevance

/linux/arch/mips/alchemy/common/
A Ddbdma.c260 chan_tab_t *ctp; in au1xxx_dbdma_chan_alloc() local
303 ctp = NULL; in au1xxx_dbdma_chan_alloc()
368 chan_tab_t *ctp; in au1xxx_dbdma_set_devwidth() local
580 ctp->get_ptr = ctp->put_ptr = ctp->cur_ptr = ctp->chan_desc_base; in au1xxx_dbdma_ring_alloc()
755 chan_tab_t *ctp; in au1xxx_dbdma_stop() local
785 chan_tab_t *ctp; in au1xxx_dbdma_start() local
806 ctp->get_ptr = ctp->put_ptr = ctp->cur_ptr = ctp->chan_desc_base; in au1xxx_dbdma_reset()
858 kfree(ctp); in au1xxx_dbdma_chan_free()
883 ctp->chan_callback(irq, ctp->chan_callparam); in dbdma_interrupt()
906 (u32)(ctp->chan_desc_base), (u32)(ctp->get_ptr), in au1xxx_dbdma_dump()
[all …]
/linux/arch/arm/boot/dts/
A Dsun5i-a13-pocketbook-touch-lux-3.dts67 regulator-name = "vdd-1v8-nor-ctp";
85 reg_1v8_ctp: regulator-ctp {
87 regulator-name = "vdd-ctp";
A Dsun6i-a31s-primo81.dts99 ctp@5d {
A Dsun8i-a83t-tbs-a711.dts427 regulator-name = "vcc-ctp";
/linux/arch/arm64/boot/dts/qcom/
A Dmsm8916-longcheer-l8150.dts49 reg_ctp: regulator-ctp {
51 regulator-name = "ctp";
371 ctp_pwr_en_default: ctp-pwr-en-default {
/linux/lib/zstd/compress/
A Dzstd_compress_superblock.c613 const BYTE* ctp = codeTable; in ZSTD_estimateSubBlockSize_symbolType() local
614 const BYTE* const ctStart = ctp; in ZSTD_estimateSubBlockSize_symbolType()
632 while (ctp < ctEnd) { in ZSTD_estimateSubBlockSize_symbolType()
633 if (additionalBits) cSymbolTypeSizeEstimateInBits += additionalBits[*ctp]; in ZSTD_estimateSubBlockSize_symbolType()
634 …else cSymbolTypeSizeEstimateInBits += *ctp; /* for offset, offset code is also the number of addit… in ZSTD_estimateSubBlockSize_symbolType()
635 ctp++; in ZSTD_estimateSubBlockSize_symbolType()
/linux/arch/arm64/boot/dts/allwinner/
A Dsun50i-a64-oceanic-5205-5inmfd.dts72 regulator-name = "vdd-ctp";
A Dsun50i-a100-allwinner-perf1.dts167 regulator-name = "vcc-ctp";
A Dsun50i-a64-amarula-relic.dts297 regulator-name = "vcc-ctp";
A Dsun50i-a64-pinephone.dtsi419 regulator-name = "vcc-lcd-ctp-stk";
/linux/security/smack/
A Dsmack_lsm.c480 static int smack_ptrace_access_check(struct task_struct *ctp, unsigned int mode) in smack_ptrace_access_check() argument
484 skp = smk_of_task_struct_obj(ctp); in smack_ptrace_access_check()

Completed in 28 milliseconds