Home
last modified time | relevance | path

Searched refs:nubus_bus_type (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/nubus/
H A Dbus.c42 struct bus_type nubus_bus_type = { variable
48 EXPORT_SYMBOL(nubus_bus_type); variable
52 ndrv->driver.bus = &nubus_bus_type; in nubus_driver_register()
69 return bus_register(&nubus_bus_type); in nubus_bus_register()
95 board->dev.bus = &nubus_bus_type; in nubus_device_register()
113 return bus_for_each_dev(&nubus_bus_type, NULL, m, in nubus_proc_show()
/kernel/linux/linux-6.6/drivers/nubus/
H A Dbus.c35 struct bus_type nubus_bus_type = { variable
40 EXPORT_SYMBOL(nubus_bus_type); variable
44 ndrv->driver.bus = &nubus_bus_type; in nubus_driver_register()
61 return bus_register(&nubus_bus_type); in nubus_bus_register()
87 board->dev.bus = &nubus_bus_type; in nubus_device_register()
105 return bus_for_each_dev(&nubus_bus_type, NULL, m, in nubus_proc_show()
/kernel/linux/linux-5.10/include/linux/
H A Dnubus.h92 extern struct bus_type nubus_bus_type;
/kernel/linux/linux-6.6/include/linux/
H A Dnubus.h92 extern struct bus_type nubus_bus_type;

Completed in 2 milliseconds