Home
last modified time | relevance | path

Searched refs:prom_getchild (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/arch/sparc/kernel/
Dauxio_32.c42 node = prom_getchild(prom_root_node); in auxio_probe()
46 node = prom_getchild(node); in auxio_probe()
118 node = prom_getchild(prom_root_node); in auxio_power_probe()
120 node = prom_getchild(node); in auxio_power_probe()
Dprom_common.c151 .getchild = prom_getchild,
Dpcic.c301 node = prom_getchild (prom_root_node); in pcic_probe()
450 phandle node = prom_getchild(pbm->prom_node); in pdev_to_pnode()
/linux-4.1.27/arch/sparc/prom/
Dtree_32.c39 phandle prom_getchild(phandle node) in prom_getchild() function
52 EXPORT_SYMBOL(prom_getchild);
239 node = prom_getchild(node); in prom_finddevice()
Dtree_64.c42 phandle prom_getchild(phandle node) in prom_getchild() function
53 EXPORT_SYMBOL(prom_getchild);
Dmemory.c37 node = prom_searchsiblings(prom_getchild(prom_root_node), "memory"); in prom_meminit_v2()
Dranges.c76 node = prom_getchild(prom_root_node); in prom_ranges_init()
/linux-4.1.27/arch/sparc/include/asm/
Dfloppy_32.h295 tnode = prom_getchild(prom_root_node); in sun_floppy_init()
298 tnode = prom_getchild(fd_node); in sun_floppy_init()
Doplib_32.h114 phandle prom_getchild(phandle parent_node);
Doplib_64.h182 phandle prom_getchild(phandle parent_node);
/linux-4.1.27/arch/m68k/include/asm/
Doplib.h213 extern int prom_getchild(int parent_node);
/linux-4.1.27/arch/sparc/mm/
Dsrmmu.c887 cpunode = prom_getchild(prom_root_node); in srmmu_paging_init()
1022 nd = prom_getchild(prom_root_node); in init_vac_layout()
1585 cpunode = prom_getchild(prom_root_node); in get_srmmu_type()
/linux-4.1.27/drivers/sbus/char/
Djsflash.c468 node = prom_getchild(prom_root_node); in jsflash_init()