Searched refs:srcid (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/arch/mips/alchemy/common/ |
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-6.1.9/fs/btrfs/ |
D | qgroup.h | 349 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid,
|
D | qgroup.c | 2859 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, in btrfs_qgroup_inherit() argument 2967 if (srcid) { in btrfs_qgroup_inherit() 2968 srcgroup = find_qgroup_rb(fs_info, srcid); in btrfs_qgroup_inherit() 3012 if (srcid) in btrfs_qgroup_inherit()
|
/linux-6.1.9/arch/mips/include/asm/mach-au1x00/ |
D | au1xxx_dbdma.h | 348 extern u32 au1xxx_dbdma_chan_alloc(u32 srcid, u32 destid,
|