Home
last modified time | relevance | path

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

/linux/drivers/regulator/
A Dvctrl-regulator.c42 unsigned int ovp_threshold; member
109 if (req_min_uV >= uV || !vctrl->ovp_threshold) in vctrl_set_voltage()
117 int max_drop_uV = (uV * vctrl->ovp_threshold) / 100; in vctrl_set_voltage()
172 if (selector >= vctrl->sel || !vctrl->ovp_threshold) { in vctrl_set_voltage_sel()
250 vctrl->ovp_threshold = pval; in vctrl_parse_dt()
251 if (vctrl->ovp_threshold > 100) { in vctrl_parse_dt()
254 vctrl->ovp_threshold); in vctrl_parse_dt()
275 if (vctrl->ovp_threshold && !vctrl->min_slew_down_rate) { in vctrl_parse_dt()
382 (100 - vctrl->ovp_threshold)) / 100; in vctrl_init_vtable()

Completed in 5 milliseconds