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

/freebsd-current/sys/arm/nvidia/drm2/
H A Dhdmi.h259 enum hdmi_audio_coding_type_ext coding_type_ext; member in struct:hdmi_audio_infoframe
H A Dhdmi.c287 ptr[2] = frame->coding_type_ext & 0x1f;
880 hdmi_audio_coding_type_ext_get_name(frame->coding_type_ext));
1114 frame->coding_type_ext = ptr[2] & 0x1f;
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dhdmi.h327 enum hdmi_audio_coding_type_ext coding_type_ext; member in struct:hdmi_audio_infoframe
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_hdmi.c439 ptr[2] = frame->coding_type_ext & 0x1f;
1413 hdmi_audio_coding_type_ext_get_name(frame->coding_type_ext));
1686 frame->coding_type_ext = ptr[2] & 0x1f;

Completed in 130 milliseconds