Home
last modified time | relevance | path

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

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