Home
last modified time | relevance | path

Searched refs:power_supply_charge_behaviour_parse (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/
Dpower_supply.h966 int power_supply_charge_behaviour_parse(unsigned int available_behaviours, const char *buf);
977 static inline int power_supply_charge_behaviour_parse(unsigned int available_behaviours, in power_supply_charge_behaviour_parse() function
/linux-6.1.9/drivers/power/supply/
Dpower_supply_sysfs.c532 int power_supply_charge_behaviour_parse(unsigned int available_behaviours, const char *buf) in power_supply_charge_behaviour_parse() function
544 EXPORT_SYMBOL_GPL(power_supply_charge_behaviour_parse);
/linux-6.1.9/drivers/platform/x86/
Dthinkpad_acpi.c9846 selected = power_supply_charge_behaviour_parse(available, buf); in charge_behaviour_store()