Lines Matching refs:dssdev

84 void dss_mgr_set_timings(struct omap_dss_device *dssdev,  in dss_mgr_set_timings()  argument
87 omap_crtc_dss_set_timings(dssdev->dss->mgr_ops_priv, in dss_mgr_set_timings()
88 dssdev->dispc_channel, vm); in dss_mgr_set_timings()
91 void dss_mgr_set_lcd_config(struct omap_dss_device *dssdev, in dss_mgr_set_lcd_config() argument
94 omap_crtc_dss_set_lcd_config(dssdev->dss->mgr_ops_priv, in dss_mgr_set_lcd_config()
95 dssdev->dispc_channel, config); in dss_mgr_set_lcd_config()
98 int dss_mgr_enable(struct omap_dss_device *dssdev) in dss_mgr_enable() argument
100 return omap_crtc_dss_enable(dssdev->dss->mgr_ops_priv, in dss_mgr_enable()
101 dssdev->dispc_channel); in dss_mgr_enable()
104 void dss_mgr_disable(struct omap_dss_device *dssdev) in dss_mgr_disable() argument
106 omap_crtc_dss_disable(dssdev->dss->mgr_ops_priv, in dss_mgr_disable()
107 dssdev->dispc_channel); in dss_mgr_disable()
110 void dss_mgr_start_update(struct omap_dss_device *dssdev) in dss_mgr_start_update() argument
112 omap_crtc_dss_start_update(dssdev->dss->mgr_ops_priv, in dss_mgr_start_update()
113 dssdev->dispc_channel); in dss_mgr_start_update()
116 int dss_mgr_register_framedone_handler(struct omap_dss_device *dssdev, in dss_mgr_register_framedone_handler() argument
119 struct dss_device *dss = dssdev->dss; in dss_mgr_register_framedone_handler()
122 dssdev->dispc_channel, in dss_mgr_register_framedone_handler()
126 void dss_mgr_unregister_framedone_handler(struct omap_dss_device *dssdev, in dss_mgr_unregister_framedone_handler() argument
129 struct dss_device *dss = dssdev->dss; in dss_mgr_unregister_framedone_handler()
132 dssdev->dispc_channel, in dss_mgr_unregister_framedone_handler()