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

/linux-master/include/linux/
H A Dpower_supply.h969 unsigned int available_behaviours,
973 int power_supply_charge_behaviour_parse(unsigned int available_behaviours, const char *buf);
977 unsigned int available_behaviours,
984 static inline int power_supply_charge_behaviour_parse(unsigned int available_behaviours, argument
976 power_supply_charge_behaviour_show(struct device *dev, unsigned int available_behaviours, enum power_supply_charge_behaviour behaviour, char *buf) argument
/linux-master/drivers/power/supply/
H A Dpower_supply_sysfs.c539 unsigned int available_behaviours,
548 available = available_behaviours & BIT(i);
573 int power_supply_charge_behaviour_parse(unsigned int available_behaviours, const char *buf) argument
580 if (available_behaviours & BIT(i))
538 power_supply_charge_behaviour_show(struct device *dev, unsigned int available_behaviours, enum power_supply_charge_behaviour current_behaviour, char *buf) argument

Completed in 121 milliseconds