Home
last modified time | relevance | path

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

/linux-6.1.9/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.c1570 static const struct dss_mgr_ops apply_mgr_ops = {