Lines Matching refs:dss
57 int dss_install_mgr_ops(struct dss_device *dss, in dss_install_mgr_ops() argument
61 if (dss->mgr_ops) in dss_install_mgr_ops()
64 dss->mgr_ops = mgr_ops; in dss_install_mgr_ops()
65 dss->mgr_ops_priv = priv; in dss_install_mgr_ops()
71 void dss_uninstall_mgr_ops(struct dss_device *dss) in dss_uninstall_mgr_ops() argument
73 dss->mgr_ops = NULL; in dss_uninstall_mgr_ops()
74 dss->mgr_ops_priv = NULL; in dss_uninstall_mgr_ops()
81 dssdev->dss->mgr_ops->set_timings(dssdev->dss->mgr_ops_priv, in dss_mgr_set_timings()
89 dssdev->dss->mgr_ops->set_lcd_config(dssdev->dss->mgr_ops_priv, in dss_mgr_set_lcd_config()
96 return dssdev->dss->mgr_ops->enable(dssdev->dss->mgr_ops_priv, in dss_mgr_enable()
103 dssdev->dss->mgr_ops->disable(dssdev->dss->mgr_ops_priv, in dss_mgr_disable()
110 dssdev->dss->mgr_ops->start_update(dssdev->dss->mgr_ops_priv, in dss_mgr_start_update()
118 struct dss_device *dss = dssdev->dss; in dss_mgr_register_framedone_handler() local
120 return dss->mgr_ops->register_framedone_handler(dss->mgr_ops_priv, in dss_mgr_register_framedone_handler()
129 struct dss_device *dss = dssdev->dss; in dss_mgr_unregister_framedone_handler() local
131 dss->mgr_ops->unregister_framedone_handler(dss->mgr_ops_priv, in dss_mgr_unregister_framedone_handler()