Searched refs:fdt_path_offset (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 620 aliases = fdt_path_offset(initial_boot_params, "/aliases"); in octeon_prune_device_tree() 652 mgmt = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree() 670 int pip = fdt_path_offset(initial_boot_params, pip_path); in octeon_prune_device_tree() 693 i2c = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree() 723 i2c = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree() 750 uart = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree() 782 int cf = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree() 879 int led = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree() 928 int uctl = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree() 946 int usbn = fdt_path_offset(initial_boot_params, alias_prop); in octeon_prune_device_tree() [all …]
|
/linux-4.4.14/arch/mips/mti-malta/ |
D | malta-dtshim.c | 62 mem_off = fdt_path_offset(fdt, "/memory"); in append_memory() 143 root_off = fdt_path_offset(fdt_buf, "/"); in malta_dt_shim()
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | atags_to_fdt.c | 14 int offset = fdt_path_offset(fdt, node_path); in node_offset() 50 int offset = fdt_path_offset(fdt, node_path); in getprop()
|
/linux-4.4.14/arch/mips/jz4740/ |
D | setup.c | 64 offset = fdt_path_offset(__dtb_start, "/memory"); in plat_mem_setup()
|
/linux-4.4.14/scripts/dtc/ |
D | fdtput.c | 140 node = fdt_path_offset(blob, node_name); in store_key_value() 219 node = fdt_path_offset(blob, node_name); in create_node()
|
D | fdtget.c | 262 node = fdt_path_offset(blob, arg[i]); in do_fdtget()
|
/linux-4.4.14/arch/mips/mti-sead3/ |
D | sead3-setup.c | 72 offset = fdt_path_offset(__dtb_start, "/memory"); in parse_memsize_param()
|
/linux-4.4.14/scripts/dtc/libfdt/ |
D | fdt_ro.c | 175 offset = fdt_path_offset(fdt, p); in fdt_path_offset_namelen() 202 int fdt_path_offset(const void *fdt, const char *path) in fdt_path_offset() function 351 aliasoffset = fdt_path_offset(fdt, "/aliases"); in fdt_get_alias_namelen()
|
D | libfdt.h | 358 int fdt_path_offset(const void *fdt, const char *path);
|
/linux-4.4.14/arch/powerpc/boot/ |
D | simpleboot.c | 40 node = fdt_path_offset(_dtb_start, "/"); in platform_init()
|
D | libfdt-wrapper.c | 78 return offset_devp(fdt_path_offset(fdt, path)); in fdt_wrapper_finddevice()
|
/linux-4.4.14/drivers/of/ |
D | fdt.c | 52 root_offset = fdt_path_offset(initial_boot_params, "/"); in of_fdt_limit_memory() 68 memory = fdt_path_offset(initial_boot_params, "/memory"); in of_fdt_limit_memory() 809 offset = fdt_path_offset(fdt, "/chosen"); in early_init_dt_scan_chosen_serial() 811 offset = fdt_path_offset(fdt, "/chosen@0"); in early_init_dt_scan_chosen_serial()
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_ingenic.c | 87 offset = fdt_path_offset(fdt, "/ext"); in ingenic_early_console_setup_clock()
|