Home
last modified time | relevance | path

Searched refs:byte_index (Results 1 – 3 of 3) sorted by relevance

/sound/pci/hda/
Dhda_eld.c123 int byte_index) in hdmi_get_eld_data() argument
128 AC_VERB_GET_HDMI_ELDD, byte_index); in hdmi_get_eld_data()
130 codec_info(codec, "HDMI: ELD data byte %d: 0x%x\n", byte_index, val); in hdmi_get_eld_data()
Dpatch_hdmi.c428 int *packet_index, int *byte_index) in hdmi_get_dip_index() argument
436 *byte_index = val & 0x1f; in hdmi_get_dip_index()
441 int packet_index, int byte_index) in hdmi_set_dip_index() argument
445 val = (packet_index << 5) | (byte_index & 0x1f); in hdmi_set_dip_index()
/sound/soc/codecs/
Dhdac_hdmi.c336 int packet_index, int byte_index) in hdac_hdmi_set_dip_index() argument
340 val = (packet_index << 5) | (byte_index & 0x1f); in hdac_hdmi_set_dip_index()