Searched refs:fdt_in (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/liveupdate/ |
| H A D | luo_core.c | 68 void *fdt_in; member 103 luo_global.fdt_in = phys_to_virt(fdt_phys); in luo_early_startup() 104 err = fdt_node_check_compatible(luo_global.fdt_in, 0, in luo_early_startup() 114 ptr = fdt_getprop(luo_global.fdt_in, 0, LUO_FDT_LIVEUPDATE_NUM, in luo_early_startup() 127 err = luo_session_setup_incoming(luo_global.fdt_in); in luo_early_startup()
|
| H A D | luo_session.c | 473 int __init luo_session_setup_incoming(void *fdt_in) in luo_session_setup_incoming() argument 480 offset = fdt_subnode_offset(fdt_in, 0, LUO_FDT_SESSION_NODE_NAME); in luo_session_setup_incoming() 487 err = fdt_node_check_compatible(fdt_in, offset, in luo_session_setup_incoming() 496 ptr = fdt_getprop(fdt_in, offset, LUO_FDT_SESSION_HEADER, &header_size); in luo_session_setup_incoming()
|
| /linux/arch/mips/generic/ |
| H A D | init.c | 125 const void *fdt_in, in apply_mips_fdt_fixups() argument 130 err = fdt_open_into(fdt_in, fdt_out, fdt_out_size); in apply_mips_fdt_fixups()
|
| /linux/arch/mips/include/asm/ |
| H A D | machine.h | 87 const void *fdt_in,
|