Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
A Dcs43130.c1972 cs43130->hpload_ac[ac_idx][HP_LEFT] = impedance; in cs43130_update_hpload()
1977 cs43130->ac_freq[ac_idx], !left_ch, impedance); in cs43130_update_hpload()
1985 unsigned int rslt_msk, int ac_idx) in cs43130_hpload_proc() argument
2063 int i, ret, ac_idx; in cs43130_imp_meas() local
2106 ac_idx = 0; in cs43130_imp_meas()
2110 hpload_seq[i].msk, ac_idx); in cs43130_imp_meas()
2118 ac_idx < CS43130_AC_FREQ - 1) { in cs43130_imp_meas()
2119 ac_idx++; in cs43130_imp_meas()
2121 ac_idx = 0; in cs43130_imp_meas()
2147 CS43130_HPLOAD_OFF_INT, ac_idx); in cs43130_imp_meas()
[all …]
/linux/fs/affs/
A Dfile.c176 u32 lc_idx, lc_off, ac_idx; in affs_get_extblock_slow() local
236 ac_idx = (ext - lc_idx - 1) & AFFS_AC_MASK; in affs_get_extblock_slow()
237 if (AFFS_I(inode)->i_ac[ac_idx].ext == ext) { in affs_get_extblock_slow()
238 ext_key = AFFS_I(inode)->i_ac[ac_idx].key; in affs_get_extblock_slow()
244 idx = ac_idx; in affs_get_extblock_slow()
270 AFFS_I(inode)->i_ac[ac_idx].ext = ext; in affs_get_extblock_slow()
271 AFFS_I(inode)->i_ac[ac_idx].key = ext_key; in affs_get_extblock_slow()
/linux/drivers/net/wireless/marvell/mwifiex/
A Dwmm.c246 u8 ac_idx; in mwifiex_wmm_setup_queue_priorities() local
267 ac_idx = wmm_aci_to_qidx_map[(aci_aifsn & MWIFIEX_ACI) >> 5]; in mwifiex_wmm_setup_queue_priorities()
268 priv->wmm.queue_priority[ac_idx] = ac_idx; in mwifiex_wmm_setup_queue_priorities()
269 tmp[ac_idx] = avg_back_off; in mwifiex_wmm_setup_queue_priorities()

Completed in 11 milliseconds