Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dpower_supply.h962 unsigned int available_behaviours,
966 int power_supply_charge_behaviour_parse(unsigned int available_behaviours, const char *buf);
970 unsigned int available_behaviours, in power_supply_charge_behaviour_show() argument
977 static inline int power_supply_charge_behaviour_parse(unsigned int available_behaviours, in power_supply_charge_behaviour_parse() argument
/Linux-v6.1/drivers/power/supply/
Dpower_supply_sysfs.c498 unsigned int available_behaviours, in power_supply_charge_behaviour_show() argument
507 available = available_behaviours & BIT(i); 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()