Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/input/misc/
Dregulator-haptic.c31 unsigned int max_volt; member
64 volt_mag_multi = (u64)(haptic->max_volt - haptic->min_volt) * magnitude; in regulator_haptic_set_voltage()
69 haptic->max_volt); in regulator_haptic_set_voltage()
128 error = of_property_read_u32(node, "max-microvolt", &haptic->max_volt); in regulator_haptic_parse_dt()
160 haptic->max_volt = pdata->max_volt; in regulator_haptic_probe()
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dbase.c80 u32 max_volt, int temp) in nvkm_cstate_valid() argument
108 return voltage <= min(max_volt, volt->max_uv); in nvkm_cstate_valid()
117 int max_volt; in nvkm_cstate_find_best() local
125 max_volt = volt->max_uv; in nvkm_cstate_find_best()
127 max_volt = min(max_volt, in nvkm_cstate_find_best()
130 max_volt = min(max_volt, in nvkm_cstate_find_best()
133 max_volt = min(max_volt, in nvkm_cstate_find_best()
137 if (nvkm_cstate_valid(clk, cstate, max_volt, clk->temp)) in nvkm_cstate_find_best()
/Linux-v5.4/drivers/power/supply/
Daxp288_fuel_gauge.c119 int max_volt; member
425 if (vocv > info->max_volt) in fuel_gauge_battery_health()
512 val->intval = PROP_VOLT(info->max_volt); in fuel_gauge_get_property()
816 info->max_volt = 4100; in axp288_fuel_gauge_probe()
819 info->max_volt = 4150; in axp288_fuel_gauge_probe()
822 info->max_volt = 4200; in axp288_fuel_gauge_probe()
825 info->max_volt = 4350; in axp288_fuel_gauge_probe()
Dsc27xx_fuel_gauge.c103 int max_volt; member
478 if (vol > data->max_volt) in sc27xx_fgu_get_health()
906 data->max_volt = info.constant_charge_voltage_max_uv / 1000; in sc27xx_fgu_hw_init()
/Linux-v5.4/include/linux/platform_data/
Dregulator-haptic.h22 unsigned int max_volt; member
/Linux-v5.4/drivers/cpufreq/
Dimx6q-cpufreq.c331 unsigned long min_volt, max_volt; in imx6q_cpufreq_probe() local
480 max_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()
/Linux-v5.4/drivers/usb/typec/tcpm/
Dtcpm.c186 u32 max_volt; member
2314 port->pps_data.max_volt = min(pdo_pps_apdo_max_voltage(src), in tcpm_pd_select_pps_apdo()
2317 port->pps_data.out_volt = min(port->pps_data.max_volt, in tcpm_pd_select_pps_apdo()
2448 max_mv = port->pps_data.max_volt; in tcpm_pd_build_pps_request()
4217 out_volt > port->pps_data.max_volt) { in tcpm_pps_set_out_volt()
4523 val->intval = port->pps_data.max_volt * 1000; in tcpm_psy_get_voltage_max()
4627 val->intval > port->pps_data.max_volt * 1000) in tcpm_psy_set_prop()