Searched refs:hdmi_dev (Results 1 – 2 of 2) sorted by relevance
851 device_t hdmi_dev; in am335x_lcd_hdmi_event() local864 hdmi_dev = OF_device_from_xref(sc->sc_hdmi_framer); in am335x_lcd_hdmi_event()865 if (!hdmi_dev) { in am335x_lcd_hdmi_event()872 if (CRTC_GET_EDID(hdmi_dev, &edid, &edid_len) != 0) { in am335x_lcd_hdmi_event()926 CRTC_SET_VIDEOMODE(hdmi_dev, &hdmi_mode); in am335x_lcd_hdmi_event()
1108 ipu_hdmi_event(void *arg, device_t hdmi_dev) in ipu_hdmi_event() argument1120 if (CRTC_GET_EDID(hdmi_dev, &edid, &edid_len) != 0) { in ipu_hdmi_event()1150 CRTC_SET_VIDEOMODE(hdmi_dev, sc->sc_mode); in ipu_hdmi_event()