Searched defs:of_node_to_nid (Results 1 - 4 of 4) sorted by relevance

/arch/powerpc/include/asm/
H A Dprom.h53 extern int of_node_to_nid(struct device_node *device);
55 static inline int of_node_to_nid(struct device_node *device) { return 0; } function
57 #define of_node_to_nid of_node_to_nid macro
/arch/sparc/include/asm/
H A Dprom.h47 extern int of_node_to_nid(struct device_node *dp);
48 #define of_node_to_nid of_node_to_nid macro
/arch/powerpc/mm/
H A Dnuma.c270 int of_node_to_nid(struct device_node *device) function
289 EXPORT_SYMBOL_GPL(of_node_to_nid); variable
/arch/sparc/mm/
H A Dinit_64.c935 int of_node_to_nid(struct device_node *dp) function

Completed in 112 milliseconds