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