Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vfio/fsl-mc/
H A Dvfio_fsl_mc_intr.c113 struct device *cont_dev = fsl_mc_cont_dev(&mc_dev->dev); in vfio_fsl_mc_set_irq_trigger() local
114 struct fsl_mc_device *mc_cont = to_fsl_mc_device(cont_dev); in vfio_fsl_mc_set_irq_trigger()
H A Dvfio_fsl_mc.c102 struct device *cont_dev = fsl_mc_cont_dev(&mc_dev->dev); in vfio_fsl_mc_close_device() local
103 struct fsl_mc_device *mc_cont = to_fsl_mc_device(cont_dev); in vfio_fsl_mc_close_device()
/openbmc/linux/drivers/iommu/
H A Diommu.c1708 struct device *cont_dev = fsl_mc_cont_dev(dev); in fsl_mc_device_group() local
1711 group = iommu_group_get(cont_dev); in fsl_mc_device_group()