Home
last modified time | relevance | path

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

/linux/drivers/sh/maple/
H A Dmaple.c62 static const struct bus_type maple_bus_type; variable
76 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()
771 .bus = &maple_bus_type,
775 * maple_bus_type - core maple bus structure
777 static const struct bus_type maple_bus_type = { variable
798 retval = bus_register(&maple_bus_type); in maple_bus_init()
[all...]