Searched refs:fdt_node_offset_by_phandle (Results 1 – 17 of 17) sorted by relevance
| /optee_os/core/drivers/ |
| H A D | aplic_priv.c | 67 noff = fdt_node_offset_by_phandle(fdt, in aplic_parse_fdt_node()
|
| H A D | stm32_omm.c | 157 pnode = fdt_node_offset_by_phandle(fdt, offset); in stm32_omm_parse_fdt()
|
| H A D | stm32_cpu_opp.c | 464 opp_node = fdt_node_offset_by_phandle(fdt, phandle); in stm32_cpu_init()
|
| /optee_os/core/drivers/clk/sam/ |
| H A D | at91_cpu_opp.c | 105 offset = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in opp_rates_setup()
|
| /optee_os/core/drivers/clk/ |
| H A D | clk_dt.c | 74 parent_node = fdt_node_offset_by_phandle(fdt, phandle); in parse_clock_property()
|
| H A D | clk-stm32mp13.c | 1549 subnode_pll = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in clk_stm32_parse_pll_fdt() 1557 subnode_vco = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in clk_stm32_parse_pll_fdt()
|
| H A D | clk-stm32mp21.c | 1107 subnode_pll = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in clk_stm32_parse_pll_fdt()
|
| H A D | clk-stm32mp25.c | 1126 subnode_pll = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in clk_stm32_parse_pll_fdt()
|
| /optee_os/core/kernel/ |
| H A D | dt_driver.c | 344 phandle_node = fdt_node_offset_by_phandle(fdt, phandle); in dt_driver_device_from_node_idx_prop_phandle() 392 phandle_node = fdt_node_offset_by_phandle(fdt, phandle); in dt_driver_device_from_node_idx_prop() 416 phandle_node = fdt_node_offset_by_phandle(fdt, phandle); in dt_driver_device_from_node_idx_prop()
|
| /optee_os/core/drivers/remoteproc/ |
| H A D | stm32_remoteproc.c | 296 pnode = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(list[i])); in stm32_rproc_parse_mems()
|
| /optee_os/core/lib/libfdt/ |
| H A D | fdt_overlay.c | 79 ret = fdt_node_offset_by_phandle(fdt, phandle); in overlay_get_target()
|
| H A D | fdt_ro.c | 664 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle) in fdt_node_offset_by_phandle() function
|
| /optee_os/core/lib/libfdt/include/ |
| H A D | libfdt.h | 999 int fdt_node_offset_by_phandle(const void *fdt, uint32_t phandle);
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | plat_tzc400.c | 323 pnode = fdt_node_offset_by_phandle(fdt, phandle); in add_node_memory_regions()
|
| /optee_os/core/arch/arm/plat-stm32mp1/drivers/ |
| H A D | stm32mp1_pmic.c | 272 node = fdt_node_offset_by_phandle(fdt, fdt32_to_cpu(*cuint)); in save_cpu_supply_name()
|
| /optee_os/core/drivers/firewall/ |
| H A D | stm32_risab.c | 502 mem_reg_node = fdt_node_offset_by_phandle(fdt, phandle); in parse_dt()
|
| H A D | stm32_risaf.c | 779 pnode = fdt_node_offset_by_phandle(fdt, phandle); in stm32_risaf_probe()
|