Home
last modified time | relevance | path

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

/linux-6.15/drivers/power/supply/
H A Dtest_power.c378 struct battery_property_map { struct
383 static struct battery_property_map map_ac_online[] = { argument
389 static struct battery_property_map map_status[] = {
397 static struct battery_property_map map_health[] = {
406 static struct battery_property_map map_present[] = {
412 static struct battery_property_map map_technology[] = {
423 static int map_get_value(struct battery_property_map *map, const char *key, in map_get_value()
447 static const char *map_get_key(struct battery_property_map *map, int value, in map_get_key()