Home
last modified time | relevance | path

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

/drivers/sh/maple/
Dmaple.c76 drv->drv.bus = &maple_bus_type; in maple_driver_register()
231 mdev->dev.bus = &maple_bus_type; in maple_alloc_dev()
375 bus_for_each_drv(&maple_bus_type, NULL, mdev, in maple_attach_driver()
463 bus_for_each_dev(&maple_bus_type, NULL, NULL, in maple_vblank_handler()
502 bus_for_each_dev(&maple_bus_type, NULL, &ds, in maple_map_subunits()
777 .bus = &maple_bus_type,
783 struct bus_type maple_bus_type = { variable
788 EXPORT_SYMBOL_GPL(maple_bus_type);
806 retval = bus_register(&maple_bus_type); in maple_bus_init()
883 bus_unregister(&maple_bus_type); in maple_bus_init()