Home
last modified time | relevance | path

Searched refs:dprc_scan_container (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/bus/fsl-mc/
H A Ddprc-driver.c364 int dprc_scan_container(struct fsl_mc_device *mc_bus_dev, in dprc_scan_container() function
381 EXPORT_SYMBOL_GPL(dprc_scan_container);
749 error = dprc_scan_container(mc_dev, true); in dprc_probe()
/openbmc/linux/include/linux/fsl/
H A Dmc.h539 int dprc_scan_container(struct fsl_mc_device *mc_bus_dev,
/openbmc/linux/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc.c491 ret = dprc_scan_container(mc_dev, false); in vfio_fsl_mc_scan_container()