Searched refs:nr_graphs (Results 1 – 1 of 1) sorted by relevance
472 const union acpi_object *rev, *nr_graphs; in acpi_validate_dsd_graph() local479 nr_graphs = &graph->package.elements[1]; in acpi_validate_dsd_graph()482 nr_graphs->type != ACPI_TYPE_INTEGER) in acpi_validate_dsd_graph()489 n = nr_graphs->integer.value; in acpi_validate_dsd_graph()581 int i, nr_graphs; in acpi_get_coresight_graph() local587 nr_graphs = graph_list->package.elements[1].integer.value; in acpi_get_coresight_graph()589 for (i = 2; i < nr_graphs + 2; i++) { in acpi_get_coresight_graph()