Searched refs:fdt_subnode_offset (Results 1 – 4 of 4) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/libfdt/ |
A D | version.lds | 10 fdt_subnode_offset;
|
A D | fdt_ro.c | 149 int fdt_subnode_offset(const void *fdt, int parentoffset, in fdt_subnode_offset() function
|
/xen-4.10.0-shim-comet/xen/arch/arm/efi/ |
A D | efi-boot.h | 32 node = fdt_subnode_offset(fdt, 0, "chosen"); in setup_chosen_node() 233 node = fdt_subnode_offset(fdt, 0, "chosen"); in fdt_add_uefi_nodes() 429 chosen = fdt_subnode_offset(fdt, 0, "chosen"); in efi_arch_handle_cmdline()
|
/xen-4.10.0-shim-comet/xen/include/xen/libfdt/ |
A D | libfdt.h | 316 int fdt_subnode_offset(const void *fdt, int parentoffset, const char *name);
|
Completed in 7 milliseconds