Home
last modified time | relevance | path

Searched refs:ofnode_get_by_phandle (Results 1 – 17 of 17) sorted by relevance

/u-boot/test/dm/
A Dofnode.c25 ut_assert(!ofnode_valid(ofnode_get_by_phandle(0))); in dm_test_ofnode_get_by_phandle()
26 ut_assert(!ofnode_valid(ofnode_get_by_phandle(-1))); in dm_test_ofnode_get_by_phandle()
29 ut_assert(ofnode_valid(ofnode_get_by_phandle(1))); in dm_test_ofnode_get_by_phandle()
32 ut_assert(!ofnode_valid(ofnode_get_by_phandle(0x1000000))); in dm_test_ofnode_get_by_phandle()
/u-boot/drivers/misc/
A Dfs_loader.c72 node = ofnode_get_by_phandle(plat->phandlepart.phandle); in select_fs_dev()
257 ofnode node = ofnode_get_by_phandle(plat->phandlepart.phandle); in fs_loader_probe()
/u-boot/arch/arm/mach-rockchip/
A Dboard.c102 node = ofnode_get_by_phandle(phandle); in board_usb_init()
/u-boot/drivers/pinctrl/broadcom/
A Dpinctrl-bcm6838.c102 node = ofnode_get_by_phandle(phandle); in bcm6838_pinctrl_probe()
/u-boot/drivers/core/
A Dsyscon-uclass.c118 node = ofnode_get_by_phandle(phandle); in syscon_regmap_lookup_by_phandle()
A Dacpi.c212 node = ofnode_get_by_phandle(fdt32_to_cpu(*order++)); in sort_acpi_item_type()
A Dofnode.c289 ofnode ofnode_get_by_phandle(uint phandle) in ofnode_get_by_phandle() function
/u-boot/drivers/pinctrl/
A Dpinctrl-qe-io.c187 pio = ofnode_get_by_phandle(phandle); in par_io_of_config()
A Dpinctrl_stm32.c459 config_node = ofnode_get_by_phandle(phandle); in stm32_pinctrl_set_state_simple()
/u-boot/drivers/power/domain/
A Dmeson-gx-pwrc-vpu.c312 hhi_node = ofnode_get_by_phandle(hhi_phandle); in meson_gx_pwrc_vpu_probe()
A Dmeson-ee-pwrc.c457 ao_node = ofnode_get_by_phandle(ao_phandle); in meson_ee_pwrc_probe()
/u-boot/include/dm/
A Dofnode.h467 ofnode ofnode_get_by_phandle(uint phandle);
/u-boot/drivers/video/
A Dmxsfb.c336 display_node = ofnode_get_by_phandle(display_phandle); in mxs_of_get_timings()
/u-boot/drivers/video/rockchip/
A Drk_vop.c249 remote = ofnode_get_by_phandle(remote_phandle); in rk_display_init()
/u-boot/net/
A Ddsa-uclass.c356 pdata->master_node = ofnode_get_by_phandle(ethernet); in dsa_post_bind()
/u-boot/drivers/pinctrl/rockchip/
A Dpinctrl-rockchip-core.c440 node = ofnode_get_by_phandle(conf);
/u-boot/drivers/firmware/
A Dti_sci.c2924 node = ofnode_get_by_phandle(phandle); in ti_sci_get_by_phandle()

Completed in 27 milliseconds