Searched refs:cfg_no (Results 1 – 2 of 2) sorted by relevance
183 int cfg_no, int rca_conf_no);
2202 int cfg_no, int rca_conf_no) in tasdevice_select_tuningprm_cfg() argument2218 if (cfg_no >= tas_fmw->nr_configurations) { in tasdevice_select_tuningprm_cfg()2221 __func__, cfg_no, tas_fmw->nr_configurations); in tasdevice_select_tuningprm_cfg()2267 if (cfg_no >= 0 in tasdevice_select_tuningprm_cfg()2268 && tas_priv->tasdevice[i].cur_conf != cfg_no in tasdevice_select_tuningprm_cfg()2278 conf = &(tas_fmw->configs[cfg_no]); in tasdevice_select_tuningprm_cfg()2290 tas_priv->tasdevice[i].cur_conf = cfg_no; in tasdevice_select_tuningprm_cfg()2295 __func__, cfg_no); in tasdevice_select_tuningprm_cfg()