Searched refs:uclass_get_device_by_of_offset (Results 1 – 15 of 15) sorted by relevance
/openbmc/u-boot/board/st/stm32mp1/ |
H A D | stm32mp1.c | 66 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/arch/arm/mach-rockchip/ |
H A D | spl-boot-order.c | 40 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/phytec/phycore_rk3288/ |
H A D | phycore-rk3288.c | 45 ret = uclass_get_device_by_of_offset(UCLASS_I2C_EEPROM, off, &dev); in rk_board_late_init()
|
/openbmc/u-boot/drivers/sysreset/ |
H A D | sysreset_sti.c | 46 ret = uclass_get_device_by_of_offset(UCLASS_SYSCON, in sti_sysreset_probe()
|
/openbmc/u-boot/drivers/i2c/ |
H A D | i2c-uclass-compat.c | 80 ret = uclass_get_device_by_of_offset(UCLASS_I2C, node, &bus); in i2c_get_bus_num_fdt()
|
/openbmc/u-boot/include/dm/ |
H A D | uclass.h | 199 int uclass_get_device_by_of_offset(enum uclass_id id, int node,
|
/openbmc/u-boot/test/dm/ |
H A D | test-fdt.c | 331 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 D | pcie_aspeed.c | 435 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 D | msm_sdhci.c | 69 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 D | serial_msm.c | 173 ret = uclass_get_device_by_of_offset(UCLASS_CLK, clk_offset, &clk_dev); in msm_uart_clk_init()
|
H A D | serial-uclass.c | 57 if (!uclass_get_device_by_of_offset(UCLASS_SERIAL, node, devp)) in serial_check_stdout()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | mrccache.c | 220 ret = uclass_get_device_by_of_offset(UCLASS_SPI_FLASH, node, in mrccache_get_region()
|
/openbmc/u-boot/drivers/reset/ |
H A D | sti-reset.c | 207 ret = uclass_get_device_by_of_offset(UCLASS_SYSCON, node, &syscon); in sti_reset_get_regmap()
|
/openbmc/u-boot/drivers/video/ |
H A D | tegra.c | 380 ret = uclass_get_device_by_of_offset(UCLASS_PANEL, panel_node, in tegra_lcd_ofdata_to_platdata()
|
/openbmc/u-boot/drivers/core/ |
H A D | uclass.c | 485 int uclass_get_device_by_of_offset(enum uclass_id id, int node, in uclass_get_device_by_of_offset() function
|