Home
last modified time | relevance | path

Searched refs:dprc_setup (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/bus/fsl-mc/
Ddprc-driver.c599 int dprc_setup(struct fsl_mc_device *mc_dev) in dprc_setup() function
699 EXPORT_SYMBOL_GPL(dprc_setup);
715 error = dprc_setup(mc_dev); in dprc_probe()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0014_linux_drivers_bus.patch138 @@ -603,6 +644,7 @@ int dprc_setup(struct fsl_mc_device *mc_dev)
146 @@ -635,6 +677,12 @@ int dprc_setup(struct fsl_mc_device *mc_dev)
159 @@ -670,9 +718,7 @@ int dprc_setup(struct fsl_mc_device *mc_dev)
170 @@ -680,6 +726,13 @@ int dprc_setup(struct fsl_mc_device *mc_dev)
184 @@ -694,6 +747,9 @@ int dprc_setup(struct fsl_mc_device *mc_dev)
193 EXPORT_SYMBOL_GPL(dprc_setup);
/kernel/linux/linux-5.10/include/linux/fsl/
Dmc.h543 int dprc_setup(struct fsl_mc_device *mc_dev);
/kernel/linux/linux-5.10/drivers/vfio/fsl-mc/
Dvfio_fsl_mc.c566 ret = dprc_setup(mc_dev); in vfio_fsl_mc_init_device()