Searched refs:fdt_path_offset (Results 1 – 16 of 16) sorted by relevance
/optee_os/core/kernel/ |
A D | console.c | 50 offset = fdt_path_offset(fdt, "/secure-chosen"); in find_chosen_node() 53 offset = fdt_path_offset(fdt, "/chosen"); in find_chosen_node() 102 offs = fdt_path_offset(fdt, uart); in get_console_node_from_dt()
|
A D | dt_driver.c | 673 parse_node(fdt, fdt_path_offset(fdt, "/")); in probe_dt_drivers_early()
|
/optee_os/core/arch/arm/plat-ls/ |
A D | main.c | 136 gic_offset = fdt_path_offset(fdt, "/soc/interrupt-controller@6000000"); in get_gic_base_addr_from_dt() 139 gic_offset = fdt_path_offset(fdt, in get_gic_base_addr_from_dt()
|
/optee_os/core/lib/libfdt/ |
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()
|
A D | fdt_ro.c | 254 offset = fdt_path_offset(fdt, p); in fdt_path_offset_namelen() 281 int fdt_path_offset(const void *fdt, const char *path) in fdt_path_offset() function 509 aliasoffset = fdt_path_offset(fdt, "/aliases"); in fdt_get_alias_namelen()
|
/optee_os/core/arch/arm/kernel/ |
A D | boot.c | 692 offs = fdt_path_offset(dt->blob, path); in add_dt_path_subnode() 709 if (fdt_path_offset(dt->blob, "/firmware/optee") >= 0) { in add_optee_dt_node() 714 offs = fdt_path_offset(dt->blob, "/firmware"); in add_optee_dt_node() 775 if (fdt_path_offset(dt->blob, "/psci") >= 0) { in dt_add_psci_node() 884 offs = fdt_path_offset(dt->blob, "/reserved-memory"); in add_res_mem_dt_node() 1417 offs = fdt_path_offset(fdt, "/secure-chosen"); in get_aslr_seed()
|
/optee_os/core/drivers/ |
A D | ls_gpio.c | 194 node = fdt_path_offset(fdt, gpio_controller_map in get_info_from_device_tree()
|
A D | ls_i2c.c | 139 node = fdt_path_offset(fdt, in i2c_init()
|
/optee_os/out/arm/core/ |
A D | text_init.ld.S | 203 *(.text.fdt_path_offset)
|
A D | tee.symb_sizes | 1326 000000000e12f1bc 0000000000000034 T fdt_path_offset
|
A D | tee.dmp | 12559 e108184: 94009c0e bl e12f1bc <fdt_path_offset> 12594 e1081e0: 94009bf7 bl e12f1bc <fdt_path_offset> 12974 e1085fc: 94009af0 bl e12f1bc <fdt_path_offset> 13061 e108704: 94009aae bl e12f1bc <fdt_path_offset> 13070 e10871c: 94009aa8 bl e12f1bc <fdt_path_offset> 13356 e108a2c: 940099e4 bl e12f1bc <fdt_path_offset> 30354 e1135c4: 94006efe bl e12f1bc <fdt_path_offset> 30362 e1135dc: 94006ef8 bl e12f1bc <fdt_path_offset> 30422 e113688: 94006ecd bl e12f1bc <fdt_path_offset> 72555 000000000e12f1bc <fdt_path_offset>: [all …]
|
A D | tee.map | 23294 .text.fdt_path_offset 23296 0x000000000e12f1bc fdt_path_offset
|
/optee_os/core/arch/arm/plat-stm32mp1/ |
A D | shared_resources.c | 181 int node = fdt_path_offset(fdt, "/soc/pin-controller-z"); in set_gpioz_nbpin_from_dt()
|
/optee_os/core/arch/arm/plat-stm32mp1/drivers/ |
A D | stm32mp1_pmic.c | 349 node = fdt_path_offset(fdt, "/cpus/cpu@0"); in save_cpu_supply_name()
|
/optee_os/core/lib/libfdt/include/ |
A D | libfdt.h | 515 int fdt_path_offset(const void *fdt, const char *path);
|
/optee_os/core/drivers/clk/ |
A D | clk-stm32mp15.c | 1180 int clk_node = fdt_path_offset(fdt, "/clocks"); in get_osc_freq_from_dt()
|
Completed in 234 milliseconds