Searched refs:max_volt (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/platform_data/
H A Dregulator-haptic.h19 * @max_volt: maximum voltage value supplied to the haptic motor.
25 unsigned int max_volt; member in struct:regulator_haptic_data
/linux-4.1.27/drivers/input/misc/
H A Dregulator-haptic.c34 unsigned int max_volt; member in struct:regulator_haptic
67 volt_mag_multi = (u64)(haptic->max_volt - haptic->min_volt) * magnitude; regulator_haptic_set_voltage()
72 haptic->max_volt); regulator_haptic_set_voltage()
131 error = of_property_read_u32(node, "max-microvolt", &haptic->max_volt); regulator_haptic_parse_dt()
163 haptic->max_volt = pdata->max_volt; regulator_haptic_probe()
/linux-4.1.27/drivers/cpufreq/
H A Dimx6q-cpufreq.c159 unsigned long min_volt, max_volt; imx6q_cpufreq_probe() local
296 max_volt = dev_pm_opp_get_voltage(opp); imx6q_cpufreq_probe()
298 ret = regulator_set_voltage_time(arm_reg, min_volt, max_volt); imx6q_cpufreq_probe()
/linux-4.1.27/include/linux/mfd/
H A Daxp20x.h266 int max_volt; member in struct:axp20x_fg_pdata
/linux-4.1.27/drivers/power/
H A Daxp288_fuel_gauge.c550 if (vocv > info->pdata->max_volt) fuel_gauge_battery_health()
692 val->intval = PROP_VOLT(info->pdata->max_volt); fuel_gauge_get_property()
905 switch (info->pdata->max_volt) { fuel_gauge_program_vbatt_full()

Completed in 229 milliseconds