Home
last modified time | relevance | path

Searched refs:sad_count (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_audio.c42 struct cea_sad *sads, int sad_count);
44 struct cea_sad *sads, int sad_count);
46 struct cea_sad *sads, int sad_count);
48 u8 *sadb, int sad_count);
50 u8 *sadb, int sad_count);
52 u8 *sadb, int sad_count);
54 u8 *sadb, int sad_count);
56 u8 *sadb, int sad_count);
58 u8 *sadb, int sad_count);
364 int sad_count; in radeon_audio_write_sad_regs() local
[all …]
Ddce3_1_afmt.c31 u8 *sadb, int sad_count) in dce3_2_afmt_hdmi_write_speaker_allocation() argument
41 if (sad_count) in dce3_2_afmt_hdmi_write_speaker_allocation()
49 u8 *sadb, int sad_count) in dce3_2_afmt_dp_write_speaker_allocation() argument
59 if (sad_count) in dce3_2_afmt_dp_write_speaker_allocation()
67 struct cea_sad *sads, int sad_count) in dce3_2_afmt_write_sad_regs() argument
92 for (j = 0; j < sad_count; j++) { in dce3_2_afmt_write_sad_regs()
Ddce6_afmt.c134 u8 *sadb, int sad_count) in dce6_afmt_hdmi_write_speaker_allocation() argument
150 if (sad_count) in dce6_afmt_hdmi_write_speaker_allocation()
159 u8 *sadb, int sad_count) in dce6_afmt_dp_write_speaker_allocation() argument
175 if (sad_count) in dce6_afmt_dp_write_speaker_allocation()
184 struct cea_sad *sads, int sad_count) in dce6_afmt_write_sad_regs() argument
214 for (j = 0; j < sad_count; j++) { in dce6_afmt_write_sad_regs()
Devergreen_hdmi.c120 u8 *sadb, int sad_count) in dce4_afmt_hdmi_write_speaker_allocation() argument
130 if (sad_count) in dce4_afmt_hdmi_write_speaker_allocation()
138 u8 *sadb, int sad_count) in dce4_afmt_dp_write_speaker_allocation() argument
148 if (sad_count) in dce4_afmt_dp_write_speaker_allocation()
156 struct cea_sad *sads, int sad_count) in evergreen_hdmi_write_sad_regs() argument
181 for (j = 0; j < sad_count; j++) { in evergreen_hdmi_write_sad_regs()
Dradeon_audio.h51 struct cea_sad *sads, int sad_count);
53 u8 *sadb, int sad_count);
/linux-4.1.27/sound/pci/hda/
Dhda_eld.c270 e->sad_count = GRAB_BITS(buf, 5, 4, 4); in snd_hdmi_parse_eld()
290 for (i = 0; i < e->sad_count; i++) { in snd_hdmi_parse_eld()
447 for (i = 0; i < e->sad_count; i++) in snd_hdmi_show_eld()
521 snd_iprintf(buffer, "sad_count\t\t%d\n", e->sad_count); in snd_hdmi_print_eld_info()
523 for (i = 0; i < e->sad_count; i++) in snd_hdmi_print_eld_info()
562 e->sad_count = val; in snd_hdmi_write_eld_info()
584 if (n >= e->sad_count) in snd_hdmi_write_eld_info()
585 e->sad_count = n + 1; in snd_hdmi_write_eld_info()
609 for (i = 0; i < e->sad_count; i++) { in snd_hdmi_eld_update_pcm_info()
Dhda_local.h755 int sad_count; member
/linux-4.1.27/drivers/gpu/drm/
Ddrm_edid.c3115 int sad_count = 0; in drm_edid_to_eld() local
3159 sad_count = dbl / 3; in drm_edid_to_eld()
3178 eld[5] |= sad_count << 4; in drm_edid_to_eld()
3184 drm_eld_size(eld), sad_count); in drm_edid_to_eld()