Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpower_supply.h989 unsigned int available_types,
992 int power_supply_charge_types_parse(unsigned int available_types, const char *buf);
1011 unsigned int available_types, in power_supply_charge_types_show() argument
1018 static inline int power_supply_charge_types_parse(unsigned int available_types, const char *buf) in power_supply_charge_types_parse() argument
H A Dunwind_user_types.h41 unsigned int available_types; member
/linux/kernel/unwind/
H A Duser.c87 unsigned long iter_mask = state->available_types; in unwind_user_next()
127 state->available_types |= UNWIND_USER_TYPE_FP; in unwind_user_start()
/linux/drivers/power/supply/
H A Dpower_supply_sysfs.c628 unsigned int available_types, in power_supply_charge_types_show() argument
635 available_types, current_type, buf); in power_supply_charge_types_show()
639 int power_supply_charge_types_parse(unsigned int available_types, const char *buf) in power_supply_charge_types_parse() argument
648 if (available_types & BIT(i)) in power_supply_charge_types_parse()