Lines Matching defs:dp

72 static void __init sun4v_path_component(struct device_node *dp, char *tmp_buf)  in sun4v_path_component()
113 static void __init sun4u_path_component(struct device_node *dp, char *tmp_buf) in sun4u_path_component()
148 static void __init sbus_path_component(struct device_node *dp, char *tmp_buf) in sbus_path_component()
165 static void __init pci_path_component(struct device_node *dp, char *tmp_buf) in pci_path_component()
190 static void __init upa_path_component(struct device_node *dp, char *tmp_buf) in upa_path_component()
212 static void __init vdev_path_component(struct device_node *dp, char *tmp_buf) in vdev_path_component()
227 static void __init ebus_path_component(struct device_node *dp, char *tmp_buf) in ebus_path_component()
245 static void __init i2c_path_component(struct device_node *dp, char *tmp_buf) in i2c_path_component()
264 static void __init usb_path_component(struct device_node *dp, char *tmp_buf) in usb_path_component()
285 static void __init ieee1394_path_component(struct device_node *dp, char *tmp_buf) in ieee1394_path_component()
305 static void __init __build_path_component(struct device_node *dp, char *tmp_buf) in __build_path_component()
356 char * __init build_path_component(struct device_node *dp) in build_path_component()
378 struct device_node *dp; in of_iterate_over_cpus() local
411 static void *check_cpu_node(struct device_node *dp, int cpuid, int id) in check_cpu_node()
423 static void *record_one_cpu(struct device_node *dp, int cpuid, int arg) in record_one_cpu()
442 static void *fill_in_one_cpu(struct device_node *dp, int cpuid, int arg) in fill_in_one_cpu()
545 struct device_node *dp; in of_console_init() local