Home
last modified time | relevance | path

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

/openbmc/linux/drivers/sh/maple/
H A Dmaple.c47 static struct device maple_bus; variable
231 mdev->dev.parent = &maple_bus; in maple_alloc_dev()
782 static struct device maple_bus = { variable
794 retval = device_register(&maple_bus); in maple_bus_init()
809 dev_err(&maple_bus, "failed to allocate DMA buffers\n"); in maple_bus_init()
816 dev_err(&maple_bus, "bus failed to grab maple " in maple_bus_init()
824 dev_err(&maple_bus, "bus failed to grab VBLANK IRQ\n"); in maple_bus_init()
858 dev_info(&maple_bus, "bus core now registered\n"); in maple_bus_init()
881 device_unregister(&maple_bus); in maple_bus_init()