voltage_max 44 drivers/gpu/drm/i915/display/intel_dp_link_training.c u8 voltage_max; voltage_max 57 drivers/gpu/drm/i915/display/intel_dp_link_training.c voltage_max = intel_dp_voltage_max(intel_dp); voltage_max 58 drivers/gpu/drm/i915/display/intel_dp_link_training.c if (v >= voltage_max) voltage_max 59 drivers/gpu/drm/i915/display/intel_dp_link_training.c v = voltage_max | DP_TRAIN_MAX_SWING_REACHED; voltage_max 115 drivers/hwmon/gl518sm.c u8 voltage_max[4]; /* Register values; [0] = VDD */ voltage_max 167 drivers/hwmon/gl518sm.c data->voltage_max[0] = (val >> 8) & 0xff; voltage_max 170 drivers/hwmon/gl518sm.c data->voltage_max[1] = (val >> 8) & 0xff; voltage_max 173 drivers/hwmon/gl518sm.c data->voltage_max[2] = (val >> 8) & 0xff; voltage_max 176 drivers/hwmon/gl518sm.c data->voltage_max[3] = (val >> 8) & 0xff; voltage_max 246 drivers/hwmon/gl518sm.c show(VDD, in_max0, voltage_max[0]); voltage_max 247 drivers/hwmon/gl518sm.c show(IN, in_max1, voltage_max[1]); voltage_max 248 drivers/hwmon/gl518sm.c show(IN, in_max2, voltage_max[2]); voltage_max 249 drivers/hwmon/gl518sm.c show(IN, in_max3, voltage_max[3]); voltage_max 333 drivers/hwmon/gl518sm.c set_high(VDD, in_max0, voltage_max[0], GL518_REG_VDD_LIMIT); voltage_max 334 drivers/hwmon/gl518sm.c set_high(IN, in_max1, voltage_max[1], GL518_REG_VIN1_LIMIT); voltage_max 335 drivers/hwmon/gl518sm.c set_high(IN, in_max2, voltage_max[2], GL518_REG_VIN2_LIMIT); voltage_max 336 drivers/hwmon/gl518sm.c set_high(IN, in_max3, voltage_max[3], GL518_REG_VIN3_LIMIT); voltage_max 126 drivers/platform/chrome/cros_usbpd_logger.c meas->voltage_max, meas->current_max); voltage_max 233 drivers/power/supply/cros_usbpd-charger.c port->psy_voltage_max_design = resp.meas.voltage_max; voltage_max 296 drivers/power/supply/cros_usbpd-charger.c port->port_number, resp.type, resp.meas.voltage_max, voltage_max 249 drivers/power/supply/power_supply_sysfs.c POWER_SUPPLY_ATTR(voltage_max), voltage_max 4813 include/linux/platform_data/cros_ec_commands.h uint16_t voltage_max;