max_volt          334 drivers/cpufreq/imx6q-cpufreq.c 	unsigned long min_volt, max_volt;
max_volt          484 drivers/cpufreq/imx6q-cpufreq.c 	max_volt = dev_pm_opp_get_voltage(opp);
max_volt          487 drivers/cpufreq/imx6q-cpufreq.c 	ret = regulator_set_voltage_time(arm_reg, min_volt, max_volt);
max_volt           80 drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c 		  u32 max_volt, int temp)
max_volt          108 drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c 	return voltage <= min(max_volt, volt->max_uv);
max_volt          117 drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c 	int max_volt;
max_volt          125 drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c 	max_volt = volt->max_uv;
max_volt          127 drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c 		max_volt = min(max_volt,
max_volt          130 drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c 		max_volt = min(max_volt,
max_volt          133 drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c 		max_volt = min(max_volt,
max_volt          137 drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c 		if (nvkm_cstate_valid(clk, cstate, max_volt, clk->temp))
max_volt           31 drivers/input/misc/regulator-haptic.c 	unsigned int max_volt;
max_volt           64 drivers/input/misc/regulator-haptic.c 	volt_mag_multi = (u64)(haptic->max_volt - haptic->min_volt) * magnitude;
max_volt           69 drivers/input/misc/regulator-haptic.c 				      haptic->max_volt);
max_volt          128 drivers/input/misc/regulator-haptic.c 	error = of_property_read_u32(node, "max-microvolt", &haptic->max_volt);
max_volt          160 drivers/input/misc/regulator-haptic.c 		haptic->max_volt = pdata->max_volt;
max_volt          119 drivers/power/supply/axp288_fuel_gauge.c 	int max_volt;
max_volt          425 drivers/power/supply/axp288_fuel_gauge.c 	if (vocv > info->max_volt)
max_volt          512 drivers/power/supply/axp288_fuel_gauge.c 		val->intval = PROP_VOLT(info->max_volt);
max_volt          816 drivers/power/supply/axp288_fuel_gauge.c 		info->max_volt = 4100;
max_volt          819 drivers/power/supply/axp288_fuel_gauge.c 		info->max_volt = 4150;
max_volt          822 drivers/power/supply/axp288_fuel_gauge.c 		info->max_volt = 4200;
max_volt          825 drivers/power/supply/axp288_fuel_gauge.c 		info->max_volt = 4350;
max_volt          103 drivers/power/supply/sc27xx_fuel_gauge.c 	int max_volt;
max_volt          478 drivers/power/supply/sc27xx_fuel_gauge.c 	if (vol > data->max_volt)
max_volt          906 drivers/power/supply/sc27xx_fuel_gauge.c 	data->max_volt = info.constant_charge_voltage_max_uv / 1000;
max_volt          186 drivers/usb/typec/tcpm/tcpm.c 	u32 max_volt;
max_volt         2314 drivers/usb/typec/tcpm/tcpm.c 		port->pps_data.max_volt = min(pdo_pps_apdo_max_voltage(src),
max_volt         2317 drivers/usb/typec/tcpm/tcpm.c 		port->pps_data.out_volt = min(port->pps_data.max_volt,
max_volt         2448 drivers/usb/typec/tcpm/tcpm.c 		max_mv = port->pps_data.max_volt;
max_volt         4243 drivers/usb/typec/tcpm/tcpm.c 	    out_volt > port->pps_data.max_volt) {
max_volt         4549 drivers/usb/typec/tcpm/tcpm.c 		val->intval = port->pps_data.max_volt * 1000;
max_volt         4653 drivers/usb/typec/tcpm/tcpm.c 		    val->intval > port->pps_data.max_volt * 1000)
max_volt           22 include/linux/platform_data/regulator-haptic.h 	unsigned int max_volt;