Searched refs:dss_mgr_ops (Results 1 – 3 of 3) sorted by relevance
179 static const struct dss_mgr_ops *dss_mgr_ops; variable181 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 …]
484 struct dss_mgr_ops { struct503 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops); argument
1570 static const struct dss_mgr_ops apply_mgr_ops = {