Home
last modified time | relevance | path

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

/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.h484 struct dss_mgr_ops { struct
503 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops); argument
Dapply.c1572 static const struct dss_mgr_ops apply_mgr_ops = {
/drivers/gpu/drm/omapdrm/dss/
Domapdss.h485 struct dss_mgr_ops { struct
507 const struct dss_mgr_ops *mgr_ops, argument
Doutput.c98 const struct dss_mgr_ops *mgr_ops, in dss_install_mgr_ops()
Ddss.h261 const struct dss_mgr_ops *mgr_ops;
/drivers/gpu/drm/omapdrm/
Domap_crtc.c264 static const struct dss_mgr_ops mgr_ops = {