Searched refs:hdmi_eld (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/sound/pci/hda/ |
D | hda_eld.c | 249 static int hdmi_update_eld(struct hdmi_eld *e, in hdmi_update_eld() 321 int snd_hdmi_get_eld(struct hdmi_eld *eld, in snd_hdmi_get_eld() 441 void snd_hdmi_show_eld(struct hdmi_eld *e) in snd_hdmi_show_eld() 490 struct hdmi_eld *e = entry->private_data; in hdmi_print_eld_info() 538 struct hdmi_eld *e = entry->private_data; in hdmi_write_eld_info() 599 int snd_hda_eld_proc_new(struct hda_codec *codec, struct hdmi_eld *eld, in snd_hda_eld_proc_new() 619 void snd_hda_eld_proc_free(struct hda_codec *codec, struct hdmi_eld *eld) in snd_hda_eld_proc_free() 630 void snd_hdmi_eld_update_pcm_info(struct hdmi_eld *eld, in snd_hdmi_eld_update_pcm_info()
|
D | hda_local.h | 655 struct hdmi_eld { struct 683 int snd_hdmi_get_eld(struct hdmi_eld *, struct hda_codec *, hda_nid_t); argument 684 void snd_hdmi_show_eld(struct hdmi_eld *eld); 685 void snd_hdmi_eld_update_pcm_info(struct hdmi_eld *eld, 689 int snd_hda_eld_proc_new(struct hda_codec *codec, struct hdmi_eld *eld, 691 void snd_hda_eld_proc_free(struct hda_codec *codec, struct hdmi_eld *eld); 694 struct hdmi_eld *eld, in snd_hda_eld_proc_new() 700 struct hdmi_eld *eld) in snd_hda_eld_proc_free()
|
D | patch_hdmi.c | 71 struct hdmi_eld sink_eld; 482 static int hdmi_channel_allocation(struct hdmi_eld *eld, int channels) in hdmi_channel_allocation() 708 struct hdmi_eld *eld; in hdmi_setup_audio_infoframe() 890 struct hdmi_eld *eld; in hdmi_pcm_open() 986 struct hdmi_eld *eld = &per_pin->sink_eld; in hdmi_present_sense() 999 memset(eld, 0, offsetof(struct hdmi_eld, eld_buffer)); in hdmi_present_sense() 1293 struct hdmi_eld *eld = &per_pin->sink_eld; in generic_hdmi_init_per_pins() 1325 struct hdmi_eld *eld = &per_pin->sink_eld; in generic_hdmi_free()
|