Home
last modified time | relevance | path

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

/freebsd/sys/arm64/coresight/
H A Dcoresight_acpi.c225 const union acpi_object *graph_list, *graph; in cs_get_coresight_graph() local
228 graph_list = cs_get_dsd_graph(dev); in cs_get_coresight_graph()
229 if (!graph_list) { in cs_get_coresight_graph()
234 nr_graphs = graph_list->Package.Elements[1].Integer.Value; in cs_get_coresight_graph()
236 graph = &graph_list->Package.Elements[i]; in cs_get_coresight_graph()