Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dtest_power.c258 struct battery_property_map { struct
263 static struct battery_property_map map_ac_online[] = { argument
269 static struct battery_property_map map_status[] = {
277 static struct battery_property_map map_health[] = {
286 static struct battery_property_map map_present[] = {
292 static struct battery_property_map map_technology[] = {
303 static int map_get_value(struct battery_property_map *map, const char *key, in map_get_value()
327 static const char *map_get_key(struct battery_property_map *map, int value, in map_get_key()