Searched refs:mdev_bus (Results 1 – 2 of 2) sorted by relevance
186 Links in the mdev_bus Class Directory188 The /sys/class/mdev_bus/ directory contains links to devices that are registered
1405 struct bus_type *mdev_bus; in vfio_bus_is_mdev() local1408 mdev_bus = symbol_get(mdev_bus_type); in vfio_bus_is_mdev()1409 if (mdev_bus) { in vfio_bus_is_mdev()1410 ret = (bus == mdev_bus); in vfio_bus_is_mdev()