Searched refs:target_uV (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/regulator/ |
D | consumer.h | 585 int min_uV, int target_uV, in regulator_set_voltage_triplet() argument 588 if (regulator_set_voltage(regulator, target_uV, max_uV) == 0) in regulator_set_voltage_triplet() 605 int target_uV, int tol_uV) in regulator_is_supported_voltage_tol() argument 608 target_uV - tol_uV, in regulator_is_supported_voltage_tol() 609 target_uV + tol_uV); in regulator_is_supported_voltage_tol()
|
/Linux-v4.19/include/linux/mfd/ |
D | twl.h | 763 int (*set_voltage)(void *data, int target_uV);
|
/Linux-v4.19/drivers/mmc/core/ |
D | core.c | 1311 int min_uV, int target_uV, in mmc_regulator_set_voltage_if_supported() argument 1321 return regulator_set_voltage_triplet(regulator, min_uV, target_uV, in mmc_regulator_set_voltage_if_supported()
|