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

/drivers/gpu/drm/i915/
H A Dintel_hdmi.c46 bool has_audio; member in struct:intel_hdmi
246 if (intel_hdmi->has_audio) {
274 if (intel_hdmi->has_audio)
335 intel_hdmi->has_audio = false;
345 intel_hdmi->has_audio = drm_detect_monitor_audio(edid);
353 intel_hdmi->has_audio =
379 bool has_audio = false; local
385 has_audio = drm_detect_monitor_audio(edid);
391 return has_audio;
409 bool has_audio; local
[all...]
H A Dintel_dp.c51 bool has_audio; member in struct:intel_dp
884 if (intel_dp->has_audio) {
2129 intel_dp->has_audio = false;
2145 intel_dp->has_audio = (intel_dp->force_audio == HDMI_AUDIO_ON);
2149 intel_dp->has_audio = drm_detect_monitor_audio(edid);
2210 bool has_audio = false; local
2214 has_audio = drm_detect_monitor_audio(edid);
2220 return has_audio;
2238 bool has_audio; local
2246 has_audio
[all...]
H A Dintel_sdvo.c1661 bool has_audio = false; local
1668 has_audio = drm_detect_monitor_audio(edid);
1670 return has_audio;
1691 bool has_audio; local
1699 has_audio = intel_sdvo_detect_hdmi_audio(connector);
1701 has_audio = (i == HDMI_AUDIO_ON);
1703 if (has_audio == intel_sdvo->has_hdmi_audio)
1706 intel_sdvo->has_hdmi_audio = has_audio;
/drivers/media/video/em28xx/
H A Dem28xx-cards.c3200 bool has_audio = false, has_video = false, has_dvb = false; local
3270 has_audio = true;
3288 if (!(has_audio || has_video || has_dvb)) {
3319 if (has_audio)
3349 dev->is_audio_only = has_audio && !(has_video || has_dvb);
3350 dev->has_alsa_audio = has_audio;
H A Dem28xx.h316 unsigned int has_audio:1; member in struct:em28xx_audio_mode
/drivers/gpu/drm/
H A Ddrm_edid.c1615 bool has_audio = false; local
1622 has_audio = ((edid_ext[3] & EDID_BASIC_AUDIO) != 0);
1624 if (has_audio) {
1636 has_audio = true;
1644 return has_audio;
/drivers/gpu/drm/gma500/
H A Dpsb_intel_sdvo.c1684 bool has_audio = false; local
1691 has_audio = drm_detect_monitor_audio(edid);
1693 return has_audio;
1714 bool has_audio; local
1722 has_audio = psb_intel_sdvo_detect_hdmi_audio(connector);
1724 has_audio = i > 0;
1726 if (has_audio == psb_intel_sdvo->has_hdmi_audio)
1729 psb_intel_sdvo->has_hdmi_audio = has_audio;

Completed in 286 milliseconds