Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/omapdrm/
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,
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
211 struct omap_irq_wait *wait, *n; in omap_irq_handler()
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()