Searched refs:max_mV (Results 1 – 4 of 4) sorted by relevance
/drivers/power/supply/ |
D | ingenic-battery.c | 65 u64 max_mV; in ingenic_battery_set_scale() local 83 max_mV = bat->info.voltage_max_design_uv / 1000; in ingenic_battery_set_scale() 88 if (scale_mV < max_mV) in ingenic_battery_set_scale()
|
/drivers/regulator/ |
D | cros-ec-regulator.c | 127 int max_mV = max_uV / 1000; in cros_ec_regulator_set_voltage() local 131 .max_mv = max_mV, in cros_ec_regulator_set_voltage() 138 if (min_mV > max_mV) in cros_ec_regulator_set_voltage()
|
D | da9063-regulator.c | 89 #define DA9063_LDO(chip, regl_name, min_mV, step_mV, max_mV) \ argument 95 .desc.n_voltages = (((max_mV) - (min_mV))/(step_mV) + 1 \ 108 #define DA9063_BUCK(chip, regl_name, min_mV, step_mV, max_mV, limits_array, \ argument 115 .desc.n_voltages = ((max_mV) - (min_mV))/(step_mV) + 1, \
|
D | tps80031-regulator.c | 452 #define TPS80031_REG_FIXED(_id, max_mV, _ops, _delay, _pbit) \ argument 461 .min_uV = max_mV * 1000, \
|