Searched refs:per_pin (Results 1 – 2 of 2) sorted by relevance
115 struct hdmi_spec_per_pin *per_pin,256 struct hdmi_spec_per_pin *per_pin; in pin_id_to_pin_index() local266 per_pin = get_pin(spec, pin_idx); in pin_id_to_pin_index()267 if ((per_pin->pin_nid == pin_nid) && in pin_id_to_pin_index()268 (per_pin->dev_id == dev_id)) in pin_id_to_pin_index()294 struct hdmi_spec_per_pin *per_pin; in hinfo_to_pin_index() local298 per_pin = get_pin(spec, pin_idx); in hinfo_to_pin_index()299 if (per_pin->pcm && in hinfo_to_pin_index()300 per_pin->pcm->pcm->stream == hinfo) in hinfo_to_pin_index()313 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]