Home
last modified time | relevance | path

Searched refs:coding_type (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/video/
H A Dhdmi.c402 buffer[0] = ((frame->coding_type & 0xf) << 4) | (channels & 0x7); in hdmi_audio_infoframe_pack_payload()
1329 hdmi_audio_coding_type_get_name(enum hdmi_audio_coding_type coding_type) in hdmi_audio_coding_type_get_name() argument
1331 switch (coding_type) { in hdmi_audio_coding_type_get_name()
1451 hdmi_audio_coding_type_get_name(frame->coding_type)); in hdmi_audio_infoframe_log()
1727 frame->coding_type = (ptr[0] >> 4) & 0xf; in hdmi_audio_infoframe_unpack()
/openbmc/linux/sound/x86/
H A Dintel_hdmi_lpe_audio.h288 u32 coding_type:4; member
/openbmc/linux/include/linux/
H A Dhdmi.h324 enum hdmi_audio_coding_type coding_type; member
/openbmc/linux/sound/pci/mixart/
H A Dmixart_core.h363 u32 coding_type; /* use enum mixart_coding_type */ member
H A Dmixart.c515 stream_param.coding_type = CT_LINEAR; in mixart_set_format()
/openbmc/linux/sound/soc/codecs/
H A Dhdmi-codec.c539 hp->cea.coding_type = HDMI_AUDIO_CODING_TYPE_STREAM; in hdmi_codec_fill_codec_params()
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi.c1028 frame.coding_type = HDMI_AUDIO_CODING_TYPE_STREAM; in mtk_hdmi_setup_audio_infoframe()
H A Dmtk_dp.c1802 frame.coding_type = HDMI_AUDIO_CODING_TYPE_PCM; in mtk_dp_audio_sdp_setup()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c2044 audio_infoframe->coding_type = HDMI_AUDIO_CODING_TYPE_STREAM; in hdmi_probe()