Home
last modified time | relevance | path

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

/linux/drivers/vfio/mdev/
H A Dmdev_core.c40 if (dev->bus == &mdev_bus_type) in mdev_device_remove_cb()
165 mdev->dev.bus = &mdev_bus_type; in mdev_device_create()
250 ret = bus_register(&mdev_bus_type); in mdev_init()
256 bus_unregister(&mdev_bus_type); in mdev_init()
266 bus_unregister(&mdev_bus_type); in mdev_exit()
H A Dmdev_driver.c43 const struct bus_type mdev_bus_type = { variable
62 drv->driver.bus = &mdev_bus_type; in mdev_register_driver()
H A Dmdev_private.h13 extern const struct bus_type mdev_bus_type;