Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dpatch_hdmi.c405 struct hdmi_spec_per_pin *per_pin; in hdmi_eld_ctl_info() local
412 per_pin = get_pin(spec, pin_idx); in hdmi_eld_ctl_info()
413 eld = &per_pin->sink_eld; in hdmi_eld_ctl_info()
415 mutex_lock(&per_pin->lock); in hdmi_eld_ctl_info()
417 mutex_unlock(&per_pin->lock); in hdmi_eld_ctl_info()
427 struct hdmi_spec_per_pin *per_pin; in hdmi_eld_ctl_get() local
432 per_pin = get_pin(spec, pin_idx); in hdmi_eld_ctl_get()
433 eld = &per_pin->sink_eld; in hdmi_eld_ctl_get()
435 mutex_lock(&per_pin->lock); in hdmi_eld_ctl_get()
438 mutex_unlock(&per_pin->lock); in hdmi_eld_ctl_get()
[all …]