Searched refs:voltage_max (Results 1 - 11 of 11) sorted by relevance

/linux-master/tools/testing/selftests/power_supply/
H A Dtest_power_supply_properties.sh95 test_sysfs_prop_optional_range voltage_max 1800000 60000000 "uV"
/linux-master/drivers/hwmon/
H A Dgl518sm.c115 u8 voltage_max[4]; /* Register values; [0] = VDD */ member in struct:gl518_data
167 data->voltage_max[0] = (val >> 8) & 0xff;
170 data->voltage_max[1] = (val >> 8) & 0xff;
173 data->voltage_max[2] = (val >> 8) & 0xff;
176 data->voltage_max[3] = (val >> 8) & 0xff;
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[
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dp_link_training.c291 u8 voltage_max; local
294 * Get voltage_max from the DPTX_PHY (source or LTTPR) upstream from
298 voltage_max = intel_dp->voltage_max(intel_dp, crtc_state);
300 voltage_max = intel_dp_lttpr_voltage_max(intel_dp, dp_phy + 1);
303 voltage_max != DP_TRAIN_VOLTAGE_SWING_LEVEL_2 &&
304 voltage_max != DP_TRAIN_VOLTAGE_SWING_LEVEL_3);
306 return voltage_max;
369 u8 voltage_max; local
390 voltage_max
[all...]
H A Dg4x_dp.c1379 dig_port->dp.voltage_max = intel_dp_voltage_max_3;
1382 dig_port->dp.voltage_max = intel_dp_voltage_max_2;
H A Dintel_display_types.h1836 u8 (*voltage_max)(struct intel_dp *intel_dp, member in struct:intel_dp
H A Dintel_ddi.c4417 dig_port->dp.voltage_max = intel_ddi_dp_voltage_max;
/linux-master/drivers/power/supply/
H A Dqcom_battmgr.c232 unsigned int voltage_max; member in struct:qcom_battmgr_info
268 unsigned int voltage_max; member in struct:qcom_battmgr_usb
278 unsigned int voltage_max; member in struct:qcom_battmgr_wireless
521 val->intval = battmgr->info.voltage_max;
768 val->intval = battmgr->usb.voltage_max;
887 val->intval = battmgr->wireless.voltage_max;
1138 battmgr->info.voltage_max = le32_to_cpu(resp->intval.value);
1201 battmgr->usb.voltage_max = le32_to_cpu(resp->intval.value);
1242 battmgr->wireless.voltage_max = le32_to_cpu(resp->intval.value);
H A Dcros_usbpd-charger.c227 port->psy_voltage_max_design = resp.meas.voltage_max;
290 port->port_number, resp.type, resp.meas.voltage_max,
H A Dbd99954-charger.c77 u16 voltage_max; member in struct:battery_data
/linux-master/drivers/platform/chrome/
H A Dcros_usbpd_logger.c126 meas->voltage_max, meas->current_max);
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h5071 uint16_t voltage_max; member in struct:usb_chg_measures

Completed in 270 milliseconds