Home
last modified time | relevance | path

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

/linux/arch/mips/alchemy/common/
H A Ddbdma.c261 chan_tab_t *ctp; in au1xxx_dbdma_chan_alloc() local
304 ctp = NULL; in au1xxx_dbdma_chan_alloc()
313 ctp = kmalloc(sizeof(chan_tab_t), GFP_ATOMIC); in au1xxx_dbdma_chan_alloc()
314 chan_tab_ptr[i] = ctp; in au1xxx_dbdma_chan_alloc()
319 if (ctp != NULL) { in au1xxx_dbdma_chan_alloc()
320 memset(ctp, 0, sizeof(chan_tab_t)); in au1xxx_dbdma_chan_alloc()
321 ctp->chan_index = chan = i; in au1xxx_dbdma_chan_alloc()
324 ctp->chan_ptr = (au1x_dma_chan_t *)dcp; in au1xxx_dbdma_chan_alloc()
326 ctp->chan_src = stp; in au1xxx_dbdma_chan_alloc()
327 ctp->chan_dest = dtp; in au1xxx_dbdma_chan_alloc()
[all …]
/linux/arch/arm/boot/dts/allwinner/
H 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";
H A Dsun6i-a31s-primo81.dts99 ctp@5d {
H A Dsun8i-a83t-tbs-a711.dts427 regulator-name = "vcc-ctp";
/linux/lib/zstd/compress/
H A Dzstd_compress_superblock.c339 const BYTE* ctp = codeTable; in ZSTD_estimateSubBlockSize_symbolType() local
340 const BYTE* const ctStart = ctp; in ZSTD_estimateSubBlockSize_symbolType()
358 while (ctp < ctEnd) { in ZSTD_estimateSubBlockSize_symbolType()
359 if (additionalBits) cSymbolTypeSizeEstimateInBits += additionalBits[*ctp]; in ZSTD_estimateSubBlockSize_symbolType()
360 …else cSymbolTypeSizeEstimateInBits += *ctp; /* for offset, offset code is also the number of addit… in ZSTD_estimateSubBlockSize_symbolType()
361 ctp++; in ZSTD_estimateSubBlockSize_symbolType()
H A Dzstd_compress.c3779 const BYTE* ctp = codeTable; in ZSTD_estimateBlockSize_symbolType() local
3780 const BYTE* const ctStart = ctp; in ZSTD_estimateBlockSize_symbolType()
3799 while (ctp < ctEnd) { in ZSTD_estimateBlockSize_symbolType()
3800 if (additionalBits) cSymbolTypeSizeEstimateInBits += additionalBits[*ctp]; in ZSTD_estimateBlockSize_symbolType()
3801 …else cSymbolTypeSizeEstimateInBits += *ctp; /* for offset, offset code is also the number of addit… in ZSTD_estimateBlockSize_symbolType()
3802 ctp++; in ZSTD_estimateBlockSize_symbolType()
/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-longcheer-l8150.dts86 reg_ctp: regulator-ctp {
88 regulator-name = "ctp";
364 ctp_pwr_en_default: ctp-pwr-en-default-state {
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-oceanic-5205-5inmfd.dts72 regulator-name = "vdd-ctp";
H A Dsun50i-a100-allwinner-perf1.dts190 regulator-name = "vcc-ctp";
H A Dsun50i-a64-amarula-relic.dts297 regulator-name = "vcc-ctp";
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8365-evk.dts690 ctp-int1-pins {
/linux/security/smack/
H A Dsmack_lsm.c475 static int smack_ptrace_access_check(struct task_struct *ctp, unsigned int mode) in smack_ptrace_access_check() argument
479 skp = smk_of_task_struct_obj(ctp); in smack_ptrace_access_check()