Home
last modified time | relevance | path

Searched refs:sa1111_bus_type (Results 1 – 2 of 2) sorted by relevance

/arch/arm/common/
Dsa1111.c634 dev->dev.bus = &sa1111_bus_type; in sa1111_init_one_child()
1352 struct bus_type sa1111_bus_type = { variable
1361 EXPORT_SYMBOL(sa1111_bus_type);
1365 driver->drv.bus = &sa1111_bus_type; in sa1111_driver_register()
1435 int ret = bus_register(&sa1111_bus_type); in sa1111_init()
1438 bus_register_notifier(&sa1111_bus_type, &sa1111_bus_notifier); in sa1111_init()
1449 bus_unregister_notifier(&sa1111_bus_type, &sa1111_bus_notifier); in sa1111_exit()
1451 bus_unregister(&sa1111_bus_type); in sa1111_exit()
/arch/arm/include/asm/hardware/
Dsa1111.h399 extern struct bus_type sa1111_bus_type;