Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/sh/maple/
Dmaple.c48 static struct device maple_bus; variable
232 mdev->dev.parent = &maple_bus; in maple_alloc_dev()
790 static struct device maple_bus = { variable
802 retval = device_register(&maple_bus); in maple_bus_init()
817 dev_err(&maple_bus, "failed to allocate DMA buffers\n"); in maple_bus_init()
824 dev_err(&maple_bus, "bus failed to grab maple " in maple_bus_init()
832 dev_err(&maple_bus, "bus failed to grab VBLANK IRQ\n"); in maple_bus_init()
863 dev_info(&maple_bus, "bus core now registered\n"); in maple_bus_init()
886 device_unregister(&maple_bus); in maple_bus_init()