Searched refs:srcid (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/mips/alchemy/common/ | 
| D | dbdma.c | 252 u32 au1xxx_dbdma_chan_alloc(u32 srcid, u32 destid,  in au1xxx_dbdma_chan_alloc()  argument271 	stp = find_dbdev_id(srcid);  in au1xxx_dbdma_chan_alloc()
 393 	u32			desc_base, srcid, destid;  in au1xxx_dbdma_ring_alloc()  local
 442 	srcid = stp->dev_id;  in au1xxx_dbdma_ring_alloc()
 448 	cmd0 |= DSCR_CMD0_SID(srcid);  in au1xxx_dbdma_ring_alloc()
 454 	if (((DSCR_CUSTOM2DEV_ID(srcid) == DSCR_CMD0_THROTTLE) ||  in au1xxx_dbdma_ring_alloc()
 455 	     (DSCR_CUSTOM2DEV_ID(srcid) == DSCR_CMD0_ALWAYS)) &&  in au1xxx_dbdma_ring_alloc()
 
 | 
| /Linux-v5.4/fs/btrfs/ | 
| D | qgroup.h | 335 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid,
 | 
| D | qgroup.c | 2623 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid,  in btrfs_qgroup_inherit()  argument2737 	if (srcid) {  in btrfs_qgroup_inherit()
 2738 		srcgroup = find_qgroup_rb(fs_info, srcid);  in btrfs_qgroup_inherit()
 
 | 
| /Linux-v5.4/arch/mips/include/asm/mach-au1x00/ | 
| D | au1xxx_dbdma.h | 348 extern u32 au1xxx_dbdma_chan_alloc(u32 srcid, u32 destid,
 |