Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/sh/maple/
Dmaple.c46 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()
768 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()