Searched refs:current_now (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/power_supply/
H A Dtest_power_supply_properties.sh100 test_sysfs_prop_optional current_now "uA"
/linux-master/drivers/power/supply/
H A Dqcom_battmgr.c251 int current_now; member in struct:qcom_battmgr_status
269 unsigned int current_now; member in struct:qcom_battmgr_usb
279 unsigned int current_now; member in struct:qcom_battmgr_wireless
530 val->intval = battmgr->status.current_now;
771 val->intval = battmgr->usb.current_now;
890 val->intval = battmgr->wireless.current_now;
1141 battmgr->status.current_now = le32_to_cpu(resp->intval.value);
1204 battmgr->usb.current_now = le32_to_cpu(resp->intval.value);
1245 battmgr->wireless.current_now = le32_to_cpu(resp->intval.value);
/linux-master/drivers/platform/arm64/
H A Dacer-aspire1-ec.c225 __le16 current_now; member in struct:aspire_ec_bat_psy_dynamic_data
275 val->intval = (s16)get_unaligned_le16(&ddat.current_now) * MILLI_TO_MICRO;
/linux-master/drivers/greybus/
H A Dinterface.c492 static DEVICE_ATTR_RO(current_now);

Completed in 141 milliseconds