Home
last modified time | relevance | path

Searched refs:voltage_max (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/hwmon/
H A Dgl518sm.c115 u8 voltage_max[4]; /* Register values; [0] = VDD */ member
167 data->voltage_max[0] = (val >> 8) & 0xff; in gl518_update_device()
170 data->voltage_max[1] = (val >> 8) & 0xff; in gl518_update_device()
173 data->voltage_max[2] = (val >> 8) & 0xff; in gl518_update_device()
176 data->voltage_max[3] = (val >> 8) & 0xff; in gl518_update_device()
246 show(VDD, in_max0, voltage_max[0]);
247 show(IN, in_max1, voltage_max[1]);
248 show(IN, in_max2, voltage_max[2]);
249 show(IN, in_max3, voltage_max[3]);
333 set_high(VDD, in_max0, voltage_max[0], GL518_REG_VDD_LIMIT);
[all …]
/linux/tools/testing/selftests/power_supply/
H A Dtest_power_supply_properties.sh95 test_sysfs_prop_optional_range voltage_max 1800000 60000000 "uV"
/linux/drivers/power/supply/
H A Dcros_usbpd-charger.c217 port->psy_voltage_max_design = resp.meas.voltage_max; in cros_usbpd_charger_get_power_info()
280 port->port_number, resp.type, resp.meas.voltage_max, in cros_usbpd_charger_get_power_info()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_types.h1867 u8 (*voltage_max)(struct intel_dp *intel_dp, member