nr_graphs         442 drivers/hwtracing/coresight/coresight-platform.c 	const union acpi_object *rev, *nr_graphs;
nr_graphs         449 drivers/hwtracing/coresight/coresight-platform.c 	nr_graphs = &graph->package.elements[1];
nr_graphs         452 drivers/hwtracing/coresight/coresight-platform.c 	    nr_graphs->type != ACPI_TYPE_INTEGER)
nr_graphs         459 drivers/hwtracing/coresight/coresight-platform.c 	n = nr_graphs->integer.value;
nr_graphs         551 drivers/hwtracing/coresight/coresight-platform.c 	int i, nr_graphs;
nr_graphs         557 drivers/hwtracing/coresight/coresight-platform.c 	nr_graphs = graph_list->package.elements[1].integer.value;
nr_graphs         559 drivers/hwtracing/coresight/coresight-platform.c 	for (i = 2; i < nr_graphs + 2; i++) {