Searched refs:nr_graphs (Results 1 – 1 of 1) sorted by relevance
454 const union acpi_object *rev, *nr_graphs; in acpi_validate_dsd_graph() local461 nr_graphs = &graph->package.elements[1]; in acpi_validate_dsd_graph()464 nr_graphs->type != ACPI_TYPE_INTEGER) in acpi_validate_dsd_graph()471 n = nr_graphs->integer.value; in acpi_validate_dsd_graph()562 int i, nr_graphs; in acpi_get_coresight_graph() local568 nr_graphs = graph_list->package.elements[1].integer.value; in acpi_get_coresight_graph()570 for (i = 2; i < nr_graphs + 2; i++) { in acpi_get_coresight_graph()