Home
last modified time | relevance | path

Searched refs:uA_step (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/regulator/
Dmax77693-regulator.c41 unsigned int uA_step; member
76 val = chg_min_uA + reg_data->uA_step * sel; in max77693_chg_get_current_limit()
90 while (chg_min_uA + reg_data->uA_step * sel < min_uA) in max77693_chg_set_current_limit()
93 if (chg_min_uA + reg_data->uA_step * sel > max_uA) in max77693_chg_set_current_limit()
184 .uA_step = 20000,
224 .uA_step = MAX77843_CHG_FAST_CHG_CURRENT_STEP,
Dqcom-labibb-regulator.c78 u32 uA_step; member
573 int uA_limit = (lim->uA_step * i) + lim->uA_min; in qcom_labibb_set_current_limit()
608 return (cur_step * lim->uA_step) + lim->uA_min; in qcom_labibb_get_current_limit()
852 vreg->uA_limits.uA_step = 200000; in qcom_labibb_regulator_probe()
858 vreg->uA_limits.uA_step = 50000; in qcom_labibb_regulator_probe()