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

/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_hdmi.c611 if (intel_hdmi->has_audio) {
659 if (intel_hdmi->has_audio)
810 intel_hdmi->has_audio = false;
821 intel_hdmi->has_audio = drm_detect_monitor_audio(edid);
828 intel_hdmi->has_audio =
856 bool has_audio = false; local
863 has_audio = drm_detect_monitor_audio(edid);
867 return has_audio;
887 bool has_audio; local
895 has_audio
[all...]
H A Dintel_dp.c899 if (intel_dp->has_audio) {
2317 intel_dp->has_audio = false;
2334 intel_dp->has_audio = (intel_dp->force_audio == HDMI_AUDIO_ON);
2338 intel_dp->has_audio = drm_detect_monitor_audio(edid);
2380 bool has_audio = false; local
2384 has_audio = drm_detect_monitor_audio(edid);
2388 return has_audio;
2408 bool has_audio; local
2416 has_audio = intel_dp_detect_audio(connector);
2418 has_audio
[all...]
H A Dintel_drv.h367 bool has_audio; member in struct:intel_hdmi
382 bool has_audio; member in struct:intel_dp
H A Dintel_sdvo.c1847 bool has_audio = false; local
1854 has_audio = drm_detect_monitor_audio(edid);
1857 return has_audio;
1878 bool has_audio; local
1886 has_audio = intel_sdvo_detect_hdmi_audio(connector);
1888 has_audio = (i == HDMI_AUDIO_ON);
1890 if (has_audio == intel_sdvo->has_hdmi_audio)
1893 intel_sdvo->has_hdmi_audio = has_audio;
H A Dintel_ddi.c707 if (intel_dp->has_audio) {
721 if (intel_hdmi->has_audio) {
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_hdmi.c217 int has_audio; member in struct:a10hdmi_softc
507 a10hdmi_detect_hdmi(sc, &sc->has_hdmi, &sc->has_audio);
509 sc->has_hdmi = sc->has_audio = 0;
535 if (!sc->has_audio)
632 sc->has_hdmi ? "yes" : "no", sc->has_audio ? "yes" : "no");
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_edid.c1892 bool has_audio = false; local
1899 has_audio = ((edid_ext[3] & EDID_BASIC_AUDIO) != 0);
1901 if (has_audio) {
1911 has_audio = true;
1919 return has_audio;

Completed in 103 milliseconds