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