Searched refs:framedone_handler (Results 1 – 2 of 2) sorted by relevance
48 void (*framedone_handler)(void *); member234 if (omap_crtc->framedone_handler) in omap_crtc_dss_register_framedone()239 omap_crtc->framedone_handler = handler; in omap_crtc_dss_register_framedone()255 WARN_ON(omap_crtc->framedone_handler != handler); in omap_crtc_dss_unregister_framedone()258 omap_crtc->framedone_handler = NULL; in omap_crtc_dss_unregister_framedone()319 if (!omap_crtc->framedone_handler) in omap_crtc_framedone_irq()322 omap_crtc->framedone_handler(omap_crtc->framedone_handler_data); in omap_crtc_framedone_irq()
99 void (*framedone_handler)(void *); member922 if (!mgr_manual_update(mgr) || !mp->framedone_handler) in dss_apply_irq_handler()926 mp->framedone_handler(mp->framedone_handler_data); in dss_apply_irq_handler()1549 if (mp->framedone_handler) in dss_mgr_register_framedone_handler_compat()1552 mp->framedone_handler = handler; in dss_mgr_register_framedone_handler_compat()1563 WARN_ON(mp->framedone_handler != handler || in dss_mgr_unregister_framedone_handler_compat()1566 mp->framedone_handler = NULL; in dss_mgr_unregister_framedone_handler_compat()