ctp               260 arch/mips/alchemy/common/dbdma.c 	chan_tab_t	*ctp;
ctp               303 arch/mips/alchemy/common/dbdma.c 	ctp = NULL;
ctp               312 arch/mips/alchemy/common/dbdma.c 			ctp = kmalloc(sizeof(chan_tab_t), GFP_ATOMIC);
ctp               313 arch/mips/alchemy/common/dbdma.c 			chan_tab_ptr[i] = ctp;
ctp               318 arch/mips/alchemy/common/dbdma.c 	if (ctp != NULL) {
ctp               319 arch/mips/alchemy/common/dbdma.c 		memset(ctp, 0, sizeof(chan_tab_t));
ctp               320 arch/mips/alchemy/common/dbdma.c 		ctp->chan_index = chan = i;
ctp               323 arch/mips/alchemy/common/dbdma.c 		ctp->chan_ptr = (au1x_dma_chan_t *)dcp;
ctp               325 arch/mips/alchemy/common/dbdma.c 		ctp->chan_src = stp;
ctp               326 arch/mips/alchemy/common/dbdma.c 		ctp->chan_dest = dtp;
ctp               327 arch/mips/alchemy/common/dbdma.c 		ctp->chan_callback = callback;
ctp               328 arch/mips/alchemy/common/dbdma.c 		ctp->chan_callparam = callparam;
ctp               368 arch/mips/alchemy/common/dbdma.c 	chan_tab_t	*ctp;
ctp               371 arch/mips/alchemy/common/dbdma.c 	ctp = *((chan_tab_t **)chanid);
ctp               372 arch/mips/alchemy/common/dbdma.c 	stp = ctp->chan_src;
ctp               373 arch/mips/alchemy/common/dbdma.c 	dtp = ctp->chan_dest;
ctp               396 arch/mips/alchemy/common/dbdma.c 	chan_tab_t		*ctp;
ctp               404 arch/mips/alchemy/common/dbdma.c 	ctp = *((chan_tab_t **)chanid);
ctp               405 arch/mips/alchemy/common/dbdma.c 	stp = ctp->chan_src;
ctp               406 arch/mips/alchemy/common/dbdma.c 	dtp = ctp->chan_dest;
ctp               431 arch/mips/alchemy/common/dbdma.c 		ctp->cdb_membase = desc_base;
ctp               434 arch/mips/alchemy/common/dbdma.c 		ctp->cdb_membase = desc_base;
ctp               439 arch/mips/alchemy/common/dbdma.c 	ctp->chan_desc_base = dp;
ctp               579 arch/mips/alchemy/common/dbdma.c 	dp->dscr_nxtptr = DSCR_NXTPTR(virt_to_phys(ctp->chan_desc_base));
ctp               580 arch/mips/alchemy/common/dbdma.c 	ctp->get_ptr = ctp->put_ptr = ctp->cur_ptr = ctp->chan_desc_base;
ctp               582 arch/mips/alchemy/common/dbdma.c 	return (u32)ctp->chan_desc_base;
ctp               593 arch/mips/alchemy/common/dbdma.c 	chan_tab_t		*ctp;
ctp               600 arch/mips/alchemy/common/dbdma.c 	ctp = *(chan_tab_t **)chanid;
ctp               607 arch/mips/alchemy/common/dbdma.c 	dp = ctp->put_ptr;
ctp               636 arch/mips/alchemy/common/dbdma.c 	ctp->chan_ptr->ddma_dbell = 0;
ctp               639 arch/mips/alchemy/common/dbdma.c 	ctp->put_ptr = phys_to_virt(DSCR_GET_NXTPTR(dp->dscr_nxtptr));
ctp               652 arch/mips/alchemy/common/dbdma.c 	chan_tab_t		*ctp;
ctp               658 arch/mips/alchemy/common/dbdma.c 	ctp = *((chan_tab_t **)chanid);
ctp               664 arch/mips/alchemy/common/dbdma.c 	dp = ctp->put_ptr;
ctp               698 arch/mips/alchemy/common/dbdma.c 	ctp->chan_ptr->ddma_dbell = 0;
ctp               701 arch/mips/alchemy/common/dbdma.c 	ctp->put_ptr = phys_to_virt(DSCR_GET_NXTPTR(dp->dscr_nxtptr));
ctp               716 arch/mips/alchemy/common/dbdma.c 	chan_tab_t		*ctp;
ctp               724 arch/mips/alchemy/common/dbdma.c 	ctp = *((chan_tab_t **)chanid);
ctp               731 arch/mips/alchemy/common/dbdma.c 	dp = ctp->get_ptr;
ctp               746 arch/mips/alchemy/common/dbdma.c 	ctp->get_ptr = phys_to_virt(DSCR_GET_NXTPTR(dp->dscr_nxtptr));
ctp               755 arch/mips/alchemy/common/dbdma.c 	chan_tab_t	*ctp;
ctp               759 arch/mips/alchemy/common/dbdma.c 	ctp = *((chan_tab_t **)chanid);
ctp               761 arch/mips/alchemy/common/dbdma.c 	cp = ctp->chan_ptr;
ctp               785 arch/mips/alchemy/common/dbdma.c 	chan_tab_t	*ctp;
ctp               788 arch/mips/alchemy/common/dbdma.c 	ctp = *((chan_tab_t **)chanid);
ctp               789 arch/mips/alchemy/common/dbdma.c 	cp = ctp->chan_ptr;
ctp               790 arch/mips/alchemy/common/dbdma.c 	cp->ddma_desptr = virt_to_phys(ctp->cur_ptr);
ctp               800 arch/mips/alchemy/common/dbdma.c 	chan_tab_t		*ctp;
ctp               805 arch/mips/alchemy/common/dbdma.c 	ctp = *((chan_tab_t **)chanid);
ctp               806 arch/mips/alchemy/common/dbdma.c 	ctp->get_ptr = ctp->put_ptr = ctp->cur_ptr = ctp->chan_desc_base;
ctp               809 arch/mips/alchemy/common/dbdma.c 	dp = ctp->chan_desc_base;
ctp               820 arch/mips/alchemy/common/dbdma.c 	} while (dp != ctp->chan_desc_base);
ctp               826 arch/mips/alchemy/common/dbdma.c 	chan_tab_t	*ctp;
ctp               830 arch/mips/alchemy/common/dbdma.c 	ctp = *((chan_tab_t **)chanid);
ctp               831 arch/mips/alchemy/common/dbdma.c 	cp = ctp->chan_ptr;
ctp               843 arch/mips/alchemy/common/dbdma.c 	chan_tab_t	*ctp;
ctp               846 arch/mips/alchemy/common/dbdma.c 	ctp = *((chan_tab_t **)chanid);
ctp               847 arch/mips/alchemy/common/dbdma.c 	stp = ctp->chan_src;
ctp               848 arch/mips/alchemy/common/dbdma.c 	dtp = ctp->chan_dest;
ctp               852 arch/mips/alchemy/common/dbdma.c 	kfree((void *)ctp->cdb_membase);
ctp               856 arch/mips/alchemy/common/dbdma.c 	chan_tab_ptr[ctp->chan_index] = NULL;
ctp               858 arch/mips/alchemy/common/dbdma.c 	kfree(ctp);
ctp               866 arch/mips/alchemy/common/dbdma.c 	chan_tab_t		*ctp;
ctp               874 arch/mips/alchemy/common/dbdma.c 	ctp = chan_tab_ptr[chan_index];
ctp               875 arch/mips/alchemy/common/dbdma.c 	cp = ctp->chan_ptr;
ctp               876 arch/mips/alchemy/common/dbdma.c 	dp = ctp->cur_ptr;
ctp               882 arch/mips/alchemy/common/dbdma.c 	if (ctp->chan_callback)
ctp               883 arch/mips/alchemy/common/dbdma.c 		ctp->chan_callback(irq, ctp->chan_callparam);
ctp               885 arch/mips/alchemy/common/dbdma.c 	ctp->cur_ptr = phys_to_virt(DSCR_GET_NXTPTR(dp->dscr_nxtptr));
ctp               891 arch/mips/alchemy/common/dbdma.c 	chan_tab_t	 *ctp;
ctp               897 arch/mips/alchemy/common/dbdma.c 	ctp = *((chan_tab_t **)chanid);
ctp               898 arch/mips/alchemy/common/dbdma.c 	stp = ctp->chan_src;
ctp               899 arch/mips/alchemy/common/dbdma.c 	dtp = ctp->chan_dest;
ctp               900 arch/mips/alchemy/common/dbdma.c 	cp = ctp->chan_ptr;
ctp               903 arch/mips/alchemy/common/dbdma.c 			  (u32)ctp, (u32)stp, stp - dbdev_tab, (u32)dtp,
ctp               906 arch/mips/alchemy/common/dbdma.c 			  (u32)(ctp->chan_desc_base), (u32)(ctp->get_ptr),
ctp               907 arch/mips/alchemy/common/dbdma.c 			  (u32)(ctp->put_ptr), (u32)(ctp->cur_ptr));
ctp               917 arch/mips/alchemy/common/dbdma.c 	dp = ctp->chan_desc_base;
ctp               928 arch/mips/alchemy/common/dbdma.c 	} while (dp != ctp->chan_desc_base);
ctp               936 arch/mips/alchemy/common/dbdma.c 	chan_tab_t *ctp;
ctp               944 arch/mips/alchemy/common/dbdma.c 	ctp = *((chan_tab_t **)chanid);
ctp               951 arch/mips/alchemy/common/dbdma.c 	dp = ctp->put_ptr;
ctp               970 arch/mips/alchemy/common/dbdma.c 	ctp->chan_ptr->ddma_dbell = 0;
ctp               973 arch/mips/alchemy/common/dbdma.c 	ctp->put_ptr = phys_to_virt(DSCR_GET_NXTPTR(dp->dscr_nxtptr));
ctp                60 drivers/ide/au1xxx-ide.c 	chan_tab_t *ctp;
ctp                68 drivers/ide/au1xxx-ide.c 	ctp = *((chan_tab_t **)ahwif->rx_chan);
ctp                69 drivers/ide/au1xxx-ide.c 	dp = ctp->cur_ptr;
ctp                72 drivers/ide/au1xxx-ide.c 	ctp->cur_ptr = au1xxx_ddma_get_nextptr_virt(dp);
ctp                78 drivers/ide/au1xxx-ide.c 	chan_tab_t *ctp;
ctp                86 drivers/ide/au1xxx-ide.c 	ctp = *((chan_tab_t **)ahwif->tx_chan);
ctp                87 drivers/ide/au1xxx-ide.c 	dp = ctp->cur_ptr;
ctp                90 drivers/ide/au1xxx-ide.c 	ctp->cur_ptr = au1xxx_ddma_get_nextptr_virt(dp);
ctp               480 security/smack/smack_lsm.c static int smack_ptrace_access_check(struct task_struct *ctp, unsigned int mode)
ctp               484 security/smack/smack_lsm.c 	skp = smk_of_task_struct(ctp);