Lines Matching full:nodes
20 * @num_nodes: number of nodes in this device
21 * @nodes: array of pointers to the nodes in this device
25 struct icc_node *nodes[]; member
36 * @nodes: internal list of the interconnect provider nodes
41 * @xlate: provider-specific callback for mapping nodes from phandle arguments
48 struct list_head nodes; member
65 * @num_links: number of links to other interconnect nodes
67 * @node_list: the list entry in the parent provider's "nodes" list
68 * @search_list: list used when walking the nodes graph
69 * @reverse: pointer to previous node when walking the nodes graph
70 * @is_traversed: flag that is used when walking the nodes graph