Searched refs:voltage_max (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/hwmon/ |
| H A D | gl518sm.c | 115 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 D | test_power_supply_properties.sh | 95 test_sysfs_prop_optional_range voltage_max 1800000 60000000 "uV"
|
| /linux/drivers/power/supply/ |
| H A D | cros_usbpd-charger.c | 217 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 D | intel_display_types.h | 1867 u8 (*voltage_max)(struct intel_dp *intel_dp, member
|