Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/alchemy/common/
Ddbdma.c260 chan_tab_t *ctp; in au1xxx_dbdma_chan_alloc() local
303 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 …]
/Linux-v4.19/drivers/ide/
Dau1xxx-ide.c60 chan_tab_t *ctp; in auide_insw() local
68 ctp = *((chan_tab_t **)ahwif->rx_chan); in auide_insw()
69 dp = ctp->cur_ptr; in auide_insw()
72 ctp->cur_ptr = au1xxx_ddma_get_nextptr_virt(dp); in auide_insw()
78 chan_tab_t *ctp; in auide_outsw() local
86 ctp = *((chan_tab_t **)ahwif->tx_chan); in auide_outsw()
87 dp = ctp->cur_ptr; in auide_outsw()
90 ctp->cur_ptr = au1xxx_ddma_get_nextptr_virt(dp); in auide_outsw()
/Linux-v4.19/arch/arm/boot/dts/
Dsun6i-a31s-primo81.dts103 ctp@5d {
Dsun8i-a83t-tbs-a711.dts370 regulator-name = "vcc-ctp";
/Linux-v4.19/security/smack/
Dsmack_lsm.c477 static int smack_ptrace_access_check(struct task_struct *ctp, unsigned int mode) in smack_ptrace_access_check() argument
481 skp = smk_of_task_struct(ctp); in smack_ptrace_access_check()