Searched refs:ctp (Results 1 – 11 of 11) sorted by relevance
260 chan_tab_t *ctp; in au1xxx_dbdma_chan_alloc() local303 ctp = NULL; in au1xxx_dbdma_chan_alloc()312 ctp = kmalloc(sizeof(chan_tab_t), GFP_ATOMIC); in au1xxx_dbdma_chan_alloc()313 chan_tab_ptr[i] = ctp; in au1xxx_dbdma_chan_alloc()318 if (ctp != NULL) { in au1xxx_dbdma_chan_alloc()319 memset(ctp, 0, sizeof(chan_tab_t)); in au1xxx_dbdma_chan_alloc()320 ctp->chan_index = chan = i; in au1xxx_dbdma_chan_alloc()323 ctp->chan_ptr = (au1x_dma_chan_t *)dcp; in au1xxx_dbdma_chan_alloc()325 ctp->chan_src = stp; in au1xxx_dbdma_chan_alloc()326 ctp->chan_dest = dtp; in au1xxx_dbdma_chan_alloc()[all …]
67 regulator-name = "vdd-1v8-nor-ctp";85 reg_1v8_ctp: regulator-ctp {87 regulator-name = "vdd-ctp";
99 ctp@5d {
427 regulator-name = "vcc-ctp";
49 reg_ctp: regulator-ctp {51 regulator-name = "ctp";386 ctp_pwr_en_default: ctp-pwr-en-default {
613 const BYTE* ctp = codeTable; in ZSTD_estimateSubBlockSize_symbolType() local614 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()
72 regulator-name = "vdd-ctp";
167 regulator-name = "vcc-ctp";
297 regulator-name = "vcc-ctp";
421 regulator-name = "vcc-lcd-ctp-stk";
481 static int smack_ptrace_access_check(struct task_struct *ctp, unsigned int mode) in smack_ptrace_access_check() argument485 skp = smk_of_task_struct_obj(ctp); in smack_ptrace_access_check()