Searched refs:srcid (Results 1 – 4 of 4) sorted by relevance
/linux/arch/mips/alchemy/common/ |
A D | dbdma.c | 252 u32 au1xxx_dbdma_chan_alloc(u32 srcid, u32 destid, in au1xxx_dbdma_chan_alloc() argument 271 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/fs/btrfs/ |
A D | qgroup.h | 346 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid,
|
A D | qgroup.c | 2746 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, in btrfs_qgroup_inherit() argument 2861 if (srcid) { in btrfs_qgroup_inherit() 2862 srcgroup = find_qgroup_rb(fs_info, srcid); in btrfs_qgroup_inherit() 2906 if (srcid) in btrfs_qgroup_inherit()
|
/linux/arch/mips/include/asm/mach-au1x00/ |
A D | au1xxx_dbdma.h | 348 extern u32 au1xxx_dbdma_chan_alloc(u32 srcid, u32 destid,
|
Completed in 18 milliseconds