Lines Matching refs:dssdev

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