Home
last modified time | relevance | path

Searched refs:srcid (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/mips/alchemy/common/
Ddbdma.c252 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/
Dqgroup.h349 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid,
Dqgroup.c2859 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/
Dau1xxx_dbdma.h348 extern u32 au1xxx_dbdma_chan_alloc(u32 srcid, u32 destid,