Home
last modified time | relevance | path

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

/include/linux/
Dof.h353 extern struct device_node *of_get_next_cpu_node(struct device_node *prev);
763 static inline struct device_node *of_get_next_cpu_node(struct device_node *prev) in of_get_next_cpu_node() function
1252 for (cpu = of_get_next_cpu_node(NULL); cpu != NULL; \
1253 cpu = of_get_next_cpu_node(cpu))