Home
last modified time | relevance | path

Searched full:max_charge (Results 1 – 7 of 7) sorted by relevance

/external/coreboot/src/ec/starlabs/merlin/
Dnuvoton.c66 * max_charge in merlin_init()
120 * Setting: max_charge in merlin_init()
126 const uint8_t max_charge[] = { in merlin_init() local
134 get_ec_value_from_option("max_charge", in merlin_init()
136 max_charge, in merlin_init()
137 ARRAY_SIZE(max_charge))); in merlin_init()
Dite.c94 * max_charge in merlin_init()
148 * Setting: max_charge in merlin_init()
154 const uint8_t max_charge[] = { in merlin_init() local
162 get_ec_value_from_option("max_charge", in merlin_init()
164 max_charge, in merlin_init()
165 ARRAY_SIZE(max_charge))); in merlin_init()
/external/coreboot/util/coreboot-configurator/src/application/qrc/
Dcategories.yaml93 max_charge:
/external/coreboot/util/coreboot-configurator/src/application/
DNvramToolCli.cpp28 {"max_charge","100%"}, in readParameters()
/external/coreboot/src/mainboard/starlabs/starbook/variants/tgl/
Dcmos.layout39 616 2 e 8 max_charge
/external/coreboot/src/mainboard/starlabs/starbook/
Dcmos.layout39 616 2 e 8 max_charge
/external/autotest/client/profilers/powertop/src/
Dpowertop.c616 else if (strncmp("max_charge", line, strlen("max_charge")) == 0) in print_battery_proc_pmu()