Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dof.h360 extern struct device_node *of_get_next_cpu_node(struct device_node *prev);
648 static inline struct device_node *of_get_next_cpu_node(struct device_node *prev) in of_get_next_cpu_node() function
1436 for (cpu = of_get_next_cpu_node(NULL); cpu != NULL; \
1437 cpu = of_get_next_cpu_node(cpu))
/Linux-v6.6/drivers/of/
Dbase.c642 struct device_node *of_get_next_cpu_node(struct device_node *prev) in of_get_next_cpu_node() function
671 EXPORT_SYMBOL(of_get_next_cpu_node);