Home
last modified time | relevance | path

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

/linux/drivers/cdx/
H A Dcdx.c463 if (WARN_ON(dev->bus != &cdx_bus_type)) in driver_override_store()
623 cdx_unregister_devices(&cdx_bus_type); in rescan_store()
654 const struct bus_type cdx_bus_type = { variable
665 EXPORT_SYMBOL_GPL(cdx_bus_type);
673 cdx_driver->driver.bus = &cdx_bus_type; in __cdx_driver_register()
825 cdx_dev->dev.bus = &cdx_bus_type; in cdx_device_add()
894 cdx_dev->dev.bus = &cdx_bus_type; in cdx_bus_add()
972 ret = bus_register(&cdx_bus_type); in cdx_bus_init()
974 cdx_debugfs_dir = debugfs_create_dir(cdx_bus_type.name, NULL); in cdx_bus_init()
/linux/include/linux/cdx/
H A Dcdx_bus.h237 extern const struct bus_type cdx_bus_type;
/linux/drivers/iommu/
H A Diommu.c174 &cdx_bus_type,