Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/common/
H A Dsa1111.c746 dev->dev.bus = &sa1111_bus_type; in sa1111_init_one_child()
930 if (dev->bus != &sa1111_bus_type) in sa1111_remove_one()
1369 struct bus_type sa1111_bus_type = { variable
1375 EXPORT_SYMBOL(sa1111_bus_type);
1379 driver->drv.bus = &sa1111_bus_type; in sa1111_driver_register()
1392 int ret = bus_register(&sa1111_bus_type); in sa1111_init()
1401 bus_unregister(&sa1111_bus_type); in sa1111_exit()
/openbmc/linux/arch/arm/include/asm/hardware/
H A Dsa1111.h371 extern struct bus_type sa1111_bus_type;