Searched refs:mc_cont (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/vfio/fsl-mc/ |
D | vfio_fsl_mc.c | 174 struct fsl_mc_device *mc_cont = to_fsl_mc_device(cont_dev); in vfio_fsl_mc_release() local 179 ret = dprc_reset_container(mc_cont->mc_io, 0, in vfio_fsl_mc_release() 180 mc_cont->mc_handle, in vfio_fsl_mc_release() 181 mc_cont->obj_desc.id, in vfio_fsl_mc_release() 185 dev_warn(&mc_cont->dev, "VFIO_FLS_MC: reset device has failed (%d)\n", in vfio_fsl_mc_release() 192 fsl_mc_cleanup_irq_pool(mc_cont); in vfio_fsl_mc_release() 523 struct fsl_mc_device *mc_cont = to_fsl_mc_device(mc_dev->dev.parent); in vfio_fsl_mc_bus_notifier() local 526 vdev->mc_dev == mc_cont) { in vfio_fsl_mc_bus_notifier() 531 dev_name(&mc_cont->dev)); in vfio_fsl_mc_bus_notifier() 534 dev_name(&mc_cont->dev)); in vfio_fsl_mc_bus_notifier() [all …]
|
D | vfio_fsl_mc_intr.c | 115 struct fsl_mc_device *mc_cont = to_fsl_mc_device(cont_dev); in vfio_fsl_mc_set_irq_trigger() local 124 ret = fsl_mc_populate_irq_pool(mc_cont, in vfio_fsl_mc_set_irq_trigger()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0034_linux_drivers_usb_vfio_wdt_tty_uio.patch | 7500 - ret = dprc_reset_container(mc_cont->mc_io, 0, 7501 - mc_cont->mc_handle, 7502 - mc_cont->obj_desc.id, 7507 dev_warn(&mc_cont->dev, "VFIO_FLS_MC: reset device has failed (%d)\n",
|