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

/linux-master/include/linux/platform_data/
H A Dregulator-haptic.h16 * @max_volt: maximum voltage value supplied to the haptic motor.
22 unsigned int max_volt; member in struct:regulator_haptic_data
/linux-master/drivers/input/misc/
H A Dregulator-haptic.c31 unsigned int max_volt; member in struct:regulator_haptic
64 volt_mag_multi = (u64)(haptic->max_volt - haptic->min_volt) * magnitude;
69 haptic->max_volt);
128 error = of_property_read_u32(node, "max-microvolt", &haptic->max_volt);
160 haptic->max_volt = pdata->max_volt;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dbase.c80 u32 max_volt, int temp)
108 return voltage <= min(max_volt, volt->max_uv);
117 int max_volt; local
125 max_volt = volt->max_uv;
127 max_volt = min(max_volt,
130 max_volt = min(max_volt,
133 max_volt = min(max_volt,
79 nvkm_cstate_valid(struct nvkm_clk *clk, struct nvkm_cstate *cstate, u32 max_volt, int temp) argument
[all...]
/linux-master/drivers/power/supply/
H A Daxp288_fuel_gauge.c123 int max_volt; member in struct:axp288_fg_info
331 if (vocv > info->max_volt)
400 val->intval = PROP_VOLT(info->max_volt);
657 info->max_volt = 4100;
660 info->max_volt = 4150;
663 info->max_volt = 4200;
666 info->max_volt = 4350;
H A Dsc27xx_fuel_gauge.c86 * @max_volt: the maximum constant input voltage in millivolt
112 int max_volt; member in struct:sc27xx_fgu_data
542 if (vol > data->max_volt)
1005 data->max_volt = info->constant_charge_voltage_max_uv / 1000;
/linux-master/drivers/cpufreq/
H A Dimx6q-cpufreq.c329 unsigned long min_volt, max_volt; local
472 max_volt = dev_pm_opp_get_voltage(opp);
475 ret = regulator_set_voltage_time(arm_reg, min_volt, max_volt);
/linux-master/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.c1002 u8 max_volt = CDNS_VOLT_SWING(mhdp->host.volt_swing); local
1014 max_volt);
1112 const u8 max_volt = CDNS_VOLT_SWING(mhdp->host.volt_swing); local
1120 max_volt : req_volt[i];
1136 const u8 max_volt = CDNS_VOLT_SWING(mhdp->host.volt_swing); local
1148 req_volt[i] = min(adjust, max_volt);
/linux-master/drivers/usb/typec/tcpm/
H A Dtcpm.c281 * @max_volt: Actual max voltage at the local port
293 u32 max_volt; member in struct:pd_pps_data
3401 port->pps_data.max_volt = port->pps_data.req_max_volt;
7272 val->intval = port->pps_data.max_volt * 1000;

Completed in 173 milliseconds