Lines Matching defs:dssdev
118 void dss_mgr_set_timings(struct omap_dss_device *dssdev,
121 dssdev->dss->mgr_ops->set_timings(dssdev->dss->mgr_ops_priv,
122 dssdev->dispc_channel, vm);
126 void dss_mgr_set_lcd_config(struct omap_dss_device *dssdev,
129 dssdev->dss->mgr_ops->set_lcd_config(dssdev->dss->mgr_ops_priv,
130 dssdev->dispc_channel, config);
134 int dss_mgr_enable(struct omap_dss_device *dssdev)
136 return dssdev->dss->mgr_ops->enable(dssdev->dss->mgr_ops_priv,
137 dssdev->dispc_channel);
141 void dss_mgr_disable(struct omap_dss_device *dssdev)
143 dssdev->dss->mgr_ops->disable(dssdev->dss->mgr_ops_priv,
144 dssdev->dispc_channel);
148 void dss_mgr_start_update(struct omap_dss_device *dssdev)
150 dssdev->dss->mgr_ops->start_update(dssdev->dss->mgr_ops_priv,
151 dssdev->dispc_channel);
155 int dss_mgr_register_framedone_handler(struct omap_dss_device *dssdev,
158 struct dss_device *dss = dssdev->dss;
161 dssdev->dispc_channel,
166 void dss_mgr_unregister_framedone_handler(struct omap_dss_device *dssdev,
169 struct dss_device *dss = dssdev->dss;
172 dssdev->dispc_channel,