| /optee_os/core/kernel/ |
| H A D | console.c | 83 offset = fdt_path_offset(fdt, "/secure-chosen"); in find_chosen_node() 86 offset = fdt_path_offset(fdt, "/chosen"); in find_chosen_node() 135 offs = fdt_path_offset(fdt, uart); in get_console_node_from_dt()
|
| H A D | dt.c | 886 offs = fdt_path_offset(dt->blob, path); in add_dt_path_subnode() 918 offs = fdt_path_offset(dt->blob, "/reserved-memory"); in add_res_mem_dt_node()
|
| H A D | dt_driver.c | 836 parse_node(fdt, fdt_path_offset(fdt, "/")); in probe_dt_drivers_early()
|
| /optee_os/core/arch/arm/plat-ls/ |
| H A D | main.c | 138 gic_offset = fdt_path_offset(fdt, "/soc/interrupt-controller@6000000"); in get_gic_base_addr_from_dt() 141 gic_offset = fdt_path_offset(fdt, in get_gic_base_addr_from_dt()
|
| /optee_os/core/lib/libfdt/ |
| H A D | fdt_overlay.c | 75 ret = fdt_path_offset(fdt, path); in overlay_get_target() 328 fixups = fdt_path_offset(fdto, "/__local_fixups__"); in overlay_update_local_references() 387 symbol_off = fdt_path_offset(fdt, symbol_path); in overlay_fixup_one_phandle() 515 fixups_off = fdt_path_offset(fdto, "/__fixups__"); in overlay_fixup_phandles() 522 symbols_off = fdt_path_offset(fdt, "/__symbols__"); in overlay_fixup_phandles()
|
| H A D | fdt_ro.c | 255 offset = fdt_path_offset(fdt, p); in fdt_path_offset_namelen() 282 int fdt_path_offset(const void *fdt, const char *path) in fdt_path_offset() function 510 aliasoffset = fdt_path_offset(fdt, "/aliases"); in fdt_get_alias_namelen()
|
| /optee_os/core/drivers/ |
| H A D | widevine_huk.c | 28 node = fdt_path_offset(fdt, "/options/op-tee/widevine"); in init_widevine_huk_dt_data()
|
| H A D | cbmem_console.c | 156 offset = fdt_path_offset(fdt, "/firmware/coreboot"); in cbmem_console_init_from_dt()
|
| H A D | ls_gpio.c | 194 node = fdt_path_offset(fdt, gpio_controller_map in get_info_from_device_tree()
|
| H A D | ls_i2c.c | 139 node = fdt_path_offset(fdt, in i2c_init()
|
| H A D | ls_sfp.c | 116 povdd_node = fdt_path_offset(fdt, "/povdd"); in ls_sfp_init()
|
| H A D | stm32_cpu_opp.c | 485 int node = fdt_path_offset(fdt, "/cpus/cpu@0"); in stm32_cpu_initcall()
|
| /optee_os/core/drivers/crypto/se050/glue/ |
| H A D | i2c_stm32.c | 56 node = fdt_path_offset(fdt, path); in dt_i2c_bus_config()
|
| /optee_os/core/pta/ |
| H A D | widevine.c | 82 node = fdt_path_offset(fdt, "/options/op-tee/widevine"); in init_widevine_dt_data()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | boot.c | 637 if (fdt_path_offset(dt->blob, "/firmware/optee") >= 0) { in add_optee_dt_node() 642 offs = fdt_path_offset(dt->blob, "/firmware"); in add_optee_dt_node() 723 if (fdt_path_offset(dt->blob, "/psci") >= 0) { in dt_add_psci_node() 1261 offs = fdt_path_offset(fdt, "/secure-chosen"); in get_aslr_seed()
|
| H A D | secure_partition.c | 1989 root = fdt_path_offset(fdt, "/"); in fip_sp_init_all()
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | boot.c | 178 offset = fdt_path_offset(fdt, "/cpus"); in boot_primary_init_core_ids()
|
| /optee_os/core/lib/libfdt/include/ |
| H A D | libfdt.h | 515 int fdt_path_offset(const void *fdt, const char *path);
|
| /optee_os/core/arch/arm/plat-stm32mp1/drivers/ |
| H A D | stm32mp1_pmic.c | 264 node = fdt_path_offset(fdt, "/cpus/cpu@0"); in save_cpu_supply_name()
|
| /optee_os/core/drivers/clk/ |
| H A D | clk-stm32mp15.c | 1045 int clk_node = fdt_path_offset(fdt, "/clocks"); in get_osc_freq_from_dt()
|
| H A D | clk-stm32mp13.c | 1474 osc_node = fdt_path_offset(fdt, "/clocks"); in stm32_clk_parse_fdt_all_oscillator()
|
| H A D | clk-stm32mp21.c | 1076 osc_node = fdt_path_offset(fdt, "/clocks"); in stm32_clk_parse_fdt_all_oscillator()
|
| H A D | clk-stm32mp25.c | 1095 osc_node = fdt_path_offset(fdt, "/clocks"); in stm32_clk_parse_fdt_all_oscillator()
|