Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/sh/maple/
Dmaple.c47 static struct maple_driver maple_unsupported_device; variable
371 mdev->driver = &maple_unsupported_device; in maple_attach_driver()
381 mdev->driver = &maple_unsupported_device; in maple_attach_driver()
730 IRQF_SHARED, "maple bus DMA", &maple_unsupported_device); in maple_set_dma_interrupt_handler()
736 IRQF_SHARED, "maple bus VBLANK", &maple_unsupported_device); in maple_set_vblank_interrupt_handler()
774 static struct maple_driver maple_unsupported_device = { variable
810 retval = driver_register(&maple_unsupported_device.drv); in maple_bus_init()
880 driver_unregister(&maple_unsupported_device.drv); in maple_bus_init()