Lines Matching refs:device_node

73 static void __init sun4v_path_component(struct device_node *dp, char *tmp_buf)  in sun4v_path_component()
114 static void __init sun4u_path_component(struct device_node *dp, char *tmp_buf) in sun4u_path_component()
149 static void __init sbus_path_component(struct device_node *dp, char *tmp_buf) in sbus_path_component()
166 static void __init pci_path_component(struct device_node *dp, char *tmp_buf) in pci_path_component()
191 static void __init upa_path_component(struct device_node *dp, char *tmp_buf) in upa_path_component()
213 static void __init vdev_path_component(struct device_node *dp, char *tmp_buf) in vdev_path_component()
228 static void __init ebus_path_component(struct device_node *dp, char *tmp_buf) in ebus_path_component()
246 static void __init i2c_path_component(struct device_node *dp, char *tmp_buf) in i2c_path_component()
265 static void __init usb_path_component(struct device_node *dp, char *tmp_buf) in usb_path_component()
286 static void __init ieee1394_path_component(struct device_node *dp, char *tmp_buf) in ieee1394_path_component()
306 static void __init __build_path_component(struct device_node *dp, char *tmp_buf) in __build_path_component()
308 struct device_node *parent = dp->parent; in __build_path_component()
357 char * __init build_path_component(struct device_node *dp) in build_path_component()
377 bool arch_find_n_match_cpu_physical_id(struct device_node *cpun, in arch_find_n_match_cpu_physical_id()
430 static void *of_iterate_over_cpus(void *(*func)(struct device_node *, int, int), int arg) in of_iterate_over_cpus() argument
432 struct device_node *dp; in of_iterate_over_cpus()
465 static void *check_cpu_node(struct device_node *dp, int cpuid, int id) in check_cpu_node()
472 struct device_node *of_find_node_by_cpuid(int cpuid) in of_find_node_by_cpuid()
477 static void *record_one_cpu(struct device_node *dp, int cpuid, int arg) in record_one_cpu()
496 static void *fill_in_one_cpu(struct device_node *dp, int cpuid, int arg) in fill_in_one_cpu()
498 struct device_node *portid_parent = NULL; in fill_in_one_cpu()
596 struct device_node *dp; in of_console_init()