Home
last modified time | relevance | path

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

/kernel/lib/topology/
A Dsystem-topology_test.cpp16 zbi_topology_node_t nodes[kTopologyArraySize]; member
121 topo.nodes[1].parent_index = 4; in test_validate_cycle()
136 topo.nodes[2].parent_index = 4; in test_validate_cycle_shared_parent()
153 topo.nodes[2].parent_index = 4; in test_validate_hierarchical_storage()
180 zbi_topology_node_t* nodes = topo.nodes; in RUN_TEST() local
194 nodes[index++] = (zbi_topology_node_t){ in RUN_TEST()
213 nodes[index++] = (zbi_topology_node_t){ in RUN_TEST()
223 nodes[index++] = (zbi_topology_node_t){ in RUN_TEST()
240 zbi_topology_node_t* nodes = topo.nodes; in HierarchicalTopology() local
262 nodes[index++] = (zbi_topology_node_t){ in HierarchicalTopology()
[all …]
A Dsystem-topology.cpp83 bool Graph::Validate(zbi_topology_node_t* nodes, int count) const { in Validate() argument
94 node = &nodes[current_index]; in Validate()
/kernel/lib/topology/include/lib/
A Dsystem-topology.h50 zx_status_t Update(zbi_topology_node_t* nodes, size_t count);
74 bool Validate(zbi_topology_node_t* nodes, int count) const;
/kernel/target/arm64/dtb/
A Ddummy-device-tree.dts8 // We need these nodes so bootloaders can add extra information here.

Completed in 706 milliseconds