Home
last modified time | relevance | path

Searched refs:of_scan_flat_dt (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/arch/microblaze/kernel/
Dprom.c84 return of_scan_flat_dt(early_init_dt_scan_serial, NULL); in early_uartlite_console()
118 return of_scan_flat_dt(early_init_dt_scan_serial_full, NULL); in early_uart16550_console()
133 of_scan_flat_dt(early_init_dt_scan_chosen, NULL); in early_init_devtree()
137 of_scan_flat_dt(early_init_dt_scan_root, NULL); in early_init_devtree()
138 of_scan_flat_dt(early_init_dt_scan_memory, NULL); in early_init_devtree()
/linux-2.6.39/arch/mips/kernel/
Dprom.c86 of_scan_flat_dt(early_init_dt_scan_chosen, NULL); in early_init_devtree()
89 of_scan_flat_dt(early_init_dt_scan_root, NULL); in early_init_devtree()
90 of_scan_flat_dt(early_init_dt_scan_memory_arch, NULL); in early_init_devtree()
/linux-2.6.39/arch/powerpc/kernel/
Dprom.c682 of_scan_flat_dt(early_init_dt_scan_rtas, NULL); in early_init_devtree()
687 of_scan_flat_dt(early_init_dt_scan_phyp_dump, NULL); in early_init_devtree()
694 of_scan_flat_dt(early_init_dt_scan_chosen_ppc, NULL); in early_init_devtree()
699 of_scan_flat_dt(early_init_dt_scan_root, NULL); in early_init_devtree()
700 of_scan_flat_dt(early_init_dt_scan_memory_ppc, NULL); in early_init_devtree()
745 of_scan_flat_dt(early_init_dt_scan_cpus, NULL); in early_init_devtree()
/linux-2.6.39/include/linux/
Dof_fdt.h85 extern int of_scan_flat_dt(int (*it)(unsigned long node, const char *uname,
/linux-2.6.39/arch/powerpc/mm/
Dhash_utils_64.c271 of_scan_flat_dt(htab_dt_scan_seg_sizes, NULL); in htab_init_seg_sizes()
406 rc = of_scan_flat_dt(htab_dt_scan_page_sizes, NULL); in htab_init_page_sizes()
485 of_scan_flat_dt(htab_dt_scan_hugepage_blocks, NULL); in htab_init_page_sizes()
518 of_scan_flat_dt(htab_dt_scan_pftsize, NULL); in htab_get_table_size()
/linux-2.6.39/arch/x86/kernel/
Ddevicetree.c318 of_scan_flat_dt(early_init_dt_scan_root, NULL); in x86_flattree_get_config()
/linux-2.6.39/arch/powerpc/platforms/pseries/
Dsetup.c548 of_scan_flat_dt(pSeries_probe_hypertas, NULL); in pSeries_probe()
/linux-2.6.39/drivers/of/
Dfdt.c449 int __init of_scan_flat_dt(int (*it)(unsigned long node, in of_scan_flat_dt() function
/linux-2.6.39/Documentation/devicetree/
Dbooting-without-of.txt1119 file drivers/of/fdt.c. Look at the of_scan_flat_dt() function,