Searched refs:dpcon_get_attributes (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/bus/fsl-mc/ |
H A D | dpcon.c | 155 * dpcon_get_attributes() - Retrieve DPCON attributes. 163 int dpcon_get_attributes(struct fsl_mc_io *mc_io, in dpcon_get_attributes() function 190 EXPORT_SYMBOL_GPL(dpcon_get_attributes); variable
|
/kernel/linux/linux-6.6/drivers/bus/fsl-mc/ |
H A D | dpcon.c | 155 * dpcon_get_attributes() - Retrieve DPCON attributes. 163 int dpcon_get_attributes(struct fsl_mc_io *mc_io, in dpcon_get_attributes() function 190 EXPORT_SYMBOL_GPL(dpcon_get_attributes); variable
|
/kernel/linux/linux-5.10/include/linux/fsl/ |
H A D | mc.h | 640 int dpcon_get_attributes(struct fsl_mc_io *mc_io,
|
/kernel/linux/linux-6.6/include/linux/fsl/ |
H A D | mc.h | 659 int dpcon_get_attributes(struct fsl_mc_io *mc_io,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.c | 2602 err = dpcon_get_attributes(priv->mc_io, 0, channel->dpcon->mc_handle, in dpaa2_eth_alloc_channel() 2605 dev_err(dev, "dpcon_get_attributes() failed\n"); in dpaa2_eth_alloc_channel()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.c | 3124 err = dpcon_get_attributes(priv->mc_io, 0, channel->dpcon->mc_handle, in dpaa2_eth_alloc_channel() 3127 dev_err(dev, "dpcon_get_attributes() failed\n"); in dpaa2_eth_alloc_channel()
|
Completed in 16 milliseconds