Searched refs:dss_mgr_ops (Results 1 – 3 of 3) sorted by relevance
180 static const struct dss_mgr_ops *dss_mgr_ops; variable184 if (dss_mgr_ops) in dss_install_mgr_ops()187 dss_mgr_ops = mgr_ops; in dss_install_mgr_ops()195 dss_mgr_ops = NULL; in dss_uninstall_mgr_ops()202 return dss_mgr_ops->connect(mgr, dst); in dss_mgr_connect()209 dss_mgr_ops->disconnect(mgr, dst); in dss_mgr_disconnect()216 dss_mgr_ops->set_timings(mgr, timings); in dss_mgr_set_timings()223 dss_mgr_ops->set_lcd_config(mgr, config); in dss_mgr_set_lcd_config()229 return dss_mgr_ops->enable(mgr); in dss_mgr_enable()235 dss_mgr_ops->disable(mgr); in dss_mgr_disable()[all …]
481 struct dss_mgr_ops { struct500 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops); argument
1571 static const struct dss_mgr_ops apply_mgr_ops = {
Completed in 9 milliseconds