Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/power/
Dtest_power.c249 struct battery_property_map { struct
254 static struct battery_property_map map_ac_online[] = { argument
260 static struct battery_property_map map_status[] = {
268 static struct battery_property_map map_health[] = {
277 static struct battery_property_map map_present[] = {
283 static struct battery_property_map map_technology[] = {
294 static int map_get_value(struct battery_property_map *map, const char *key, in map_get_value()
317 static const char *map_get_key(struct battery_property_map *map, int value, in map_get_key()