Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
Doutput.c98 const struct dss_mgr_ops *mgr_ops, in dss_install_mgr_ops() argument
101 if (dss->mgr_ops) in dss_install_mgr_ops()
104 dss->mgr_ops = mgr_ops; in dss_install_mgr_ops()
113 dss->mgr_ops = NULL; in dss_uninstall_mgr_ops()
121 dssdev->dss->mgr_ops->set_timings(dssdev->dss->mgr_ops_priv, in dss_mgr_set_timings()
129 dssdev->dss->mgr_ops->set_lcd_config(dssdev->dss->mgr_ops_priv, in dss_mgr_set_lcd_config()
136 return dssdev->dss->mgr_ops->enable(dssdev->dss->mgr_ops_priv, in dss_mgr_enable()
143 dssdev->dss->mgr_ops->disable(dssdev->dss->mgr_ops_priv, in dss_mgr_disable()
150 dssdev->dss->mgr_ops->start_update(dssdev->dss->mgr_ops_priv, in dss_mgr_start_update()
160 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.h507 const struct dss_mgr_ops *mgr_ops,
/kernel/linux/linux-5.10/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.h503 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops);
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
Domap_crtc.c264 static const struct dss_mgr_ops mgr_ops = { variable
773 dss_install_mgr_ops(priv->dss, &mgr_ops, priv); in omap_crtc_pre_init()