Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dof.h353 extern struct device_node *of_get_next_cpu_node(struct device_node *prev);
772 static inline struct device_node *of_get_next_cpu_node(struct device_node *prev) in of_get_next_cpu_node() function
1282 for (cpu = of_get_next_cpu_node(NULL); cpu != NULL; \
1283 cpu = of_get_next_cpu_node(cpu))
/OK3568_Linux_fs/kernel/drivers/of/
H A Dbase.c782 struct device_node *of_get_next_cpu_node(struct device_node *prev) in of_get_next_cpu_node() function
809 EXPORT_SYMBOL(of_get_next_cpu_node);