Searched refs:dpdmai_open (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/fsl-dpaa2-qdma/ |
H A D | dpdmai.c | 52 * dpdmai_open() - Open a control session for the specified object 68 int dpdmai_open(struct fsl_mc_io *mc_io, u32 cmd_flags, in dpdmai_open() function 92 EXPORT_SYMBOL_GPL(dpdmai_open); variable 135 * DPL file, call dpdmai_open() function to get an authentication
|
H A D | dpdmai.h | 161 int dpdmai_open(struct fsl_mc_io *mc_io, u32 cmd_flags,
|
H A D | dpaa2-qdma.c | 321 err = dpdmai_open(priv->mc_io, 0, priv->dpqdma_id, &ls_dev->mc_handle); in dpaa2_qdma_setup() 323 dev_err(dev, "dpdmai_open() failed\n"); in dpaa2_qdma_setup()
|
/kernel/linux/linux-6.6/drivers/dma/fsl-dpaa2-qdma/ |
H A D | dpdmai.c | 52 * dpdmai_open() - Open a control session for the specified object 68 int dpdmai_open(struct fsl_mc_io *mc_io, u32 cmd_flags, in dpdmai_open() function 92 EXPORT_SYMBOL_GPL(dpdmai_open); variable 135 * DPL file, call dpdmai_open() function to get an authentication
|
H A D | dpdmai.h | 161 int dpdmai_open(struct fsl_mc_io *mc_io, u32 cmd_flags,
|
H A D | dpaa2-qdma.c | 320 err = dpdmai_open(priv->mc_io, 0, priv->dpqdma_id, &ls_dev->mc_handle); in dpaa2_qdma_setup() 322 dev_err(dev, "dpdmai_open() failed\n"); in dpaa2_qdma_setup()
|
Completed in 5 milliseconds