Searched refs:dss_mgr_ops (Results 1 – 4 of 4) sorted by relevance
190 static const struct dss_mgr_ops *dss_mgr_ops; variable192 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops) in dss_install_mgr_ops()194 if (dss_mgr_ops) in dss_install_mgr_ops()197 dss_mgr_ops = mgr_ops; in dss_install_mgr_ops()205 dss_mgr_ops = NULL; in dss_uninstall_mgr_ops()212 return dss_mgr_ops->connect(mgr, dst); in dss_mgr_connect()219 dss_mgr_ops->disconnect(mgr, dst); in dss_mgr_disconnect()226 dss_mgr_ops->set_timings(mgr, timings); in dss_mgr_set_timings()233 dss_mgr_ops->set_lcd_config(mgr, config); in dss_mgr_set_lcd_config()239 return dss_mgr_ops->enable(mgr); in dss_mgr_enable()[all …]
1583 static const struct dss_mgr_ops apply_mgr_ops = {
944 struct dss_mgr_ops { struct963 int dss_install_mgr_ops(const struct dss_mgr_ops *mgr_ops); argument
244 static const struct dss_mgr_ops mgr_ops = {