Home
last modified time | relevance | path

Searched refs:mgr_ops (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Doutput.c58 const struct dss_mgr_ops *mgr_ops, in dss_install_mgr_ops() argument
61 if (dss->mgr_ops) in dss_install_mgr_ops()
64 dss->mgr_ops = mgr_ops; in dss_install_mgr_ops()
73 dss->mgr_ops = NULL; in dss_uninstall_mgr_ops()
81 dssdev->dss->mgr_ops->set_timings(dssdev->dss->mgr_ops_priv, in dss_mgr_set_timings()
89 dssdev->dss->mgr_ops->set_lcd_config(dssdev->dss->mgr_ops_priv, in dss_mgr_set_lcd_config()
96 return dssdev->dss->mgr_ops->enable(dssdev->dss->mgr_ops_priv, in dss_mgr_enable()
103 dssdev->dss->mgr_ops->disable(dssdev->dss->mgr_ops_priv, in dss_mgr_disable()
110 dssdev->dss->mgr_ops->start_update(dssdev->dss->mgr_ops_priv, in dss_mgr_start_update()
120 return dss->mgr_ops->register_framedone_handler(dss->mgr_ops_priv, in dss_mgr_register_framedone_handler()
[all …]
Ddss.h261 const struct dss_mgr_ops *mgr_ops; member
Domapdss.h541 const struct dss_mgr_ops *mgr_ops,
/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/
Doutput.c181 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops) in dss_install_mgr_ops() argument
186 dss_mgr_ops = mgr_ops; in dss_install_mgr_ops()
Ddss.h523 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops);
/Linux-v5.4/drivers/gpu/drm/omapdrm/
Domap_crtc.c264 static const struct dss_mgr_ops mgr_ops = { variable
770 dss_install_mgr_ops(priv->dss, &mgr_ops, priv); in omap_crtc_pre_init()