Searched refs:ctp (Results 1 – 12 of 12) sorted by relevance
261 chan_tab_t *ctp; in au1xxx_dbdma_chan_alloc() local304 ctp = NULL; in au1xxx_dbdma_chan_alloc()369 chan_tab_t *ctp; in au1xxx_dbdma_set_devwidth() local581 ctp->get_ptr = ctp->put_ptr = ctp->cur_ptr = ctp->chan_desc_base; in au1xxx_dbdma_ring_alloc()758 chan_tab_t *ctp; in au1xxx_dbdma_stop() local788 chan_tab_t *ctp; in au1xxx_dbdma_start() local809 ctp->get_ptr = ctp->put_ptr = ctp->cur_ptr = ctp->chan_desc_base; in au1xxx_dbdma_reset()861 kfree(ctp); in au1xxx_dbdma_chan_free()886 ctp->chan_callback(irq, ctp->chan_callparam); in dbdma_interrupt()909 (u32)(ctp->chan_desc_base), (u32)(ctp->get_ptr), in au1xxx_dbdma_dump()[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";
339 const BYTE* ctp = codeTable; in ZSTD_estimateSubBlockSize_symbolType() local340 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()
3779 const BYTE* ctp = codeTable; in ZSTD_estimateBlockSize_symbolType() local3780 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()
86 reg_ctp: regulator-ctp {88 regulator-name = "ctp";361 ctp_pwr_en_default: ctp-pwr-en-default-state {
72 regulator-name = "vdd-ctp";
190 regulator-name = "vcc-ctp";
297 regulator-name = "vcc-ctp";
452 regulator-name = "vcc-lcd-ctp-stk";
476 static int smack_ptrace_access_check(struct task_struct *ctp, unsigned int mode) in smack_ptrace_access_check() argument480 skp = smk_of_task_struct_obj(ctp); in smack_ptrace_access_check()