Searched refs:tol_uV (Results 1 – 1 of 1) sorted by relevance
708 int new_uV, int tol_uV) in regulator_set_voltage_tol() argument710 if (regulator_set_voltage(regulator, new_uV, new_uV + tol_uV) == 0) in regulator_set_voltage_tol()714 new_uV - tol_uV, new_uV + tol_uV); in regulator_set_voltage_tol()718 int target_uV, int tol_uV) in regulator_is_supported_voltage_tol() argument721 target_uV - tol_uV, in regulator_is_supported_voltage_tol()722 target_uV + tol_uV); in regulator_is_supported_voltage_tol()