Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/regulator/
Dvctrl-regulator.c48 unsigned int ovp_threshold; member
105 if (req_min_uV >= uV || !vctrl->ovp_threshold) in vctrl_set_voltage()
113 int max_drop_uV = (uV * vctrl->ovp_threshold) / 100; in vctrl_set_voltage()
164 if (selector >= vctrl->sel || !vctrl->ovp_threshold) { in vctrl_set_voltage_sel()
243 vctrl->ovp_threshold = pval; in vctrl_parse_dt()
244 if (vctrl->ovp_threshold > 100) { in vctrl_parse_dt()
247 vctrl->ovp_threshold); in vctrl_parse_dt()
268 if (vctrl->ovp_threshold && !vctrl->min_slew_down_rate) { in vctrl_parse_dt()
377 (100 - vctrl->ovp_threshold)) / 100; in vctrl_init_vtable()