Searched refs:srcid (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/dma/ |
H A D | fsl-edma-main.c | 235 static bool fsl_edma_srcid_in_use(struct fsl_edma_engine *fsl_edma, u32 srcid) in fsl_edma_srcid_in_use() argument 243 if (fsl_chan->srcid && srcid == fsl_chan->srcid) { in fsl_edma_srcid_in_use() 277 fsl_chan->srcid = dma_spec->args[1]; in fsl_edma_xlate() 279 if (!fsl_chan->srcid) { in fsl_edma_xlate() 281 fsl_chan->srcid); in fsl_edma_xlate() 285 fsl_edma_chan_mux(fsl_chan, fsl_chan->srcid, in fsl_edma_xlate() 335 } else if (b_chmux && !fsl_chan->srcid) { in fsl_edma3_xlate() 339 fsl_chan->srcid = dma_spec->args[0]; in fsl_edma3_xlate() 809 fsl_chan->srcid = 0; in fsl_edma_probe() 960 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() 884 fsl_chan->srcid = 0; in fsl_edma_free_chan_resources()
|
H A D | fsl-edma-common.h | 185 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 | 376 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid,
|
H A D | qgroup.c | 3241 u64 srcid, u64 parentid) in qgroup_snapshot_quick_inherit() argument 3248 src = find_qgroup_rb(fs_info, srcid); in qgroup_snapshot_quick_inherit() 3293 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, in btrfs_qgroup_inherit() argument 3428 if (srcid && btrfs_qgroup_mode(fs_info) == BTRFS_QGROUP_MODE_FULL) { in btrfs_qgroup_inherit() 3429 srcgroup = find_qgroup_rb(fs_info, srcid); in btrfs_qgroup_inherit() 3476 if (srcid) { in btrfs_qgroup_inherit() 3478 ret = qgroup_snapshot_quick_inherit(fs_info, srcid, *i_qgroups); in btrfs_qgroup_inherit()
|