Home
last modified time | relevance | path

Searched refs:early_init_dt_scan_chosen (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/mips/kernel/
Dprom.c86 of_scan_flat_dt(early_init_dt_scan_chosen, NULL); in early_init_devtree()
/linux-2.6.39/include/linux/
Dof_fdt.h94 extern int early_init_dt_scan_chosen(unsigned long node, const char *uname,
/linux-2.6.39/arch/microblaze/kernel/
Dprom.c133 of_scan_flat_dt(early_init_dt_scan_chosen, NULL); in early_init_devtree()
/linux-2.6.39/drivers/of/
Dfdt.c665 int __init early_init_dt_scan_chosen(unsigned long node, const char *uname, in early_init_dt_scan_chosen() function
/linux-2.6.39/arch/powerpc/kernel/
Dprom.c373 if (early_init_dt_scan_chosen(node, uname, depth, data) == 0) in early_init_dt_scan_chosen_ppc()