Home
last modified time | relevance | path

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

/openbmc/linux/drivers/sh/maple/
H A Dmaple.c75 drv->drv.bus = &maple_bus_type; in maple_driver_register()
230 mdev->dev.bus = &maple_bus_type; in maple_alloc_dev()
374 bus_for_each_drv(&maple_bus_type, NULL, mdev, in maple_attach_driver()
462 bus_for_each_dev(&maple_bus_type, NULL, NULL, in maple_vblank_handler()
501 bus_for_each_dev(&maple_bus_type, NULL, &ds, in maple_map_subunits()
770 .bus = &maple_bus_type,
776 struct bus_type maple_bus_type = { variable
780 EXPORT_SYMBOL_GPL(maple_bus_type);
798 retval = bus_register(&maple_bus_type); in maple_bus_init()
878 bus_unregister(&maple_bus_type); in maple_bus_init()
/openbmc/linux/include/linux/
H A Dmaple.h8 extern struct bus_type maple_bus_type;