/optee_os-3.20.0/core/kernel/ |
A D | dt_driver.c | 647 int subnode = 0; in parse_node() local 649 fdt_for_each_subnode(subnode, fdt, node) { in parse_node() 650 res = dt_driver_maybe_add_probe_node(fdt, subnode); in parse_node() 653 fdt_get_name(fdt, subnode, NULL), res); in parse_node() 663 if (_fdt_get_status(fdt, subnode) == DT_STATUS_DISABLED) in parse_node() 666 parse_node(fdt, subnode); in parse_node() 754 int subnode = 0; in simple_bus_probe() local 756 fdt_for_each_subnode(subnode, fdt, node) { in simple_bus_probe() 757 res = dt_driver_maybe_add_probe_node(fdt, subnode); in simple_bus_probe() 760 fdt_get_name(fdt, subnode, NULL), res); in simple_bus_probe()
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | secure_partition.c | 504 int subnode = 0; in handle_fdt_dev_regions() local 518 fdt_for_each_subnode(subnode, fdt, node) { in handle_fdt_dev_regions() 538 if (sp_dt_get_u32(fdt, subnode, "pages-count", &pages_cnt)) { in handle_fdt_dev_regions() 591 res = fdt_setprop_u64(fdt, subnode, "base-address", va); in handle_fdt_dev_regions() 671 int subnode = 0; in handle_fdt_mem_regions() local 684 fdt_for_each_subnode(subnode, fdt, node) { in handle_fdt_mem_regions() 704 if (sp_dt_get_u64(fdt, subnode, "base-address", &base_addr)) in handle_fdt_mem_regions() 797 res = fdt_setprop_u64(fdt, subnode, "base-address", va); in handle_fdt_mem_regions() 1212 int subnode = 0; in fip_sp_map_all() local 1233 fdt_for_each_subnode(subnode, fdt, sp_pkgs_node) { in fip_sp_map_all() [all …]
|
A D | boot.c | 749 const char *subnode) in add_dt_path_subnode() argument 759 offs = fdt_add_subnode(dt->blob, offs, subnode); in add_dt_path_subnode()
|
/optee_os-3.20.0/core/drivers/clk/ |
A D | clk-stm32mp13.c | 1430 int subnode = 0; in clk_stm32_parse_oscillator_fdt() local 1432 fdt_for_each_subnode(subnode, fdt, node) { in clk_stm32_parse_oscillator_fdt() 1437 cchar = fdt_get_name(fdt, subnode, &ret); in clk_stm32_parse_oscillator_fdt() 1451 if (fdt_getprop(fdt, subnode, "st,bypass", NULL)) in clk_stm32_parse_oscillator_fdt() 1457 if (fdt_getprop(fdt, subnode, "st,css", NULL)) in clk_stm32_parse_oscillator_fdt() 1542 cuint = fdt_getprop(fdt, subnode, "st,pll", NULL); in clk_stm32_parse_pll_fdt() 1577 int subnode = 0; in stm32_clk_parse_fdt_all_pll() local 1582 subnode = fdt_subnode_offset(fdt, node, name); in stm32_clk_parse_fdt_all_pll() 1583 if (subnode < 0) in stm32_clk_parse_fdt_all_pll() 1598 int subnode = 0; in stm32_clk_parse_fdt_opp() local [all …]
|
A D | clk-stm32mp15.c | 1203 int subnode = 0; in get_osc_freq_from_dt() local 1205 fdt_for_each_subnode(subnode, fdt, clk_node) { in get_osc_freq_from_dt() 1209 cchar = fdt_get_name(fdt, subnode, &ret); in get_osc_freq_from_dt() 1214 stm32mp1_osc[idx] = clk_freq_prop(fdt, subnode); in get_osc_freq_from_dt()
|
/optee_os-3.20.0/core/arch/arm/dts/ |
A D | dt_driver_test.dtsi | 20 * Resource device are discovered from subnode added to probe
|
/optee_os-3.20.0/core/lib/libfdt/ |
A D | fdt_overlay.c | 560 int subnode; in overlay_apply_node() local 580 fdt_for_each_subnode(subnode, fdto, node) { in overlay_apply_node() 581 const char *name = fdt_get_name(fdto, subnode, NULL); in overlay_apply_node() 595 ret = overlay_apply_node(fdt, nnode, fdto, subnode); in overlay_apply_node()
|
/optee_os-3.20.0/core/drivers/ |
A D | stm32_gpio.c | 319 int subnode = 0; in stm32_pinctrl_fdt_get_pinctrl() local 325 fdt_for_each_subnode(subnode, fdt, node) { in stm32_pinctrl_fdt_get_pinctrl() 334 rc = get_pinctrl_from_fdt(fdt, subnode, in stm32_pinctrl_fdt_get_pinctrl()
|