Home
last modified time | relevance | path

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

/linux/arch/mips/generic/
H A Dinit.c29 plat_get_fdt(); in prom_init()
33 void __init *plat_get_fdt(void) in plat_get_fdt() function
/linux/arch/mips/mti-malta/
H A Dmalta-setup.c195 void __init *plat_get_fdt(void) in plat_get_fdt() function
203 void *fdt = plat_get_fdt(); in plat_mem_setup()
/linux/arch/mips/include/asm/
H A Dbootinfo.h160 * plat_get_fdt() - Return a pointer to the platform's device tree blob
173 extern void *plat_get_fdt(void);
/linux/arch/mips/kernel/
H A Drelocate.c318 void __weak *plat_get_fdt(void) in plat_get_fdt() function
339 fdt = plat_get_fdt(); in relocate_kernel()
/linux/arch/mips/
H A DKconfig1199 The platform must provide plat_get_fdt() if it selects CONFIG_USE_OF