Home
last modified time | relevance | path

Searched refs:current_now (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/power/supply/
H A Ds2mu005-battery.c171 int current_now, current_avg, capacity; in s2mu005_fg_get_status() local
174 ret = s2mu005_fg_get_current_now(priv, &current_now); in s2mu005_fg_get_status()
186 if (current_now < 0 && current_avg < 0) { in s2mu005_fg_get_status()
188 } else if (current_now == 0) { in s2mu005_fg_get_status()
H A Dlenovo_yoga_c630_battery.c46 int current_now; member
163 ecbat->current_now = current_mA * 1000; in yoga_c630_psy_maybe_update_bat_status()
250 val->intval = ecbat->current_now; in yoga_c630_psy_bat_get_property()
H A Dmax17042_battery.c148 int current_now; in max17042_get_status() local
197 current_now = sign_extend32(data, 15); in max17042_get_status()
199 if (current_now > 0) in max17042_get_status()
/linux/tools/testing/selftests/power_supply/
H A Dtest_power_supply_properties.sh101 test_sysfs_prop_optional current_now "uA"
/linux/Documentation/admin-guide/laptops/
H A Duniwill-laptop.rst60 thinking that the charging profile does not work. Checking the ``current_now`` sysfs attribute
/linux/drivers/greybus/
H A Dinterface.c492 static DEVICE_ATTR_RO(current_now);