Searched refs:per_pin (Results 1 – 1 of 1) sorted by relevance
410 struct hdmi_spec_per_pin *per_pin; in hdmi_eld_ctl_info() local417 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() local437 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 …]