Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/sh/maple/
Dmaple.c47 static struct device maple_bus; variable
231 mdev->dev.parent = &maple_bus; in maple_alloc_dev()
789 static struct device maple_bus = { variable
801 retval = device_register(&maple_bus); in maple_bus_init()
816 dev_err(&maple_bus, "failed to allocate DMA buffers\n"); in maple_bus_init()
823 dev_err(&maple_bus, "bus failed to grab maple " in maple_bus_init()
831 dev_err(&maple_bus, "bus failed to grab VBLANK IRQ\n"); in maple_bus_init()
862 dev_info(&maple_bus, "bus core now registered\n"); in maple_bus_init()
885 device_unregister(&maple_bus); in maple_bus_init()