Searched refs:cfg_no (Results 1 – 2 of 2) sorted by relevance
188 int cfg_no, int rca_conf_no);
2213 int cfg_no, int rca_conf_no) in tasdevice_select_tuningprm_cfg() argument2229 if (cfg_no >= tas_fmw->nr_configurations) { in tasdevice_select_tuningprm_cfg()2232 __func__, cfg_no, tas_fmw->nr_configurations); in tasdevice_select_tuningprm_cfg()2278 if (cfg_no >= 0 in tasdevice_select_tuningprm_cfg()2279 && tas_priv->tasdevice[i].cur_conf != cfg_no in tasdevice_select_tuningprm_cfg()2289 conf = &(tas_fmw->configs[cfg_no]); in tasdevice_select_tuningprm_cfg()2301 tas_priv->tasdevice[i].cur_conf = cfg_no; in tasdevice_select_tuningprm_cfg()2306 __func__, cfg_no); in tasdevice_select_tuningprm_cfg()