Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/r128/
H A Dr128_irq.c110 int r128_driver_irq_postinstall(struct drm_device *dev) in r128_driver_irq_postinstall() function
H A Dr128_drv.c77 .irq_postinstall = r128_driver_irq_postinstall,
H A Dr128_drv.h175 extern int r128_driver_irq_postinstall(struct drm_device *dev);
/netbsd-src/sys/external/bsd/drm/dist/shared-core/
H A Dr128_irq.c103 int r128_driver_irq_postinstall(struct drm_device * dev) in r128_driver_irq_postinstall() function
H A Dr128_drv.h159 extern int r128_driver_irq_postinstall(struct drm_device * dev);
/netbsd-src/sys/external/bsd/drm/dist/bsd-core/
H A Dr128_drv.c64 dev->driver->irq_postinstall = r128_driver_irq_postinstall; in r128_configure()