Home
last modified time | relevance | path

Searched refs:cur_step (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/ext4/
H A Dreadpage.c65 unsigned int cur_step; member
123 switch (++ctx->cur_step) { in bio_post_read_processing()
130 ctx->cur_step++; in bio_post_read_processing()
138 ctx->cur_step++; in bio_post_read_processing()
167 ctx->cur_step = STEP_INITIAL; in mpage_end_io()
/linux-6.15/drivers/regulator/
H A Dqcom-labibb-regulator.c600 unsigned int cur_step; in qcom_labibb_get_current_limit() local
603 ret = regmap_read(vreg->regmap, desc->csel_reg, &cur_step); in qcom_labibb_get_current_limit()
606 cur_step &= desc->csel_mask; in qcom_labibb_get_current_limit()
608 return (cur_step * lim->uA_step) + lim->uA_min; in qcom_labibb_get_current_limit()
/linux-6.15/drivers/media/dvb-frontends/
H A Dstv090x.c1759 cur_step = 0; in stv090x_srate_srch_coarse()
1763 while ((!tmg_lock) && (cur_step < steps)) { in stv090x_srate_srch_coarse()
1787 cur_step++; in stv090x_srate_srch_coarse()
1792 else if (cur_step < steps) { in stv090x_srate_srch_coarse()
1794 freq += cur_step * car_step; in stv090x_srate_srch_coarse()
1796 freq -= cur_step * car_step; in stv090x_srate_srch_coarse()
2177 cur_step = 1; in stv090x_get_coldlock()
2182 while ((cur_step <= steps) && (!lock)) { in stv090x_get_coldlock()
2184 freq += cur_step * car_step; in stv090x_get_coldlock()
2186 freq -= cur_step * car_step; in stv090x_get_coldlock()
[all …]
/linux-6.15/Documentation/filesystems/
H A Dfsverity.rst710 unsigned int cur_step;