Lines Matching refs:dssdev

126 static int hdmi_power_on_core(struct omap_dss_device *dssdev)
151 static void hdmi_power_off_core(struct omap_dss_device *dssdev)
159 static int hdmi_power_on_full(struct omap_dss_device *dssdev)
166 r = hdmi_power_on_core(dssdev);
234 hdmi_power_off_core(dssdev);
238 static void hdmi_power_off_full(struct omap_dss_device *dssdev)
252 hdmi_power_off_core(dssdev);
255 static int hdmi_display_check_timing(struct omap_dss_device *dssdev,
270 static void hdmi_display_set_timing(struct omap_dss_device *dssdev,
282 static void hdmi_display_get_timings(struct omap_dss_device *dssdev,
344 static int hdmi_display_enable(struct omap_dss_device *dssdev)
360 r = hdmi_power_on_full(dssdev);
390 static void hdmi_display_disable(struct omap_dss_device *dssdev)
403 hdmi_power_off_full(dssdev);
408 static int hdmi_core_enable(struct omap_dss_device *dssdev)
416 r = hdmi_power_on_core(dssdev);
430 static void hdmi_core_disable(struct omap_dss_device *dssdev)
436 hdmi_power_off_core(dssdev);
441 static int hdmi_connect(struct omap_dss_device *dssdev,
451 mgr = omap_dss_get_overlay_manager(dssdev->dispc_channel);
455 r = dss_mgr_connect(mgr, dssdev);
459 r = omapdss_output_set_device(dssdev, dst);
463 dss_mgr_disconnect(mgr, dssdev);
470 static void hdmi_disconnect(struct omap_dss_device *dssdev,
473 WARN_ON(dst != dssdev->dst);
475 if (dst != dssdev->dst)
478 omapdss_output_unset_device(dssdev);
480 if (dssdev->manager)
481 dss_mgr_disconnect(dssdev->manager, dssdev);
484 static int hdmi_read_edid(struct omap_dss_device *dssdev,
493 r = hdmi_core_enable(dssdev);
501 hdmi_core_disable(dssdev);
506 static int hdmi_set_infoframe(struct omap_dss_device *dssdev,
513 static int hdmi_set_hdmi_mode(struct omap_dss_device *dssdev,