Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/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.15/drivers/power/supply/
Daxp288_fuel_gauge.c116 int max_volt; member
316 if (vocv > info->max_volt) in fuel_gauge_battery_health()
385 val->intval = PROP_VOLT(info->max_volt); in fuel_gauge_get_property()
695 info->max_volt = 4100; in axp288_fuel_gauge_probe()
698 info->max_volt = 4150; in axp288_fuel_gauge_probe()
701 info->max_volt = 4200; in axp288_fuel_gauge_probe()
704 info->max_volt = 4350; in axp288_fuel_gauge_probe()
Dsc27xx_fuel_gauge.c112 int max_volt; member
542 if (vol > data->max_volt) in sc27xx_fgu_get_health()
1012 data->max_volt = info.constant_charge_voltage_max_uv / 1000; in sc27xx_fgu_hw_init()
/Linux-v5.15/include/linux/platform_data/
Dregulator-haptic.h22 unsigned int max_volt; member
/Linux-v5.15/drivers/cpufreq/
Dimx6q-cpufreq.c342 unsigned long min_volt, max_volt; in imx6q_cpufreq_probe() local
487 max_volt = dev_pm_opp_get_voltage(opp); in imx6q_cpufreq_probe()
490 ret = regulator_set_voltage_time(arm_reg, min_volt, max_volt); in imx6q_cpufreq_probe()
/Linux-v5.15/drivers/gpu/drm/bridge/cadence/
Dcdns-mhdp8546-core.c984 u8 max_volt = CDNS_VOLT_SWING(mhdp->host.volt_swing); in cdns_mhdp_adjust_requested_eq() local
996 max_volt); in cdns_mhdp_adjust_requested_eq()
1094 const u8 max_volt = CDNS_VOLT_SWING(mhdp->host.volt_swing); in cdns_mhdp_adjust_requested_cr() local
1102 max_volt : req_volt[i]; in cdns_mhdp_adjust_requested_cr()
1118 const u8 max_volt = CDNS_VOLT_SWING(mhdp->host.volt_swing); in cdns_mhdp_validate_cr() local
1130 req_volt[i] = min(adjust, max_volt); in cdns_mhdp_validate_cr()
/Linux-v5.15/drivers/usb/typec/tcpm/
Dtcpm.c287 u32 max_volt; member
2694 port->pps_data.max_volt = port->pps_data.req_max_volt; in tcpm_pd_ctrl_request()
5733 req_out_volt > port->pps_data.max_volt) { in tcpm_pps_set_out_volt()
6116 val->intval = port->pps_data.max_volt * 1000; in tcpm_psy_get_voltage_max()
6220 val->intval > port->pps_data.max_volt * 1000) in tcpm_psy_set_prop()