Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dvctrl-regulator.c48 static int vctrl_calc_ctrl_voltage(struct vctrl_data *vctrl, int out_uV) in vctrl_calc_ctrl_voltage() function
112 vctrl_calc_ctrl_voltage(vctrl, req_min_uV), in vctrl_set_voltage()
113 vctrl_calc_ctrl_voltage(vctrl, req_max_uV), in vctrl_set_voltage()
127 next_ctrl_uV = vctrl_calc_ctrl_voltage(vctrl, next_uV); in vctrl_set_voltage()