Home
last modified time | relevance | path

Searched refs:fdt_path_offset (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/arch/mips/cavium-octeon/
Docteon-platform.c620 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.1.27/arch/arm/boot/compressed/
Datags_to_fdt.c14 int offset = fdt_path_offset(fdt, node_path); in node_offset()
50 int offset = fdt_path_offset(fdt, node_path); in getprop()
/linux-4.1.27/scripts/dtc/
Dfdtput.c140 node = fdt_path_offset(blob, node_name); in store_key_value()
219 node = fdt_path_offset(blob, node_name); in create_node()
Dfdtget.c262 node = fdt_path_offset(blob, arg[i]); in do_fdtget()
/linux-4.1.27/arch/mips/mti-sead3/
Dsead3-setup.c72 offset = fdt_path_offset(__dtb_start, "/memory"); in parse_memsize_param()
/linux-4.1.27/scripts/dtc/libfdt/
Dfdt_ro.c157 int fdt_path_offset(const void *fdt, const char *path) in fdt_path_offset() function
175 offset = fdt_path_offset(fdt, p); in fdt_path_offset()
345 aliasoffset = fdt_path_offset(fdt, "/aliases"); in fdt_get_alias_namelen()
Dlibfdt.h320 int fdt_path_offset(const void *fdt, const char *path);
/linux-4.1.27/arch/powerpc/boot/
Dsimpleboot.c40 node = fdt_path_offset(_dtb_start, "/"); in platform_init()
Dlibfdt-wrapper.c78 return offset_devp(fdt_path_offset(fdt, path)); in fdt_wrapper_finddevice()
/linux-4.1.27/drivers/of/
Dfdt.c51 root_offset = fdt_path_offset(initial_boot_params, "/"); in of_fdt_limit_memory()
67 memory = fdt_path_offset(initial_boot_params, "/memory"); in of_fdt_limit_memory()
792 offset = fdt_path_offset(fdt, "/chosen"); in early_init_dt_scan_chosen_serial()
794 offset = fdt_path_offset(fdt, "/chosen@0"); in early_init_dt_scan_chosen_serial()
805 offset = fdt_path_offset(fdt, p); in early_init_dt_scan_chosen_serial()