Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bus/fsl-mc/
H A Ddprc-driver.c751 goto dprc_cleanup; in dprc_probe()
765 dprc_cleanup: in dprc_probe()
766 dprc_cleanup(mc_dev); in dprc_probe()
793 int dprc_cleanup(struct fsl_mc_device *mc_dev) in dprc_cleanup() function
832 EXPORT_SYMBOL_GPL(dprc_cleanup);
858 dprc_cleanup(mc_dev); in dprc_remove()
/openbmc/linux/include/linux/fsl/
H A Dmc.h546 int dprc_cleanup(struct fsl_mc_device *mc_dev);
/openbmc/linux/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc.c508 dprc_cleanup(mc_dev); in vfio_fsl_uninit_device()