Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dpower_supply.h985 unsigned int available_types,
988 int power_supply_charge_types_parse(unsigned int available_types, const char *buf);
1007 unsigned int available_types, in power_supply_charge_types_show() argument
1014 static inline int power_supply_charge_types_parse(unsigned int available_types, const char *buf) in power_supply_charge_types_parse() argument
/linux-6.15/drivers/power/supply/
H A Dpower_supply_sysfs.c602 unsigned int available_types, in power_supply_charge_types_show() argument
609 available_types, current_type, buf); in power_supply_charge_types_show()
613 int power_supply_charge_types_parse(unsigned int available_types, const char *buf) in power_supply_charge_types_parse() argument
622 if (available_types & BIT(i)) in power_supply_charge_types_parse()