Home
last modified time | relevance | path

Searched refs:ac_idx (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/sound/soc/codecs/
H A Dcs43130.c2032 cs43130->hpload_ac[ac_idx][HP_LEFT] = impedance; in cs43130_update_hpload()
2037 cs43130->ac_freq[ac_idx], !left_ch, impedance); in cs43130_update_hpload()
2045 unsigned int rslt_msk, int ac_idx) in cs43130_hpload_proc() argument
2122 int i, ret, ac_idx; in cs43130_imp_meas() local
2165 ac_idx = 0; in cs43130_imp_meas()
2169 hpload_seq[i].msk, ac_idx); in cs43130_imp_meas()
2177 ac_idx < CS43130_AC_FREQ - 1) { in cs43130_imp_meas()
2178 ac_idx++; in cs43130_imp_meas()
2180 ac_idx = 0; in cs43130_imp_meas()
2206 CS43130_HPLOAD_OFF_INT, ac_idx); in cs43130_imp_meas()
[all …]
/linux-6.15/fs/affs/
H A Dfile.c177 u32 lc_idx, lc_off, ac_idx; in affs_get_extblock_slow() local
237 ac_idx = (ext - lc_idx - 1) & AFFS_AC_MASK; in affs_get_extblock_slow()
238 if (AFFS_I(inode)->i_ac[ac_idx].ext == ext) { in affs_get_extblock_slow()
239 ext_key = AFFS_I(inode)->i_ac[ac_idx].key; in affs_get_extblock_slow()
245 idx = ac_idx; in affs_get_extblock_slow()
271 AFFS_I(inode)->i_ac[ac_idx].ext = ext; in affs_get_extblock_slow()
272 AFFS_I(inode)->i_ac[ac_idx].key = ext_key; in affs_get_extblock_slow()
/linux-6.15/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.c234 u8 ac_idx; in mwifiex_wmm_setup_queue_priorities() local
255 ac_idx = wmm_aci_to_qidx_map[(aci_aifsn & MWIFIEX_ACI) >> 5]; in mwifiex_wmm_setup_queue_priorities()
256 priv->wmm.queue_priority[ac_idx] = ac_idx; in mwifiex_wmm_setup_queue_priorities()
257 tmp[ac_idx] = avg_back_off; in mwifiex_wmm_setup_queue_priorities()