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

/freebsd-11-stable/sys/arm/allwinner/
H A Da10_hdmi.c216 int has_hdmi; member in struct:a10hdmi_softc
507 a10hdmi_detect_hdmi(sc, &sc->has_hdmi, &sc->has_audio);
509 sc->has_hdmi = sc->has_audio = 0;
632 sc->has_hdmi ? "yes" : "no", sc->has_audio ? "yes" : "no");
634 if (sc->has_hdmi)

Completed in 89 milliseconds