Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpower_supply.h979 unsigned int available_behaviours,
983 int power_supply_charge_behaviour_parse(unsigned int available_behaviours, const char *buf);
992 unsigned int available_behaviours, in power_supply_charge_behaviour_show() argument
999 static inline int power_supply_charge_behaviour_parse(unsigned int available_behaviours, in power_supply_charge_behaviour_parse() argument
/linux-6.15/drivers/power/supply/
H A Dpower_supply_sysfs.c576 unsigned int available_behaviours, in power_supply_charge_behaviour_show() argument
583 available_behaviours, current_behaviour, buf); in power_supply_charge_behaviour_show()
587 int power_supply_charge_behaviour_parse(unsigned int available_behaviours, const char *buf) in power_supply_charge_behaviour_parse() argument
594 if (available_behaviours & BIT(i)) in power_supply_charge_behaviour_parse()