Home
last modified time | relevance | path

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

/openbmc/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.c11 struct omap_irq_wait { struct
22 struct omap_irq_wait *wait; in omap_irq_update() argument
35 static void omap_irq_wait_handler(struct omap_irq_wait *wait) in omap_irq_wait_handler()
41 struct omap_irq_wait * omap_irq_wait_init(struct drm_device *dev, in omap_irq_wait_init()
45 struct omap_irq_wait *wait = kzalloc(sizeof(*wait), GFP_KERNEL); in omap_irq_wait_init()
60 int omap_irq_wait(struct drm_device *dev, struct omap_irq_wait *wait, in omap_irq_wait() function
209 struct omap_irq_wait *wait, *n; in omap_irq_handler()
H A Domap_crtc.c116 struct omap_irq_wait *wait; in omap_crtc_set_enabled()
168 ret = omap_irq_wait(dev, wait, msecs_to_jiffies(100)); in omap_crtc_set_enabled()