Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dtest_power.c272 struct battery_property_map { struct
277 static struct battery_property_map map_ac_online[] = { argument
283 static struct battery_property_map map_status[] = {
291 static struct battery_property_map map_health[] = {
300 static struct battery_property_map map_present[] = {
306 static struct battery_property_map map_technology[] = {
317 static int map_get_value(struct battery_property_map *map, const char *key, in map_get_value()
342 static const char *map_get_key(struct battery_property_map *map, int value, in map_get_key()