Searched refs:maple_unsupported_device (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/sh/maple/ |
H A D | maple.c | 47 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 776 .name = "maple_unsupported_device", 810 retval = driver_register(&maple_unsupported_device.drv); in maple_bus_init() 883 driver_unregister(&maple_unsupported_device.drv); in maple_bus_init()
|
/kernel/linux/linux-6.6/drivers/sh/maple/ |
H A D | maple.c | 46 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 769 .name = "maple_unsupported_device", 802 retval = driver_register(&maple_unsupported_device.drv); in maple_bus_init() 875 driver_unregister(&maple_unsupported_device.drv); in maple_bus_init()
|
Completed in 3 milliseconds