Searched refs:cvt_idx (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/hda/codecs/hdmi/ |
| H A D | hdmi.c | 126 int cvt_idx; in cvt_nid_to_cvt_index() local 128 for (cvt_idx = 0; cvt_idx < spec->num_cvts; cvt_idx++) in cvt_nid_to_cvt_index() 129 if (get_cvt(spec, cvt_idx)->cvt_nid == cvt_nid) in cvt_nid_to_cvt_index() 130 return cvt_idx; in cvt_nid_to_cvt_index() 772 int cvt_idx, mux_idx = 0; in hdmi_choose_cvt() local 781 cvt_idx = cvt_nid_to_cvt_index(codec, per_pin->cvt_nid); in hdmi_choose_cvt() 782 per_cvt = get_cvt(spec, cvt_idx); in hdmi_choose_cvt() 786 *cvt_id = cvt_idx; in hdmi_choose_cvt() 791 for (cvt_idx = 0; cvt_idx < spec->num_cvts; cvt_idx++) { in hdmi_choose_cvt() 792 per_cvt = get_cvt(spec, cvt_idx); in hdmi_choose_cvt() [all …]
|
| H A D | intelhdmi.c | 335 int cvt_idx, curr; in intel_not_share_assigned_cvt() local 388 for (cvt_idx = 0; cvt_idx < spec->num_cvts; cvt_idx++) { in intel_not_share_assigned_cvt() 389 per_cvt = get_cvt(spec, cvt_idx); in intel_not_share_assigned_cvt() 393 cvt_idx, nid); in intel_not_share_assigned_cvt() 396 cvt_idx); in intel_not_share_assigned_cvt()
|
| H A D | atihdmi.c | 535 int err, cvt_idx; in atihdmi_probe() local 563 for (cvt_idx = 0; cvt_idx < spec->num_cvts; cvt_idx++) { in atihdmi_probe() 564 per_cvt = get_cvt(spec, cvt_idx); in atihdmi_probe()
|
| /linux/sound/soc/codecs/ |
| H A D | hdac_hdmi.c | 569 int cvt_idx = 0; in hdac_hdmi_verify_connect_sel_all_pins() local 575 AC_VERB_SET_CONNECT_SEL, cvt_idx); in hdac_hdmi_verify_connect_sel_all_pins() 577 __func__, cvt->name, port->pin->nid, cvt_idx); in hdac_hdmi_verify_connect_sel_all_pins() 579 ++cvt_idx; in hdac_hdmi_verify_connect_sel_all_pins()
|