Searched refs:pin_idx (Results 1 – 2 of 2) sorted by relevance
/sound/pci/hda/ |
D | patch_hdmi.c | 243 int pin_idx; in pin_id_to_pin_index() local 253 for (pin_idx = 0; pin_idx < spec->num_pins; pin_idx++) { in pin_id_to_pin_index() 254 per_pin = get_pin(spec, pin_idx); in pin_id_to_pin_index() 257 return pin_idx; in pin_id_to_pin_index() 283 int pin_idx; in hinfo_to_pin_index() local 285 for (pin_idx = 0; pin_idx < spec->num_pins; pin_idx++) { in hinfo_to_pin_index() 286 per_pin = get_pin(spec, pin_idx); in hinfo_to_pin_index() 289 return pin_idx; in hinfo_to_pin_index() 763 int pin_idx = pin_id_to_pin_index(codec, nid, dev_id); in check_presence_and_report() local 765 if (pin_idx < 0) in check_presence_and_report() [all …]
|
/sound/soc/intel/skylake/ |
D | skl-topology.c | 2159 struct skl_module_res *res, int pin_idx, int dir) in skl_tplg_manifest_pin_res_tkn() argument 2165 m_pin = &res->input[pin_idx]; in skl_tplg_manifest_pin_res_tkn() 2169 m_pin = &res->output[pin_idx]; in skl_tplg_manifest_pin_res_tkn() 2201 int pin_idx, int dir) in skl_tplg_fill_res_tkn() argument 2232 pin_idx, dir); in skl_tplg_fill_res_tkn() 3174 static int mod_idx, res_val_idx, intf_val_idx, dir, pin_idx; in skl_tplg_get_int_tkn() local 3266 pin_idx = (tkn_elem->value & SKL_PIN_COUNT_MASK) >> 4; in skl_tplg_get_int_tkn() 3293 ret = skl_tplg_fill_res_tkn(dev, tkn_elem, res, pin_idx, dir); in skl_tplg_get_int_tkn() 3323 dir, pin_idx); in skl_tplg_get_int_tkn()
|