Home
last modified time | relevance | path

Searched refs:charge_full_design (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/staging/nvec/
H A Dnvec_power.c34 int charge_full_design; member
187 power->charge_full_design = res->plu * 1000; in nvec_power_bat_notifier()
267 val->intval = power->charge_full_design; in nvec_battery_get_property()
/linux-6.15/tools/testing/selftests/power_supply/
H A Dtest_power_supply_properties.sh104 test_sysfs_prop_optional charge_full_design "uAh"
/linux-6.15/drivers/power/supply/
H A Dcpcap-battery.c372 .info.charge_full_design = 1740000,
382 .info.charge_full_design = 2760000,
395 .info.charge_full_design = 3000000,
776 val->intval = ddata->config.info.charge_full_design; in cpcap_battery_get_property()
845 if (val->intval > (6*ddata->config.info.charge_full_design)/5) in cpcap_battery_set_property()
/linux-6.15/include/linux/
H A Dpower_supply.h363 int charge_full_design; member