Lines Matching defs:dssdev

109 static int hdmi_power_on_core(struct omap_dss_device *dssdev)
134 static void hdmi_power_off_core(struct omap_dss_device *dssdev)
142 static int hdmi_power_on_full(struct omap_dss_device *dssdev)
150 r = hdmi_power_on_core(dssdev);
217 hdmi_power_off_core(dssdev);
221 static void hdmi_power_off_full(struct omap_dss_device *dssdev)
235 hdmi_power_off_core(dssdev);
238 static int hdmi_display_check_timing(struct omap_dss_device *dssdev,
249 static void hdmi_display_set_timing(struct omap_dss_device *dssdev,
261 static void hdmi_display_get_timings(struct omap_dss_device *dssdev,
314 static int hdmi_display_enable(struct omap_dss_device *dssdev)
330 r = hdmi_power_on_full(dssdev);
360 static void hdmi_display_disable(struct omap_dss_device *dssdev)
373 hdmi_power_off_full(dssdev);
378 static int hdmi_core_enable(struct omap_dss_device *dssdev)
386 r = hdmi_power_on_core(dssdev);
400 static void hdmi_core_disable(struct omap_dss_device *dssdev)
406 hdmi_power_off_core(dssdev);
411 static int hdmi_connect(struct omap_dss_device *dssdev,
421 mgr = omap_dss_get_overlay_manager(dssdev->dispc_channel);
425 r = dss_mgr_connect(mgr, dssdev);
429 r = omapdss_output_set_device(dssdev, dst);
433 dss_mgr_disconnect(mgr, dssdev);
440 static void hdmi_disconnect(struct omap_dss_device *dssdev,
443 WARN_ON(dst != dssdev->dst);
445 if (dst != dssdev->dst)
448 omapdss_output_unset_device(dssdev);
450 if (dssdev->manager)
451 dss_mgr_disconnect(dssdev->manager, dssdev);
454 static int hdmi_read_edid(struct omap_dss_device *dssdev,
461 r = hdmi_core_enable(dssdev);
469 hdmi_core_disable(dssdev);
474 static int hdmi_set_infoframe(struct omap_dss_device *dssdev,
481 static int hdmi_set_hdmi_mode(struct omap_dss_device *dssdev,