Searched refs:hdmi_dev (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/arm/allwinner/
H A Da10_fb.c529 a10fb_hdmi_event(void *arg, device_t hdmi_dev) argument
544 error = HDMI_GET_EDID(hdmi_dev, &edid, &edid_len);
574 HDMI_ENABLE(hdmi_dev, 0);
589 HDMI_SET_VIDEOMODE(hdmi_dev, &hdmi_mode);
597 HDMI_ENABLE(hdmi_dev, 1);
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_lcd.c808 device_t hdmi_dev; local
821 hdmi_dev = OF_device_from_xref(sc->sc_hdmi_framer);
822 if (!hdmi_dev) {
829 if (HDMI_GET_EDID(hdmi_dev, &edid, &edid_len) != 0) {
883 HDMI_SET_VIDEOMODE(hdmi_dev, &hdmi_mode);
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_ipu.c1067 ipu_hdmi_event(void *arg, device_t hdmi_dev) argument
1081 if (HDMI_GET_EDID(hdmi_dev, &edid, &edid_len) != 0) {
1097 HDMI_SET_VIDEOMODE(hdmi_dev, sc->sc_mode);

Completed in 126 milliseconds