Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/sh/maple/
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()
776 .bus = &maple_bus_type,
782 struct bus_type maple_bus_type = { variable
787 EXPORT_SYMBOL_GPL(maple_bus_type);
805 retval = bus_register(&maple_bus_type); in maple_bus_init()
882 bus_unregister(&maple_bus_type); in maple_bus_init()
/linux-2.6.39/include/linux/
Dmaple.h7 extern struct bus_type maple_bus_type;