Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/regulator/
Dconsumer.h655 int new_uV, int tol_uV) in regulator_set_voltage_tol() argument
657 if (regulator_set_voltage(regulator, new_uV, new_uV + tol_uV) == 0) in regulator_set_voltage_tol()
661 new_uV - tol_uV, new_uV + tol_uV); in regulator_set_voltage_tol()
665 int target_uV, int tol_uV) in regulator_is_supported_voltage_tol() argument
668 target_uV - tol_uV, in regulator_is_supported_voltage_tol()
669 target_uV + tol_uV); in regulator_is_supported_voltage_tol()