Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/input/misc/
A 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-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
A 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-6.3-rc2/drivers/power/supply/
A Daxp288_fuel_gauge.c123 int max_volt; member
331 if (vocv > info->max_volt) in fuel_gauge_battery_health()
400 val->intval = PROP_VOLT(info->max_volt); in fuel_gauge_get_property()
647 info->max_volt = 4100; in axp288_fuel_gauge_read_initial_regs()
650 info->max_volt = 4150; in axp288_fuel_gauge_read_initial_regs()
653 info->max_volt = 4200; in axp288_fuel_gauge_read_initial_regs()
656 info->max_volt = 4350; in axp288_fuel_gauge_read_initial_regs()
A 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-6.3-rc2/include/linux/platform_data/
A Dregulator-haptic.h22 unsigned int max_volt; member
/linux-6.3-rc2/drivers/cpufreq/
A Dimx6q-cpufreq.c342 unsigned long min_volt, max_volt; in imx6q_cpufreq_probe() local
485 max_volt = dev_pm_opp_get_voltage(opp); in imx6q_cpufreq_probe()
488 ret = regulator_set_voltage_time(arm_reg, min_volt, max_volt); in imx6q_cpufreq_probe()
/linux-6.3-rc2/drivers/gpu/drm/bridge/cadence/
A Dcdns-mhdp8546-core.c985 u8 max_volt = CDNS_VOLT_SWING(mhdp->host.volt_swing); in cdns_mhdp_adjust_requested_eq() local
997 max_volt); in cdns_mhdp_adjust_requested_eq()
1095 const u8 max_volt = CDNS_VOLT_SWING(mhdp->host.volt_swing); in cdns_mhdp_adjust_requested_cr() local
1103 max_volt : req_volt[i]; in cdns_mhdp_adjust_requested_cr()
1119 const u8 max_volt = CDNS_VOLT_SWING(mhdp->host.volt_swing); in cdns_mhdp_validate_cr() local
1131 req_volt[i] = min(adjust, max_volt); in cdns_mhdp_validate_cr()
/linux-6.3-rc2/drivers/usb/typec/tcpm/
A Dtcpm.c289 u32 max_volt; member
2759 port->pps_data.max_volt = port->pps_data.req_max_volt; in tcpm_pd_ctrl_request()
5851 req_out_volt > port->pps_data.max_volt) { in tcpm_pps_set_out_volt()
6274 val->intval = port->pps_data.max_volt * 1000; in tcpm_psy_get_voltage_max()
6385 val->intval > port->pps_data.max_volt * 1000) in tcpm_psy_set_prop()

Completed in 24 milliseconds