Searched refs:of_scan_flat_dt (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/arch/microblaze/kernel/ |
D | prom.c | 84 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/ |
D | prom.c | 86 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/ |
D | prom.c | 682 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/ |
D | of_fdt.h | 85 extern int of_scan_flat_dt(int (*it)(unsigned long node, const char *uname,
|
/linux-2.6.39/arch/powerpc/mm/ |
D | hash_utils_64.c | 271 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/ |
D | devicetree.c | 318 of_scan_flat_dt(early_init_dt_scan_root, NULL); in x86_flattree_get_config()
|
/linux-2.6.39/arch/powerpc/platforms/pseries/ |
D | setup.c | 548 of_scan_flat_dt(pSeries_probe_hypertas, NULL); in pSeries_probe()
|
/linux-2.6.39/drivers/of/ |
D | fdt.c | 449 int __init of_scan_flat_dt(int (*it)(unsigned long node, in of_scan_flat_dt() function
|
/linux-2.6.39/Documentation/devicetree/ |
D | booting-without-of.txt | 1119 file drivers/of/fdt.c. Look at the of_scan_flat_dt() function,
|