Lines Matching full:dss
17 #include "dss.h"
97 int dss_install_mgr_ops(struct dss_device *dss, in dss_install_mgr_ops() argument
101 if (dss->mgr_ops) in dss_install_mgr_ops()
104 dss->mgr_ops = mgr_ops; in dss_install_mgr_ops()
105 dss->mgr_ops_priv = priv; in dss_install_mgr_ops()
111 void dss_uninstall_mgr_ops(struct dss_device *dss) in dss_uninstall_mgr_ops() argument
113 dss->mgr_ops = NULL; in dss_uninstall_mgr_ops()
114 dss->mgr_ops_priv = NULL; in dss_uninstall_mgr_ops()
121 dssdev->dss->mgr_ops->set_timings(dssdev->dss->mgr_ops_priv, in dss_mgr_set_timings()
129 dssdev->dss->mgr_ops->set_lcd_config(dssdev->dss->mgr_ops_priv, in dss_mgr_set_lcd_config()
136 return dssdev->dss->mgr_ops->enable(dssdev->dss->mgr_ops_priv, in dss_mgr_enable()
143 dssdev->dss->mgr_ops->disable(dssdev->dss->mgr_ops_priv, in dss_mgr_disable()
150 dssdev->dss->mgr_ops->start_update(dssdev->dss->mgr_ops_priv, in dss_mgr_start_update()
158 struct dss_device *dss = dssdev->dss; in dss_mgr_register_framedone_handler() local
160 return dss->mgr_ops->register_framedone_handler(dss->mgr_ops_priv, in dss_mgr_register_framedone_handler()
169 struct dss_device *dss = dssdev->dss; in dss_mgr_unregister_framedone_handler() local
171 dss->mgr_ops->unregister_framedone_handler(dss->mgr_ops_priv, in dss_mgr_unregister_framedone_handler()