Searched refs:per_pin (Results 1 – 2 of 2) sorted by relevance
114 struct hdmi_spec_per_pin *per_pin,243 struct hdmi_spec_per_pin *per_pin; in pin_id_to_pin_index() local253 per_pin = get_pin(spec, pin_idx); in pin_id_to_pin_index()254 if ((per_pin->pin_nid == pin_nid) && in pin_id_to_pin_index()255 (per_pin->dev_id == dev_id)) in pin_id_to_pin_index()281 struct hdmi_spec_per_pin *per_pin; in hinfo_to_pin_index() local285 per_pin = get_pin(spec, pin_idx); in hinfo_to_pin_index()286 if (per_pin->pcm && in hinfo_to_pin_index()287 per_pin->pcm->pcm->stream == hinfo) in hinfo_to_pin_index()299 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]