Searched refs:srcid (Results 1 – 5 of 5) 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() 329 fsl_chan->srcid = dma_spec->args[0]; in fsl_edma3_xlate() 802 fsl_chan->srcid = 0; in fsl_edma_probe() 944 if (fsl_chan->srcid != 0) in fsl_edma_resume_early() 945 fsl_edma_chan_mux(fsl_chan, fsl_chan->srcid, true); in fsl_edma_resume_early()
|
| 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.c | 3257 u64 srcid, u64 parentid) in qgroup_snapshot_quick_inherit() argument 3270 src = find_qgroup_rb(fs_info, srcid); in qgroup_snapshot_quick_inherit() 3326 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, in btrfs_qgroup_inherit() argument 3460 if (srcid && btrfs_qgroup_mode(fs_info) == BTRFS_QGROUP_MODE_FULL) { in btrfs_qgroup_inherit() 3461 srcgroup = find_qgroup_rb(fs_info, srcid); in btrfs_qgroup_inherit() 3508 if (srcid) { in btrfs_qgroup_inherit() 3510 ret = qgroup_snapshot_quick_inherit(fs_info, srcid, *i_qgroups); in btrfs_qgroup_inherit()
|