Home
last modified time | relevance | path

Searched refs:available_behaviours (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/
Dpower_supply.h963 unsigned int available_behaviours,
967 int power_supply_charge_behaviour_parse(unsigned int available_behaviours, const char *buf);
971 unsigned int available_behaviours, in power_supply_charge_behaviour_show() argument
978 static inline int power_supply_charge_behaviour_parse(unsigned int available_behaviours, in power_supply_charge_behaviour_parse() argument
/linux-6.12.1/drivers/power/supply/
Dpower_supply_sysfs.c521 unsigned int available_behaviours, in power_supply_charge_behaviour_show() argument
528 available_behaviours, current_behaviour, buf); in power_supply_charge_behaviour_show()
532 int power_supply_charge_behaviour_parse(unsigned int available_behaviours, const char *buf) in power_supply_charge_behaviour_parse() argument
539 if (available_behaviours & BIT(i)) in power_supply_charge_behaviour_parse()