Searched refs:srcid (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/dma/ |
H A D | fsl-edma-main.c | 158 static bool fsl_edma_srcid_in_use(struct fsl_edma_engine *fsl_edma, u32 srcid) in fsl_edma_srcid_in_use() argument 166 if (fsl_chan->srcid && srcid == fsl_chan->srcid) { in fsl_edma_srcid_in_use() 200 fsl_chan->srcid = dma_spec->args[1]; in fsl_edma_xlate() 202 if (!fsl_chan->srcid) { in fsl_edma_xlate() 204 fsl_chan->srcid); in fsl_edma_xlate() 208 fsl_edma_chan_mux(fsl_chan, fsl_chan->srcid, in fsl_edma_xlate() 258 } else if (b_chmux && !fsl_chan->srcid) { in fsl_edma3_xlate() 262 fsl_chan->srcid = dma_spec->args[0]; in fsl_edma3_xlate() 699 fsl_chan->srcid = 0; in fsl_edma_probe() 850 if (fsl_chan->srcid != 0) in fsl_edma_resume_early() [all …]
|
H A D | fsl-edma-common.c | 94 edma_writel(fsl_chan->edma, fsl_chan->srcid, fsl_chan->mux_addr); in fsl_edma3_enable_request() 870 fsl_chan->srcid = 0;
|
H A D | fsl-edma-common.h | 172 u32 srcid; member
|
/linux/arch/mips/alchemy/common/ |
H A D | dbdma.c | 253 u32 au1xxx_dbdma_chan_alloc(u32 srcid, u32 destid, in au1xxx_dbdma_chan_alloc() argument 272 stp = find_dbdev_id(srcid); in au1xxx_dbdma_chan_alloc() 394 u32 desc_base, srcid, destid; in au1xxx_dbdma_ring_alloc() local 443 srcid = stp->dev_id; in au1xxx_dbdma_ring_alloc() 449 cmd0 |= DSCR_CMD0_SID(srcid); in au1xxx_dbdma_ring_alloc() 455 if (((DSCR_CUSTOM2DEV_ID(srcid) == DSCR_CMD0_THROTTLE) || in au1xxx_dbdma_ring_alloc() 456 (DSCR_CUSTOM2DEV_ID(srcid) == DSCR_CMD0_ALWAYS)) && in au1xxx_dbdma_ring_alloc()
|
/linux/arch/mips/include/asm/mach-au1x00/ |
H A D | au1xxx_dbdma.h | 348 extern u32 au1xxx_dbdma_chan_alloc(u32 srcid, u32 destid,
|
/linux/fs/btrfs/ |
H A D | qgroup.h | 373 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid,
|
H A D | qgroup.c | 3263 u64 srcid, u64 parentid) in qgroup_snapshot_quick_inherit() argument 3270 src = find_qgroup_rb(fs_info, srcid); in qgroup_snapshot_quick_inherit() 3315 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, in btrfs_qgroup_inherit() argument 3449 if (srcid && btrfs_qgroup_mode(fs_info) == BTRFS_QGROUP_MODE_FULL) { in btrfs_qgroup_inherit() 3450 srcgroup = find_qgroup_rb(fs_info, srcid); in btrfs_qgroup_inherit() 3497 if (srcid) { in btrfs_qgroup_inherit() 3499 ret = qgroup_snapshot_quick_inherit(fs_info, srcid, *i_qgroups); in btrfs_qgroup_inherit()
|