Home
last modified time | relevance | path

Searched refs:dss_mgr_ops (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/
Doutput.c179 static const struct dss_mgr_ops *dss_mgr_ops; variable
181 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops) in dss_install_mgr_ops()
183 if (dss_mgr_ops) in dss_install_mgr_ops()
186 dss_mgr_ops = mgr_ops; in dss_install_mgr_ops()
194 dss_mgr_ops = NULL; in dss_uninstall_mgr_ops()
201 return dss_mgr_ops->connect(mgr, dst); in dss_mgr_connect()
208 dss_mgr_ops->disconnect(mgr, dst); in dss_mgr_disconnect()
215 dss_mgr_ops->set_timings(mgr, timings); in dss_mgr_set_timings()
222 dss_mgr_ops->set_lcd_config(mgr, config); in dss_mgr_set_lcd_config()
228 return dss_mgr_ops->enable(mgr); in dss_mgr_enable()
[all …]
Ddss.h504 struct dss_mgr_ops { struct
523 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops); argument
Dapply.c1572 static const struct dss_mgr_ops apply_mgr_ops = {
/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Doutput.c58 const struct dss_mgr_ops *mgr_ops, in dss_install_mgr_ops()
Domapdss.h519 struct dss_mgr_ops { struct
541 const struct dss_mgr_ops *mgr_ops, argument
Ddss.h261 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 = {