Searched refs:to_mdev_device (Results 1 – 4 of 4) sorted by relevance
46 struct mdev_device *mdev = to_mdev_device(dev); in mdev_probe()65 struct mdev_device *mdev = to_mdev_device(dev); in mdev_remove()
59 return dev_is_mdev(dev) ? to_mdev_device(dev) : NULL; in mdev_from_dev()269 struct mdev_device *mdev = to_mdev_device(dev); in mdev_device_release()356 mdev = to_mdev_device(dev); in mdev_device_remove()
39 #define to_mdev_device(dev) container_of(dev, struct mdev_device, dev) macro
116 struct mdev_device *mdev = to_mdev_device(dev); in vfio_mdev_probe()