Searched refs:parsed_hdmi_eld (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/sound/pci/hda/ |
D | hda_eld.c | 250 int snd_hdmi_parse_eld(struct hda_codec *codec, struct parsed_hdmi_eld *e, in snd_hdmi_parse_eld() 433 void snd_hdmi_show_eld(struct hda_codec *codec, struct parsed_hdmi_eld *e) in snd_hdmi_show_eld() 482 struct parsed_hdmi_eld *e = &eld->info; in snd_hdmi_print_eld_info() 530 struct parsed_hdmi_eld *e = &eld->info; in snd_hdmi_write_eld_info() 592 void snd_hdmi_eld_update_pcm_info(struct parsed_hdmi_eld *e, in snd_hdmi_eld_update_pcm_info()
|
D | hda_local.h | 739 struct parsed_hdmi_eld { struct 764 struct parsed_hdmi_eld info; argument 770 int snd_hdmi_parse_eld(struct hda_codec *codec, struct parsed_hdmi_eld *e, 772 void snd_hdmi_show_eld(struct hda_codec *codec, struct parsed_hdmi_eld *e); 773 void snd_hdmi_eld_update_pcm_info(struct parsed_hdmi_eld *e,
|
D | patch_hdmi.c | 1620 memset(&eld->info, 0, sizeof(struct parsed_hdmi_eld)); in hdmi_present_sense()
|