Searched refs:eld (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A Dexif-loader.c133 exif_loader_copy (ExifLoader *eld, unsigned char *buf, unsigned int len) argument
135 if (!eld || (len && !buf) || (eld->bytes_read >= eld->size))
139 if (!eld->buf)
140 eld->buf = exif_loader_alloc (eld, eld->size);
141 if (!eld->buf)
145 len = MIN (len, eld
153 exif_loader_write(ExifLoader *eld, unsigned char *buf, unsigned int len) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_eld.c337 int snd_hdmi_get_eld(struct hdmi_eld *eld, argument
365 ret = hdmi_update_eld(eld, buf, size);
568 int snd_hda_eld_proc_new(struct hda_codec *codec, struct hdmi_eld *eld, argument
575 snprintf(name, sizeof(name), "eld#%d.%d", codec->addr, index);
580 snd_info_set_text_ops(entry, eld, hdmi_print_eld_info);
583 eld->proc_entry = entry;
589 void snd_hda_eld_proc_free(struct hda_codec *codec, struct hdmi_eld *eld) argument
591 if (!codec->bus->shutdown && eld->proc_entry) {
592 snd_device_free(codec->bus->card, eld->proc_entry);
593 eld
601 hdmi_eld_update_pcm_info(struct hdmi_eld *eld, struct hda_pcm_stream *pcm, struct hda_pcm_stream *codec_pars) argument
[all...]
H A Dpatch_hdmi.c261 struct hdmi_eld *eld)
263 if (!snd_hdmi_get_eld(eld, codec, pin_nid))
264 snd_hdmi_show_eld(eld);
350 * eld->spk_alloc => (eld_speaker_allocation_bits[]) => spk_mask
359 struct hdmi_eld *eld; local
374 eld = &spec->sink_eld[i];
381 if (!eld->spk_alloc)
382 eld->spk_alloc = 0xffff;
391 if (eld->spk_alloc & (1 << i))
405 snd_print_channel_allocation(eld
260 hdmi_get_show_eld(struct hda_codec *codec, hda_nid_t pin_nid, struct hdmi_eld *eld) argument
758 struct hdmi_eld *eld; local
826 hdmi_present_sense(struct hda_codec *codec, hda_nid_t pin_nid, struct hdmi_eld *eld) argument
[all...]
H A Dhda_local.h606 void snd_hdmi_show_eld(struct hdmi_eld *eld);
607 void hdmi_eld_update_pcm_info(struct hdmi_eld *eld, struct hda_pcm_stream *pcm,
611 int snd_hda_eld_proc_new(struct hda_codec *codec, struct hdmi_eld *eld,
613 void snd_hda_eld_proc_free(struct hda_codec *codec, struct hdmi_eld *eld);
616 struct hdmi_eld *eld,
622 struct hdmi_eld *eld)
615 snd_hda_eld_proc_new(struct hda_codec *codec, struct hdmi_eld *eld, int index) argument
621 snd_hda_eld_proc_free(struct hda_codec *codec, struct hdmi_eld *eld) argument

Completed in 65 milliseconds