Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dof.h364 extern struct device_node *of_get_next_cpu_node(struct device_node *prev);
638 static inline struct device_node *of_get_next_cpu_node(struct device_node *prev) in of_get_next_cpu_node() function
1415 for (cpu = of_get_next_cpu_node(NULL); cpu != NULL; \
1416 cpu = of_get_next_cpu_node(cpu))
/linux-6.3-rc2/drivers/of/
A Dbase.c828 struct device_node *of_get_next_cpu_node(struct device_node *prev) in of_get_next_cpu_node() function
857 EXPORT_SYMBOL(of_get_next_cpu_node);

Completed in 10 milliseconds