Searched refs:per_pin (Results 1 – 2 of 2) sorted by relevance
108 struct hdmi_spec_per_pin *per_pin,239 struct hdmi_spec_per_pin *per_pin; in pin_id_to_pin_index() local249 per_pin = get_pin(spec, pin_idx); in pin_id_to_pin_index()250 if ((per_pin->pin_nid == pin_nid) && in pin_id_to_pin_index()251 (per_pin->dev_id == dev_id)) in pin_id_to_pin_index()277 struct hdmi_spec_per_pin *per_pin; in hinfo_to_pin_index() local281 per_pin = get_pin(spec, pin_idx); in hinfo_to_pin_index()282 if (per_pin->pcm && in hinfo_to_pin_index()283 per_pin->pcm->pcm->stream == hinfo) in hinfo_to_pin_index()296 struct hdmi_spec_per_pin *per_pin; in pcm_idx_to_pin() local[all …]
8 Virtual pin is an extension of per_pin. The most difference of DP MST13 several pins, if we use one pcm per per_pin, there will be many PCMs.15 per_pin. Driver uses spec->dyn_pcm_assign flag to indicate whether to use58 For !dyn_pcm_assign, per_pin->pcm will assigned to spec->pcm[n] statically.60 For dyn_pcm_assign, per_pin->pcm will assigned to spec->pcm[n]