Lines Matching refs:dssdev

78 void dss_mgr_set_timings(struct omap_dss_device *dssdev,  in dss_mgr_set_timings()  argument
81 dssdev->dss->mgr_ops->set_timings(dssdev->dss->mgr_ops_priv, in dss_mgr_set_timings()
82 dssdev->dispc_channel, vm); in dss_mgr_set_timings()
86 void dss_mgr_set_lcd_config(struct omap_dss_device *dssdev, in dss_mgr_set_lcd_config() argument
89 dssdev->dss->mgr_ops->set_lcd_config(dssdev->dss->mgr_ops_priv, in dss_mgr_set_lcd_config()
90 dssdev->dispc_channel, config); in dss_mgr_set_lcd_config()
94 int dss_mgr_enable(struct omap_dss_device *dssdev) in dss_mgr_enable() argument
96 return dssdev->dss->mgr_ops->enable(dssdev->dss->mgr_ops_priv, in dss_mgr_enable()
97 dssdev->dispc_channel); in dss_mgr_enable()
101 void dss_mgr_disable(struct omap_dss_device *dssdev) in dss_mgr_disable() argument
103 dssdev->dss->mgr_ops->disable(dssdev->dss->mgr_ops_priv, in dss_mgr_disable()
104 dssdev->dispc_channel); in dss_mgr_disable()
108 void dss_mgr_start_update(struct omap_dss_device *dssdev) in dss_mgr_start_update() argument
110 dssdev->dss->mgr_ops->start_update(dssdev->dss->mgr_ops_priv, in dss_mgr_start_update()
111 dssdev->dispc_channel); in dss_mgr_start_update()
115 int dss_mgr_register_framedone_handler(struct omap_dss_device *dssdev, in dss_mgr_register_framedone_handler() argument
118 struct dss_device *dss = dssdev->dss; in dss_mgr_register_framedone_handler()
121 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()