Home
last modified time | relevance | path

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

/sound/pci/hda/
Dhda_eld.c249 int snd_hdmi_parse_eld(struct parsed_hdmi_eld *e, in snd_hdmi_parse_eld()
435 void snd_hdmi_show_eld(struct parsed_hdmi_eld *e) in snd_hdmi_show_eld()
485 struct parsed_hdmi_eld *e = &eld->info; in hdmi_print_eld_info()
538 struct parsed_hdmi_eld *e = &eld->info; in hdmi_write_eld_info()
632 void snd_hdmi_eld_update_pcm_info(struct parsed_hdmi_eld *e, in snd_hdmi_eld_update_pcm_info()
Dhda_local.h720 struct parsed_hdmi_eld { struct
745 struct parsed_hdmi_eld info; argument
755 int snd_hdmi_parse_eld(struct parsed_hdmi_eld *e,
757 void snd_hdmi_show_eld(struct parsed_hdmi_eld *e);
758 void snd_hdmi_eld_update_pcm_info(struct parsed_hdmi_eld *e,
Dpatch_hdmi.c1242 memset(&eld->info, 0, sizeof(struct parsed_hdmi_eld)); in hdmi_present_sense()