Home
last modified time | relevance | path

Searched refs:uclass_get_device_by_of_offset (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/arch/arm/mach-rockchip/
H A Dspl-boot-order.c40 if (!uclass_get_device_by_of_offset(UCLASS_MMC, node, &parent)) { in spl_node_to_boot_device()
64 } else if (!uclass_get_device_by_of_offset(UCLASS_SPI_FLASH, node, in spl_node_to_boot_device()
75 if (!uclass_get_device_by_of_offset(UCLASS_SPI_FLASH, node, &parent)) in spl_node_to_boot_device()
/openbmc/u-boot/board/st/stm32mp1/
H A Dstm32mp1.c66 ret = uclass_get_device_by_of_offset(UCLASS_CLK, args.node, &dev); in board_usb_init()
92 ret = uclass_get_device_by_of_offset(UCLASS_RESET, args.node, &dev); in board_usb_init()
108 ret = uclass_get_device_by_of_offset(UCLASS_PHY, in board_usb_init()
146 if (!uclass_get_device_by_of_offset(UCLASS_REGULATOR, in board_usb_init()
/openbmc/u-boot/board/phytec/phycore_rk3288/
H A Dphycore-rk3288.c44 ret = uclass_get_device_by_of_offset(UCLASS_I2C_EEPROM, off, &dev); in rk_board_late_init()
/openbmc/u-boot/drivers/sysreset/
H A Dsysreset_sti.c46 ret = uclass_get_device_by_of_offset(UCLASS_SYSCON, in sti_sysreset_probe()
/openbmc/u-boot/drivers/i2c/
H A Di2c-uclass-compat.c80 ret = uclass_get_device_by_of_offset(UCLASS_I2C, node, &bus); in i2c_get_bus_num_fdt()
/openbmc/u-boot/include/dm/
H A Duclass.h199 int uclass_get_device_by_of_offset(enum uclass_id id, int node,
/openbmc/u-boot/test/dm/
H A Dtest-fdt.c331 ut_assertok(uclass_get_device_by_of_offset(UCLASS_TEST_FDT, node, in dm_test_fdt_offset()
338 ut_asserteq(-ENODEV, uclass_get_device_by_of_offset(UCLASS_TEST_FDT, in dm_test_fdt_offset()
344 ut_asserteq(-ENODEV, uclass_get_device_by_of_offset(UCLASS_TEST_FDT, in dm_test_fdt_offset()
/openbmc/u-boot/drivers/pci/
H A Dpcie_aspeed.c435 if (uclass_get_device_by_of_offset in pcie_aspeed_probe()
454 if (uclass_get_device_by_of_offset in pcie_aspeed_probe()
/openbmc/u-boot/drivers/mmc/
H A Dmsm_sdhci.c69 ret = uclass_get_device_by_of_offset(UCLASS_CLK, clk_offset, &clk_dev); in msm_sdc_clk_init()
/openbmc/u-boot/drivers/serial/
H A Dserial_msm.c173 ret = uclass_get_device_by_of_offset(UCLASS_CLK, clk_offset, &clk_dev); in msm_uart_clk_init()
H A Dserial-uclass.c57 if (!uclass_get_device_by_of_offset(UCLASS_SERIAL, node, devp)) in serial_check_stdout()
/openbmc/u-boot/arch/x86/lib/
H A Dmrccache.c220 ret = uclass_get_device_by_of_offset(UCLASS_SPI_FLASH, node, in mrccache_get_region()
/openbmc/u-boot/drivers/reset/
H A Dsti-reset.c207 ret = uclass_get_device_by_of_offset(UCLASS_SYSCON, node, &syscon); in sti_reset_get_regmap()
/openbmc/u-boot/drivers/video/
H A Dtegra.c380 ret = uclass_get_device_by_of_offset(UCLASS_PANEL, panel_node, in tegra_lcd_ofdata_to_platdata()
/openbmc/u-boot/drivers/core/
H A Duclass.c485 int uclass_get_device_by_of_offset(enum uclass_id id, int node, in uclass_get_device_by_of_offset() function