Searched refs:framedone_handler (Results 1 – 2 of 2) sorted by relevance
47 void (*framedone_handler)(void *); member233 if (omap_crtc->framedone_handler) in omap_crtc_dss_register_framedone()238 omap_crtc->framedone_handler = handler; in omap_crtc_dss_register_framedone()254 WARN_ON(omap_crtc->framedone_handler != handler); in omap_crtc_dss_unregister_framedone()257 omap_crtc->framedone_handler = NULL; in omap_crtc_dss_unregister_framedone()318 if (!omap_crtc->framedone_handler) in omap_crtc_framedone_irq()321 omap_crtc->framedone_handler(omap_crtc->framedone_handler_data); in omap_crtc_framedone_irq()
100 void (*framedone_handler)(void *); member923 if (!mgr_manual_update(mgr) || !mp->framedone_handler) in dss_apply_irq_handler()927 mp->framedone_handler(mp->framedone_handler_data); in dss_apply_irq_handler()1550 if (mp->framedone_handler) in dss_mgr_register_framedone_handler_compat()1553 mp->framedone_handler = handler; in dss_mgr_register_framedone_handler_compat()1564 WARN_ON(mp->framedone_handler != handler || in dss_mgr_unregister_framedone_handler_compat()1567 mp->framedone_handler = NULL; in dss_mgr_unregister_framedone_handler_compat()
Completed in 8 milliseconds