map_status        257 drivers/power/supply/test_power.c static struct battery_property_map map_status[] = {
map_status        363 drivers/power/supply/test_power.c 	battery_status = map_get_value(map_status, key, battery_status);
map_status        370 drivers/power/supply/test_power.c 	strcpy(buffer, map_get_key(map_status, battery_status, "unknown"));
map_status       1026 drivers/staging/gasket/gasket_core.c 	enum do_map_region_status map_status;
map_status       1119 drivers/staging/gasket/gasket_core.c 		map_status = do_map_region(gasket_dev, vma, &map_regions[i]);
map_status       1121 drivers/staging/gasket/gasket_core.c 		if (map_status == DO_MAP_REGION_INVALID)
map_status       1123 drivers/staging/gasket/gasket_core.c 		if (map_status == DO_MAP_REGION_FAILURE) {