Searched refs:cur_step (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/fs/ext4/ ! |
D | readpage.c | 65 unsigned int cur_step; member 134 switch (++ctx->cur_step) { in bio_post_read_processing() 141 ctx->cur_step++; in bio_post_read_processing() 149 ctx->cur_step++; in bio_post_read_processing() 178 ctx->cur_step = STEP_INITIAL; in mpage_end_io()
|
/linux-5.19.10/drivers/regulator/ ! |
D | qcom-labibb-regulator.c | 600 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-5.19.10/drivers/media/dvb-frontends/ ! |
D | stv090x.c | 1683 s32 tmg_cpt = 0, dir = 1, steps, cur_step = 0, freq; in stv090x_srate_srch_coarse() local 1754 cur_step = 0; in stv090x_srate_srch_coarse() 1758 while ((!tmg_lock) && (cur_step < steps)) { in stv090x_srate_srch_coarse() 1782 cur_step++; in stv090x_srate_srch_coarse() 1787 else if (cur_step < steps) { in stv090x_srate_srch_coarse() 1789 freq += cur_step * car_step; in stv090x_srate_srch_coarse() 1791 freq -= cur_step * car_step; in stv090x_srate_srch_coarse() 2132 s32 car_step, steps, cur_step, dir, freq, timeout_lock; in stv090x_get_coldlock() local 2172 cur_step = 1; in stv090x_get_coldlock() 2177 while ((cur_step <= steps) && (!lock)) { in stv090x_get_coldlock() [all …]
|
/linux-5.19.10/Documentation/filesystems/ ! |
D | fsverity.rst | 614 unsigned int cur_step;
|