Searched refs:map_get_value (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/power/supply/ |
H A D | test_power.c | 423 static int map_get_value(struct battery_property_map *map, const char *key, in param_set_battery_health() 467 ac_online = map_get_value(map_ac_online, key, ac_online); in param_set_battery_capacity() 480 usb_online = map_get_value(map_ac_online, key, usb_online); 494 battery_status = map_get_value(map_status, key, battery_status); 508 battery_health = map_get_value(map_health, key, battery_health); in param_set_battery_charge_counter() 522 battery_present = map_get_value(map_present, key, battery_present); in param_set_battery_current() 537 battery_technology = map_get_value(map_technology, key, 339 static int map_get_value(struct battery_property_map *map, const char *key, map_get_value() function
|