Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/sh/maple/
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()
773 static struct maple_driver maple_unsupported_device = { variable
809 retval = driver_register(&maple_unsupported_device.drv); in maple_bus_init()
879 driver_unregister(&maple_unsupported_device.drv); in maple_bus_init()