Home
last modified time | relevance | path

Searched refs:find_path_device (Results 1 – 21 of 21) sorted by relevance

/linux-2.4.37.9/arch/ppc64/kernel/
Dras.c72 if((np = find_path_device("/event-sources/internal-errors")) && in init_ras_IRQ()
83 if((np = find_path_device("/event-sources/epow-events")) && in init_ras_IRQ()
Dchrp_setup.c125 root = find_path_device("/"); in chrp_get_cpuinfo()
173 root = find_path_device("/"); in chrp_setup_arch()
326 dn = find_path_device("/rtas"); in chrp_init()
367 if ( (root = find_path_device("/rtas")) && in chrp_progress()
DpSeries_pci.c260 opprop = (unsigned int *)get_property(find_path_device("/"), in find_and_init_phbs()
265 ui_ptr = (unsigned int *) get_property(find_path_device("/"), in find_and_init_phbs()
694 root = find_path_device("/"); in check_s7a()
749 if (get_property(find_path_device("/rtas"),"ibm,fw-phb-id",NULL) != NULL) { in pSeries_pcibios_init()
DpSeries_lpar.c378 if ((rtas = find_path_device("/rtas")) != NULL) { in hvc_count()
406 stdout_node = find_path_device(of_stdout_device); in find_udbg_vterm()
Dlparcfg.c286 root = find_path_device("/"); in lparcfg_data()
303 rtas_node = find_path_device("/rtas"); in lparcfg_data()
Dppc_ksyms.c259 EXPORT_SYMBOL(find_path_device);
Drtasd.c306 node = find_path_device("/rtas"); in get_eventscan_parms()
Dsetup.c336 struct device_node *prom_stdout = find_path_device(of_stdout_device); in parse_cmd_line()
Dprom.c2372 root = find_path_device("/"); in machine_is_compatible()
2405 find_path_device(const char *path) in find_path_device() function
/linux-2.4.37.9/arch/ppc/platforms/
Dchrp_setup.c118 root = find_path_device("/"); in chrp_show_cpuinfo()
215 root = find_path_device("/"); in sio_init()
472 np = find_path_device("/chosen"); in chrp_init_IRQ()
545 struct device_node *root = find_path_device("/"); in chrp_init()
Dchrp_pci.c295 struct device_node *root = find_path_device("/"); in chrp_find_bridges()
Dpmac_feature.c1118 np = find_path_device("/cpus"); in core99_reset_cpu()
2106 struct device_node* np = find_path_device("/cpus"); in probe_motherboard()
/linux-2.4.37.9/include/asm-ppc/
Dprom.h73 extern struct device_node *find_path_device(const char *path);
/linux-2.4.37.9/fs/proc/
Dproc_devtree.c136 root = find_path_device("/"); in proc_device_tree_init()
/linux-2.4.37.9/include/asm-ppc64/
Dprom.h190 extern struct device_node *find_path_device(const char *path);
/linux-2.4.37.9/drivers/char/
Dbriq_panel.c188 struct device_node *root = find_path_device("/"); in briq_panel_init()
/linux-2.4.37.9/arch/ppc/kernel/
Dppc_ksyms.c268 EXPORT_SYMBOL(find_path_device);
Dsetup.c309 root = find_path_device("/"); in intuit_machine_type()
Dpci.c772 of_prop_map = get_property(find_path_device("/"), "pci-OF-bus-map", 0); in pcibios_make_OF_bus_map()
1043 if (of_prop && find_path_device("/")) { in pci_create_OF_bus_map()
1048 prom_add_property(find_path_device("/"), of_prop); in pci_create_OF_bus_map()
Dprom.c891 root = find_path_device("/"); in machine_is_compatible()
924 find_path_device(const char *path) in find_path_device() function
/linux-2.4.37.9/drivers/video/
Doffb.c329 if ((dp = find_path_device(prom_display_paths[dpy]))) in offb_init()