mdev_bus_type 317 drivers/vfio/mdev/mdev_core.c mdev->dev.bus = &mdev_bus_type; mdev_bus_type 72 drivers/vfio/mdev/mdev_driver.c struct bus_type mdev_bus_type = { mdev_bus_type 77 drivers/vfio/mdev/mdev_driver.c EXPORT_SYMBOL_GPL(mdev_bus_type); mdev_bus_type 90 drivers/vfio/mdev/mdev_driver.c drv->driver.bus = &mdev_bus_type; mdev_bus_type 110 drivers/vfio/mdev/mdev_driver.c return bus_register(&mdev_bus_type); mdev_bus_type 115 drivers/vfio/mdev/mdev_driver.c bus_unregister(&mdev_bus_type); mdev_bus_type 39 drivers/vfio/mdev/mdev_private.h #define dev_is_mdev(d) ((d)->bus == &mdev_bus_type) mdev_bus_type 1408 drivers/vfio/vfio_iommu_type1.c mdev_bus = symbol_get(mdev_bus_type); mdev_bus_type 1411 drivers/vfio/vfio_iommu_type1.c symbol_put(mdev_bus_type); mdev_bus_type 136 include/linux/mdev.h extern struct bus_type mdev_bus_type;