Searched refs:current_now (Results 1 - 3 of 3) 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/greybus/
H A Dinterface.c492 static DEVICE_ATTR_RO(current_now);

Completed in 117 milliseconds