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

/linux-master/include/linux/
H A Dof.h359 extern struct device_node *of_get_next_cpu_node(struct device_node *prev);
658 static inline struct device_node *of_get_next_cpu_node(struct device_node *prev) function
1486 for (cpu = of_get_next_cpu_node(NULL); cpu != NULL; \
1487 cpu = of_get_next_cpu_node(cpu))
/linux-master/drivers/of/
H A Dbase.c684 * of_get_next_cpu_node - Iterate on cpu nodes
694 struct device_node *of_get_next_cpu_node(struct device_node *prev) function
723 EXPORT_SYMBOL(of_get_next_cpu_node); variable

Completed in 140 milliseconds