Lines Matching refs:driver
89 * Initializes the IRQ related data. Installs the handler, calling the driver
121 if (dev->driver->irq_preinstall)
122 dev->driver->irq_preinstall(dev);
128 ret = request_irq(irq, dev->driver->irq_handler,
129 sh_flags, dev->driver->name, dev);
137 if (dev->driver->irq_postinstall)
138 ret = dev->driver->irq_postinstall(dev);
157 * Calls the driver's &drm_driver.irq_uninstall function and unregisters the IRQ
208 if (dev->driver->irq_uninstall)
209 dev->driver->irq_uninstall(dev);