/src/sys/arch/arm/nvidia/ |
tegra_drm.h | 123 bool has_audio; member in struct:tegra_connector
|
tegra_drm.h | 123 bool has_audio; member in struct:tegra_connector
|
tegra_drm.h | 123 bool has_audio; member in struct:tegra_connector
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_dp_mst_helper.h | 161 * @has_audio: Tracks whether the sink connector to this port is 164 bool has_audio; member in struct:drm_dp_mst_port
|
drm_dp_mst_helper.h | 161 * @has_audio: Tracks whether the sink connector to this port is 164 bool has_audio; member in struct:drm_dp_mst_port
|
drm_dp_mst_helper.h | 161 * @has_audio: Tracks whether the sink connector to this port is 164 bool has_audio; member in struct:drm_dp_mst_port
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_edid.c | 4658 bool has_audio = false; local in function:drm_detect_monitor_audio 4665 has_audio = ((edid_ext[3] & EDID_BASIC_AUDIO) != 0); 4667 if (has_audio) { 4677 has_audio = true; 4685 return has_audio;
|
drm_edid.c | 4658 bool has_audio = false; local in function:drm_detect_monitor_audio 4665 has_audio = ((edid_ext[3] & EDID_BASIC_AUDIO) != 0); 4667 if (has_audio) { 4677 has_audio = true; 4685 return has_audio;
|
drm_edid.c | 4658 bool has_audio = false; local in function:drm_detect_monitor_audio 4665 has_audio = ((edid_ext[3] & EDID_BASIC_AUDIO) != 0); 4667 if (has_audio) { 4677 has_audio = true; 4685 return has_audio;
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_debugfs.c | 2402 seq_printf(m, "\taudio support: %s\n", yesno(intel_dp->has_audio)); 2422 bool has_audio = drm_dp_mst_port_has_audio(&intel_dp->mst_mgr, local in function:intel_dp_mst_info 2425 seq_printf(m, "\taudio support: %s\n", yesno(has_audio)); 2434 seq_printf(m, "\taudio support: %s\n", yesno(intel_hdmi->has_audio));
|
i915_debugfs.c | 2402 seq_printf(m, "\taudio support: %s\n", yesno(intel_dp->has_audio)); 2422 bool has_audio = drm_dp_mst_port_has_audio(&intel_dp->mst_mgr, local in function:intel_dp_mst_info 2425 seq_printf(m, "\taudio support: %s\n", yesno(has_audio)); 2434 seq_printf(m, "\taudio support: %s\n", yesno(intel_hdmi->has_audio));
|
i915_debugfs.c | 2402 seq_printf(m, "\taudio support: %s\n", yesno(intel_dp->has_audio)); 2422 bool has_audio = drm_dp_mst_port_has_audio(&intel_dp->mst_mgr, local in function:intel_dp_mst_info 2425 seq_printf(m, "\taudio support: %s\n", yesno(has_audio)); 2434 seq_printf(m, "\taudio support: %s\n", yesno(intel_hdmi->has_audio));
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_display_types.h | 868 bool has_audio; member in struct:intel_crtc_state 1181 bool has_audio; member in struct:intel_hdmi 1232 bool has_audio; member in struct:intel_dp
|
intel_display_types.h | 868 bool has_audio; member in struct:intel_crtc_state 1181 bool has_audio; member in struct:intel_hdmi 1232 bool has_audio; member in struct:intel_dp
|
intel_display_types.h | 868 bool has_audio; member in struct:intel_crtc_state 1181 bool has_audio; member in struct:intel_hdmi 1232 bool has_audio; member in struct:intel_dp
|