Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwtracing/coresight/
Dcoresight-platform.c452 const union acpi_object *rev, *nr_graphs; in acpi_validate_dsd_graph() local
459 nr_graphs = &graph->package.elements[1]; in acpi_validate_dsd_graph()
462 nr_graphs->type != ACPI_TYPE_INTEGER) in acpi_validate_dsd_graph()
469 n = nr_graphs->integer.value; in acpi_validate_dsd_graph()
560 int i, nr_graphs; in acpi_get_coresight_graph() local
566 nr_graphs = graph_list->package.elements[1].integer.value; in acpi_get_coresight_graph()
568 for (i = 2; i < nr_graphs + 2; i++) { in acpi_get_coresight_graph()