Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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
/openbmc/linux/drivers/power/supply/
H A 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()