Searched refs:fdt_path_offset (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/arch/mips/cavium-octeon/
H A Docteon-platform.c620 aliases = fdt_path_offset(initial_boot_params, "/aliases"); octeon_prune_device_tree()
652 mgmt = fdt_path_offset(initial_boot_params, alias_prop); octeon_prune_device_tree()
670 int pip = fdt_path_offset(initial_boot_params, pip_path); octeon_prune_device_tree()
693 i2c = fdt_path_offset(initial_boot_params, alias_prop); octeon_prune_device_tree()
723 i2c = fdt_path_offset(initial_boot_params, alias_prop); octeon_prune_device_tree()
750 uart = fdt_path_offset(initial_boot_params, alias_prop); octeon_prune_device_tree()
782 int cf = fdt_path_offset(initial_boot_params, alias_prop); octeon_prune_device_tree()
879 int led = fdt_path_offset(initial_boot_params, alias_prop); octeon_prune_device_tree()
928 int uctl = fdt_path_offset(initial_boot_params, alias_prop); octeon_prune_device_tree()
946 int usbn = fdt_path_offset(initial_boot_params, alias_prop); octeon_prune_device_tree()
974 int dsr1000n_leds = fdt_path_offset(initial_boot_params, octeon_prune_device_tree()
/linux-4.4.14/arch/mips/jz4740/
H A Dsetup.c64 offset = fdt_path_offset(__dtb_start, "/memory"); plat_mem_setup()
/linux-4.4.14/arch/mips/mti-sead3/
H A Dsead3-setup.c72 offset = fdt_path_offset(__dtb_start, "/memory"); parse_memsize_param()
/linux-4.4.14/arch/arm/boot/compressed/
H A Datags_to_fdt.c14 int offset = fdt_path_offset(fdt, node_path); node_offset()
50 int offset = fdt_path_offset(fdt, node_path); getprop()
/linux-4.4.14/arch/mips/mti-malta/
H A Dmalta-dtshim.c62 mem_off = fdt_path_offset(fdt, "/memory"); append_memory()
143 root_off = fdt_path_offset(fdt_buf, "/"); malta_dt_shim()
/linux-4.4.14/arch/powerpc/boot/
H A Dsimpleboot.c40 node = fdt_path_offset(_dtb_start, "/"); platform_init()
H A Dlibfdt-wrapper.c78 return offset_devp(fdt_path_offset(fdt, path)); fdt_wrapper_finddevice()
/linux-4.4.14/scripts/dtc/
H A Dfdtput.c140 node = fdt_path_offset(blob, node_name); store_key_value()
219 node = fdt_path_offset(blob, node_name); create_node()
H A Dfdtget.c262 node = fdt_path_offset(blob, arg[i]); do_fdtget()
/linux-4.4.14/scripts/dtc/libfdt/
H A Dfdt_ro.c175 offset = fdt_path_offset(fdt, p); fdt_path_offset_namelen()
202 int fdt_path_offset(const void *fdt, const char *path) fdt_path_offset() function
351 aliasoffset = fdt_path_offset(fdt, "/aliases"); fdt_get_alias_namelen()
H A Dlibfdt.h331 * Identical to fdt_path_offset(), but only consider the first namelen
337 * fdt_path_offset - find a tree node by its full path
341 * fdt_path_offset() finds a node of a given path in the device tree.
358 int fdt_path_offset(const void *fdt, const char *path);
/linux-4.4.14/drivers/tty/serial/8250/
H A D8250_ingenic.c87 offset = fdt_path_offset(fdt, "/ext"); ingenic_early_console_setup_clock()
/linux-4.4.14/drivers/of/
H A Dfdt.c52 root_offset = fdt_path_offset(initial_boot_params, "/"); of_fdt_limit_memory()
68 memory = fdt_path_offset(initial_boot_params, "/memory"); of_fdt_limit_memory()
809 offset = fdt_path_offset(fdt, "/chosen"); early_init_dt_scan_chosen_serial()
811 offset = fdt_path_offset(fdt, "/chosen@0"); early_init_dt_scan_chosen_serial()

Completed in 325 milliseconds