Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/misc/
Dregulator-haptic.c35 unsigned int min_volt; member
67 volt_mag_multi = (u64)(haptic->max_volt - haptic->min_volt) * magnitude; in regulator_haptic_set_voltage()
71 intensity + haptic->min_volt, in regulator_haptic_set_voltage()
75 intensity + haptic->min_volt, error); in regulator_haptic_set_voltage()
137 error = of_property_read_u32(node, "min-microvolt", &haptic->min_volt); in regulator_haptic_parse_dt()
164 haptic->min_volt = pdata->min_volt; in regulator_haptic_probe()
/Linux-v4.19/include/linux/platform_data/
Dregulator-haptic.h26 unsigned int min_volt; member
/Linux-v4.19/drivers/cpufreq/
Dimx6q-cpufreq.c346 unsigned long min_volt, max_volt; in imx6q_cpufreq_probe() local
483 min_volt = dev_pm_opp_get_voltage(opp); in imx6q_cpufreq_probe()
489 ret = regulator_set_voltage_time(arm_reg, min_volt, max_volt); in imx6q_cpufreq_probe()
/Linux-v4.19/drivers/usb/typec/
Dtcpm.c183 u32 min_volt; member
2289 port->pps_data.min_volt = pdo_pps_apdo_min_voltage(pdo); in tcpm_pd_select_pps_apdo()
2423 min_mv = port->pps_data.min_volt; in tcpm_pd_build_pps_request()
4160 if (out_volt < port->pps_data.min_volt || in tcpm_pps_set_out_volt()
4511 val->intval = port->pps_data.min_volt * 1000; in tcpm_psy_get_voltage_min()
4625 if (val->intval < port->pps_data.min_volt * 1000 || in tcpm_psy_set_prop()