Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/omapdrm/
H A Domap_irq.h16 struct omap_irq_wait;
24 struct omap_irq_wait *omap_irq_wait_init(struct drm_device *dev,
26 int omap_irq_wait(struct drm_device *dev, struct omap_irq_wait *wait,
H A Domap_irq.c12 struct omap_irq_wait { struct
23 struct omap_irq_wait *wait; in omap_irq_update() argument
36 static void omap_irq_wait_handler(struct omap_irq_wait *wait) in omap_irq_wait_handler()
42 struct omap_irq_wait * omap_irq_wait_init(struct drm_device *dev, in omap_irq_wait_init()
46 struct omap_irq_wait *wait = kzalloc_obj(*wait); in omap_irq_wait_init()
61 int omap_irq_wait(struct drm_device *dev, struct omap_irq_wait *wait, in omap_irq_wait() function
210 struct omap_irq_wait *wait, *n; in omap_irq_handler()
H A Domap_crtc.c117 struct omap_irq_wait *wait; in omap_crtc_set_enabled()
169 ret = omap_irq_wait(dev, wait, msecs_to_jiffies(100)); in omap_crtc_set_enabled()