Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dpower_supply.h970 unsigned int available_behaviours,
974 int power_supply_charge_behaviour_parse(unsigned int available_behaviours, const char *buf);
978 unsigned int available_behaviours, in power_supply_charge_behaviour_show() argument
985 static inline int power_supply_charge_behaviour_parse(unsigned int available_behaviours, in power_supply_charge_behaviour_parse() argument
/Linux-v6.6/drivers/power/supply/
Dpower_supply_sysfs.c527 unsigned int available_behaviours, in power_supply_charge_behaviour_show() argument
536 available = available_behaviours & BIT(i); in power_supply_charge_behaviour_show()
561 int power_supply_charge_behaviour_parse(unsigned int available_behaviours, const char *buf) in power_supply_charge_behaviour_parse() argument
568 if (available_behaviours & BIT(i)) in power_supply_charge_behaviour_parse()