Home
last modified time | relevance | path

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

/drivers/input/misc/
Dregulator-haptic.c32 unsigned int min_volt; member
64 volt_mag_multi = (u64)(haptic->max_volt - haptic->min_volt) * magnitude; in regulator_haptic_set_voltage()
68 intensity + haptic->min_volt, in regulator_haptic_set_voltage()
72 intensity + haptic->min_volt, error); in regulator_haptic_set_voltage()
134 error = of_property_read_u32(node, "min-microvolt", &haptic->min_volt); in regulator_haptic_parse_dt()
161 haptic->min_volt = pdata->min_volt; in regulator_haptic_probe()
/drivers/power/supply/
Dsc27xx_fuel_gauge.c104 int min_volt; member
726 (ocv > data->min_volt && cap <= data->alarm_cap)) { in sc27xx_fgu_capacity_calibration()
736 } else if (ocv <= data->min_volt) { in sc27xx_fgu_capacity_calibration()
766 data->min_volt = data->cap_table[data->table_len - 1].ocv; in sc27xx_fgu_capacity_calibration()
769 data->min_volt); in sc27xx_fgu_capacity_calibration()
771 adc = sc27xx_fgu_voltage_to_adc(data, data->min_volt / 1000); in sc27xx_fgu_capacity_calibration()
908 data->min_volt = info.voltage_min_design_uv; in sc27xx_fgu_hw_init()
928 data->min_volt); in sc27xx_fgu_hw_init()
966 alarm_adc = sc27xx_fgu_voltage_to_adc(data, data->min_volt / 1000); in sc27xx_fgu_hw_init()
1189 if (ocv < data->min_volt) { in sc27xx_fgu_suspend()
/drivers/cpufreq/
Dimx6q-cpufreq.c331 unsigned long min_volt, max_volt; in imx6q_cpufreq_probe() local
477 min_volt = dev_pm_opp_get_voltage(opp); in imx6q_cpufreq_probe()
483 ret = regulator_set_voltage_time(arm_reg, min_volt, max_volt); in imx6q_cpufreq_probe()
/drivers/usb/typec/tcpm/
Dtcpm.c185 u32 min_volt; member
2312 port->pps_data.min_volt = max(pdo_pps_apdo_min_voltage(src), in tcpm_pd_select_pps_apdo()
2318 max(port->pps_data.min_volt, in tcpm_pd_select_pps_apdo()
4216 if (out_volt < port->pps_data.min_volt || in tcpm_pps_set_out_volt()
4512 val->intval = port->pps_data.min_volt * 1000; in tcpm_psy_get_voltage_min()
4626 if (val->intval < port->pps_data.min_volt * 1000 || in tcpm_psy_set_prop()