Home
last modified time | relevance | path

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

/openbmc/linux/drivers/sh/maple/
H A Dmaple.c46 static struct maple_driver maple_unsupported_device; variable
370 mdev->driver = &maple_unsupported_device; in maple_attach_driver()
380 mdev->driver = &maple_unsupported_device; in maple_attach_driver()
729 IRQF_SHARED, "maple bus DMA", &maple_unsupported_device); in maple_set_dma_interrupt_handler()
735 IRQF_SHARED, "maple bus VBLANK", &maple_unsupported_device); in maple_set_vblank_interrupt_handler()
767 static struct maple_driver maple_unsupported_device = { variable
802 retval = driver_register(&maple_unsupported_device.drv); in maple_bus_init()
875 driver_unregister(&maple_unsupported_device.drv); in maple_bus_init()