Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/omapdrm/
Domap_irq.h27 struct omap_irq_wait;
34 struct omap_irq_wait *omap_irq_wait_init(struct drm_device *dev,
36 int omap_irq_wait(struct drm_device *dev, struct omap_irq_wait *wait,
Domap_irq.c20 struct omap_irq_wait { struct
31 struct omap_irq_wait *wait; in omap_irq_update() argument
44 static void omap_irq_wait_handler(struct omap_irq_wait *wait) in omap_irq_wait_handler()
50 struct omap_irq_wait * omap_irq_wait_init(struct drm_device *dev, in omap_irq_wait_init()
54 struct omap_irq_wait *wait = kzalloc(sizeof(*wait), GFP_KERNEL); in omap_irq_wait_init()
69 int omap_irq_wait(struct drm_device *dev, struct omap_irq_wait *wait, in omap_irq_wait() function
198 struct omap_irq_wait *wait, *n; in omap_irq_handler()
Domap_crtc.c155 struct omap_irq_wait *wait; in omap_crtc_set_enabled()
201 ret = omap_irq_wait(dev, wait, msecs_to_jiffies(100)); in omap_crtc_set_enabled()