Searched refs:voltage_max (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/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-6.15/drivers/power/supply/ |
| H A D | qcom_battmgr.c | 233 unsigned int voltage_max; member 269 unsigned int voltage_max; member 279 unsigned int voltage_max; member 522 val->intval = battmgr->info.voltage_max; in qcom_battmgr_bat_get_property() 769 val->intval = battmgr->usb.voltage_max; in qcom_battmgr_usb_get_property() 891 val->intval = battmgr->wireless.voltage_max; in qcom_battmgr_wls_get_property() 1144 battmgr->info.voltage_max = le32_to_cpu(resp->intval.value); in qcom_battmgr_sm8350_callback() 1207 battmgr->usb.voltage_max = le32_to_cpu(resp->intval.value); in qcom_battmgr_sm8350_callback() 1248 battmgr->wireless.voltage_max = le32_to_cpu(resp->intval.value); in qcom_battmgr_sm8350_callback()
|
| 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-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_dp_link_training.c | 336 u8 voltage_max; in intel_dp_phy_voltage_max() local 343 voltage_max = intel_dp->voltage_max(intel_dp, crtc_state); in intel_dp_phy_voltage_max() 345 voltage_max = intel_dp_lttpr_voltage_max(intel_dp, dp_phy + 1); in intel_dp_phy_voltage_max() 348 voltage_max != DP_TRAIN_VOLTAGE_SWING_LEVEL_2 && in intel_dp_phy_voltage_max() 349 voltage_max != DP_TRAIN_VOLTAGE_SWING_LEVEL_3); in intel_dp_phy_voltage_max() 351 return voltage_max; in intel_dp_phy_voltage_max() 414 u8 voltage_max; in intel_dp_get_lane_adjust_vswing_preemph() local 435 voltage_max = intel_dp_phy_voltage_max(intel_dp, crtc_state, dp_phy); in intel_dp_get_lane_adjust_vswing_preemph() 436 if (v >= voltage_max) in intel_dp_get_lane_adjust_vswing_preemph() 437 v = voltage_max | DP_TRAIN_MAX_SWING_REACHED; in intel_dp_get_lane_adjust_vswing_preemph()
|
| H A D | g4x_dp.c | 1375 dig_port->dp.voltage_max = intel_dp_voltage_max_3; in g4x_dp_init() 1378 dig_port->dp.voltage_max = intel_dp_voltage_max_2; in g4x_dp_init()
|
| H A D | intel_display_types.h | 1766 u8 (*voltage_max)(struct intel_dp *intel_dp, member
|
| H A D | intel_ddi.c | 4637 dig_port->dp.voltage_max = intel_ddi_dp_voltage_max; in intel_ddi_init_dp_connector()
|
| /linux-6.15/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-6.15/drivers/platform/chrome/ |
| H A D | cros_usbpd_logger.c | 128 meas->voltage_max, meas->current_max); in cros_usbpd_print_log_entry()
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-class-power | 205 What: /sys/class/power_supply/<supply_name>/voltage_max,
|
| /linux-6.15/include/linux/platform_data/ |
| H A D | cros_ec_commands.h | 5186 uint16_t voltage_max; member
|