Home
last modified time | relevance | path

Searched refs:voltage_now (Results 1 – 13 of 13) sorted by relevance

/linux-6.12.1/drivers/power/supply/
Dlenovo_yoga_c630_battery.c44 unsigned int voltage_now; member
155 ecbat->voltage_now = val * 1000; in yoga_c630_psy_maybe_update_bat_status()
164 ecbat->rate_now = current_mA * (ecbat->voltage_now / 1000); in yoga_c630_psy_maybe_update_bat_status()
256 val->intval = ecbat->voltage_now; in yoga_c630_psy_bat_get_property()
Dqcom_battmgr.c253 unsigned int voltage_now; member
267 unsigned int voltage_now; member
277 unsigned int voltage_now; member
524 val->intval = battmgr->status.voltage_now; in qcom_battmgr_bat_get_property()
765 val->intval = battmgr->usb.voltage_now; in qcom_battmgr_usb_get_property()
887 val->intval = battmgr->wireless.voltage_now; in qcom_battmgr_wls_get_property()
1058 battmgr->status.voltage_now = le32_to_cpu(resp->status.battery_voltage) * 1000; in qcom_battmgr_sc8280xp_callback()
1140 battmgr->status.voltage_now = le32_to_cpu(resp->intval.value); in qcom_battmgr_sm8350_callback()
1203 battmgr->usb.voltage_now = le32_to_cpu(resp->intval.value); in qcom_battmgr_sm8350_callback()
1244 battmgr->wireless.voltage_now = le32_to_cpu(resp->intval.value); in qcom_battmgr_sm8350_callback()
Dcros_usbpd-charger.c218 port->psy_voltage_now = resp.meas.voltage_now; in cros_usbpd_charger_get_power_info()
281 resp.meas.voltage_now, resp.meas.current_max, in cros_usbpd_charger_get_power_info()
/linux-6.12.1/drivers/hid/
Dhid-nvidia-shield.c72 int voltage_now; member
112 __le16 voltage_now; member
490 val->intval = prop_values.voltage_now; in thunderstrike_battery_get_property()
615 u16 hostcmd_voltage_now = le16_to_cpu(battery->voltage_now); in thunderstrike_parse_battery_payload()
617 int voltage_boot, voltage_avg, voltage_min, voltage_now; in thunderstrike_parse_battery_payload() local
626 voltage_now = hostcmd_voltage_now * 1000; in thunderstrike_parse_battery_payload()
634 ts->psy_stats.voltage_now = voltage_now; in thunderstrike_parse_battery_payload()
/linux-6.12.1/drivers/acpi/
Dsbs.c70 u16 voltage_now; member
191 val->intval = battery->voltage_now * in acpi_sbs_battery_get_property()
199 (battery->voltage_now * in acpi_sbs_battery_get_property()
207 (battery->voltage_now * in acpi_sbs_battery_get_property()
318 {0x09, SMBUS_READ_WORD, offsetof(struct acpi_battery, voltage_now)},
Dbattery.c105 int voltage_now; member
239 if (battery->voltage_now == ACPI_BATTERY_VALUE_UNKNOWN) in acpi_battery_get_property()
242 val->intval = battery->voltage_now * 1000; in acpi_battery_get_property()
385 {offsetof(struct acpi_battery, voltage_now), 0},
/linux-6.12.1/tools/testing/selftests/power_supply/
Dtest_power_supply_properties.sh93 test_sysfs_prop_optional_range voltage_now 1800000 60000000 "uV"
/linux-6.12.1/drivers/platform/arm64/
Dacer-aspire1-ec.c224 __le16 voltage_now; member
254 val->intval = get_unaligned_le16(&ddat.voltage_now) * MILLI_TO_MICRO; in aspire_ec_bat_psy_get_property()
/linux-6.12.1/drivers/platform/chrome/
Dcros_usbpd_logger.c126 chg_type, meas->voltage_now, in cros_usbpd_print_log_entry()
/linux-6.12.1/drivers/staging/greybus/Documentation/
Dsysfs-bus-greybus140 What: /sys/bus/greybus/devices/N-M.I/voltage_now
/linux-6.12.1/drivers/greybus/
Dinterface.c473 static DEVICE_ATTR_RO(voltage_now);
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-class-power239 What: /sys/class/power_supply/<supply_name>/voltage_now,
/linux-6.12.1/include/linux/platform_data/
Dcros_ec_commands.h5151 uint16_t voltage_now; member