Searched refs:available_behaviours (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | power_supply.h | 970 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() 985 static inline int power_supply_charge_behaviour_parse(unsigned int available_behaviours, in power_supply_charge_behaviour_parse() argument 977 power_supply_charge_behaviour_show(struct device *dev, unsigned int available_behaviours, enum power_supply_charge_behaviour behaviour, char *buf) power_supply_charge_behaviour_show() argument
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | power_supply_sysfs.c | 527 unsigned int available_behaviours, in power_supply_charge_behaviour_show() 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() 526 power_supply_charge_behaviour_show(struct device *dev, unsigned int available_behaviours, enum power_supply_charge_behaviour current_behaviour, char *buf) power_supply_charge_behaviour_show() argument
|
Completed in 4 milliseconds