Home
last modified time | relevance | path

Searched refs:ofnode_path (Results 1 – 25 of 32) sorted by relevance

12

/u-boot/test/dm/
A Dread.c24 node = ofnode_path("/mmio-bus@0"); in dm_test_dma_ranges()
33 node = ofnode_path("/mmio-bus@0/subnode@0"); in dm_test_dma_ranges()
42 node = ofnode_path("/mmio-bus@1"); in dm_test_dma_ranges()
A Dphys2bus.c22 node = ofnode_path("/mmio-bus@0"); in dm_test_phys_to_bus()
29 node = ofnode_path("/mmio-bus@0/subnode@0"); in dm_test_phys_to_bus()
A Dofnode.c13 ofnode root_node = ofnode_path("/"); in dm_test_ofnode_compatible()
70 node = ofnode_path("/cros-ec/flash"); in dm_test_ofnode_fmap()
86 node = ofnode_path("/a-test"); in dm_test_ofnode_read()
115 node = ofnode_path("/a-test"); in dm_test_ofnode_phandle()
237 node = ofnode_path("/i-test"); in dm_test_ofnode_get_child_count()
255 ofnode root_node = ofnode_path("/"); in dm_test_ofnode_is_enabled()
256 ofnode node = ofnode_path("/usb@0"); in dm_test_ofnode_is_enabled()
A Dof_extra.c25 node = ofnode_path("/cros-ec/flash/wp-ro"); in dm_test_ofnode_read_fmap_entry()
A Dofread.c16 node = ofnode_path("/cros-ec/flash"); in dm_test_ofnode_get_property_by_prop()
A Dusb.c91 node = ofnode_path("/usb@1/hub/usbstor@1"); in dm_test_usb_fdt_node()
96 node = ofnode_path("/usb@1/hub/usbstor@3"); in dm_test_usb_fdt_node()
A Dcore.c1190 node = ofnode_path("/mmio-bus@0"); in dm_test_dma_offset()
1196 node = ofnode_path("/mmio-bus@0/subnode@0"); in dm_test_dma_offset()
1202 node = ofnode_path("/mmio-bus@1"); in dm_test_dma_offset()
1205 node = ofnode_path("/mmio-bus@1/subnode@0"); in dm_test_dma_offset()
/u-boot/cmd/
A Dbind.c137 ofnode = ofnode_path(path); in bind_by_node_path()
154 ofnode = ofnode_path(path); in bind_by_node_path()
171 ofnode = ofnode_path(path); in unbind_by_node_path()
/u-boot/board/emulation/qemu-riscv/
A Dqemu-riscv.c34 chosen_node = ofnode_path("/chosen"); in board_late_init()
/u-boot/drivers/core/
A Dof_extra.c85 config_node = ofnode_path("/config"); in ofnode_decode_memory_region()
103 node = ofnode_path(mem); in ofnode_decode_memory_region()
A Dofnode.c460 ofnode ofnode_path(const char *path) in ofnode_path() function
472 chosen_node = ofnode_path("/chosen"); in ofnode_read_chosen_prop()
490 return ofnode_path(prop); in ofnode_get_chosen_node()
497 node = ofnode_path("/aliases"); in ofnode_read_aliases_prop()
512 return ofnode_path(prop); in ofnode_get_aliases_node()
A Droot.c267 node = ofnode_path(path); in dm_scan_fdt_ofnode_path()
/u-boot/board/synopsys/hsdk/
A Dclk-lib.c27 dev_set_ofnode(&fmeas, ofnode_path("/clk-fmeas")); in soc_clk_ctl()
/u-boot/board/toradex/common/
A Dtdx-eeprom.c38 eeprom = ofnode_path(path); in get_tdx_eeprom()
/u-boot/board/st/stm32mp1/
A Dstm32mp1.c148 node = ofnode_path("/config"); in board_key_check()
350 node = ofnode_path("/config"); in board_check_usb_power()
553 node = ofnode_path("/soc/i2c@40012000/hdmi-transmitter@39"); in dk2_i2c1_fix()
565 node = ofnode_path("/soc/i2c@40012000/cs42l51@4a"); in dk2_i2c1_fix()
/u-boot/arch/riscv/lib/
A Dsmp.c22 cpus = ofnode_path("/cpus"); in send_ipi_many()
/u-boot/board/dhelectronics/dh_imx6/
A Ddh_imx6.c103 eeprom = ofnode_path("/soc/aips-bus@2100000/i2c@21a8000/eeprom@50"); in setup_dhcom_mac_from_fuse()
/u-boot/drivers/cpu/
A Dcpu-uclass.c127 node = ofnode_path("/cpus"); in uclass_cpu_init()
/u-boot/lib/
A Dbinman.c47 node = ofnode_path("/binman"); in find_image_node()
/u-boot/arch/x86/lib/fsp2/
A Dfsp_init.c35 node = ofnode_path("fsp"); in arch_cpu_init_dm()
/u-boot/drivers/serial/
A Dserial_uniphier.c126 root_node = ofnode_path("/"); in uniphier_serial_probe()
/u-boot/arch/arm/mach-rockchip/rk3399/
A Drk3399.c229 node = ofnode_path("/config"); in rk3399_force_power_on_reset()
/u-boot/drivers/thermal/
A Dimx_tmu.c361 node = ofnode_path("/thermal-zones"); in imx_tmu_bind()
416 trips_np = ofnode_path("/thermal-zones/cpu-thermal/trips"); in imx_tmu_parse_fdt()
/u-boot/board/dhelectronics/dh_stm32mp1/
A Dboard.c205 node = ofnode_path("/config"); in board_get_coding_straps()
296 node = ofnode_path("/config"); in board_key_check()
/u-boot/include/dm/
A Dofnode.h632 ofnode ofnode_path(const char *path);

Completed in 51 milliseconds

12