Searched refs:cfg_no (Results 1 – 3 of 3) sorted by relevance
212 int cfg_no, int rca_conf_no);
150 int tasdevice_spi_select_tuningprm_cfg(void *context, int prm, int cfg_no,
2350 int cfg_no, int rca_conf_no) in tasdevice_select_tuningprm_cfg() argument2366 if (cfg_no >= tas_fmw->nr_configurations) { in tasdevice_select_tuningprm_cfg()2369 __func__, cfg_no, tas_fmw->nr_configurations); in tasdevice_select_tuningprm_cfg()2415 if (cfg_no >= 0 in tasdevice_select_tuningprm_cfg()2416 && tas_priv->tasdevice[i].cur_conf != cfg_no in tasdevice_select_tuningprm_cfg()2426 conf = &(tas_fmw->configs[cfg_no]); in tasdevice_select_tuningprm_cfg()2438 tas_priv->tasdevice[i].cur_conf = cfg_no; in tasdevice_select_tuningprm_cfg()2443 __func__, cfg_no); in tasdevice_select_tuningprm_cfg()