Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-platform.c478 const union acpi_object *rev, *nr_graphs; in acpi_validate_dsd_graph() local
485 nr_graphs = &graph->package.elements[1]; in acpi_validate_dsd_graph()
488 nr_graphs->type != ACPI_TYPE_INTEGER) in acpi_validate_dsd_graph()
495 n = nr_graphs->integer.value; in acpi_validate_dsd_graph()
587 int i, nr_graphs; in acpi_get_coresight_graph() local
593 nr_graphs = graph_list->package.elements[1].integer.value; in acpi_get_coresight_graph()
595 for (i = 2; i < nr_graphs + 2; i++) { in acpi_get_coresight_graph()