Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dpatch_hdmi.c410 struct hdmi_spec_per_pin *per_pin; in hdmi_eld_ctl_info() local
417 per_pin = get_pin(spec, pin_idx); in hdmi_eld_ctl_info()
418 eld = &per_pin->sink_eld; in hdmi_eld_ctl_info()
420 mutex_lock(&per_pin->lock); in hdmi_eld_ctl_info()
422 mutex_unlock(&per_pin->lock); in hdmi_eld_ctl_info()
432 struct hdmi_spec_per_pin *per_pin; in hdmi_eld_ctl_get() local
437 per_pin = get_pin(spec, pin_idx); in hdmi_eld_ctl_get()
438 eld = &per_pin->sink_eld; in hdmi_eld_ctl_get()
440 mutex_lock(&per_pin->lock); in hdmi_eld_ctl_get()
443 mutex_unlock(&per_pin->lock); in hdmi_eld_ctl_get()
[all …]