Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/power/supply/
Dtest_power.c246 struct battery_property_map { struct
251 static struct battery_property_map map_ac_online[] = { argument
257 static struct battery_property_map map_status[] = {
265 static struct battery_property_map map_health[] = {
274 static struct battery_property_map map_present[] = {
280 static struct battery_property_map map_technology[] = {
291 static int map_get_value(struct battery_property_map *map, const char *key, in map_get_value()
316 static const char *map_get_key(struct battery_property_map *map, int value, in map_get_key()