Home
last modified time | relevance | path

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

/u-boot-v2022.01-rc1/arch/arm/mach-rockchip/
A Dspl-boot-order.c42 if (!uclass_get_device_by_of_offset(UCLASS_MMC, node, &parent)) { in spl_node_to_boot_device()
66 } else if (!uclass_get_device_by_of_offset(UCLASS_SPI_FLASH, node, in spl_node_to_boot_device()
77 if (!uclass_get_device_by_of_offset(UCLASS_SPI_FLASH, node, &parent)) in spl_node_to_boot_device()
/u-boot-v2022.01-rc1/arch/arm/mach-meson/
A Dboard-axg.c120 ret = uclass_get_device_by_of_offset(UCLASS_SIMPLE_BUS, node, &dev); in board_usb_init()
153 ret = uclass_get_device_by_of_offset(UCLASS_CLK, args.node, &clk_dev); in board_usb_init()
204 ret = uclass_get_device_by_of_offset(UCLASS_SIMPLE_BUS, node, &dev); in board_usb_cleanup()
A Dboard-g12a.c126 ret = uclass_get_device_by_of_offset(UCLASS_SIMPLE_BUS, node, &dev); in board_usb_init()
159 ret = uclass_get_device_by_of_offset(UCLASS_CLK, args.node, &clk_dev); in board_usb_init()
208 ret = uclass_get_device_by_of_offset(UCLASS_SIMPLE_BUS, node, &dev); in board_usb_cleanup()
A Dboard-gx.c142 ret = uclass_get_device_by_of_offset(UCLASS_SIMPLE_BUS, node, &dev); in board_usb_init()
175 ret = uclass_get_device_by_of_offset(UCLASS_CLK, args.node, &clk_dev); in board_usb_init()
230 ret = uclass_get_device_by_of_offset(UCLASS_SIMPLE_BUS, node, &dev); in board_usb_cleanup()
/u-boot-v2022.01-rc1/drivers/sysreset/
A Dsysreset_sti.c48 ret = uclass_get_device_by_of_offset(UCLASS_SYSCON, in sti_sysreset_probe()
/u-boot-v2022.01-rc1/board/phytec/phycore_rk3288/
A Dphycore-rk3288.c53 ret = uclass_get_device_by_of_offset(UCLASS_I2C_EEPROM, off, &dev); in rk3288_board_late_init()
/u-boot-v2022.01-rc1/board/amlogic/vim3/
A Dvim3.c70 ret = uclass_get_device_by_of_offset(UCLASS_I2C, i2c_node, &bus); in meson_ft_board_setup()
/u-boot-v2022.01-rc1/include/dm/
A Duclass.h239 int uclass_get_device_by_of_offset(enum uclass_id id, int node,
/u-boot-v2022.01-rc1/board/aristainetos/
A Daristainetos.c291 ret = uclass_get_device_by_of_offset(UCLASS_I2C_EEPROM, off, &dev); in aristainetos_bootmode_settings()
389 ret = uclass_get_device_by_of_offset(UCLASS_PMIC, off, &dev); in setup_pmic_voltages()
/u-boot-v2022.01-rc1/board/variscite/dart_6ul/
A Ddart_6ul.c219 ret = uclass_get_device_by_of_offset(UCLASS_I2C_EEPROM, off, &dev); in checkboard()
/u-boot-v2022.01-rc1/drivers/mmc/
A Dmsm_sdhci.c71 ret = uclass_get_device_by_of_offset(UCLASS_CLK, clk_offset, &clk_dev); in msm_sdc_clk_init()
/u-boot-v2022.01-rc1/drivers/serial/
A Dserial_msm.c178 ret = uclass_get_device_by_of_offset(UCLASS_CLK, clk_offset, &clk_dev); in msm_uart_clk_init()
A Dserial-uclass.c60 if (!uclass_get_device_by_of_offset(UCLASS_SERIAL, node, devp)) in serial_check_stdout()
/u-boot-v2022.01-rc1/drivers/reset/
A Dsti-reset.c211 ret = uclass_get_device_by_of_offset(UCLASS_SYSCON, node, &syscon); in sti_reset_get_regmap()
/u-boot-v2022.01-rc1/arch/arm/mach-imx/imx8ulp/
A Dsoc.c505 ret = uclass_get_device_by_of_offset(UCLASS_MISC, node, &devp); in arch_cpu_init_dm()
/u-boot-v2022.01-rc1/test/dm/
A Dtest-fdt.c374 ut_assertok(uclass_get_device_by_of_offset(UCLASS_TEST_FDT, node, in dm_test_fdt_offset()
381 ut_asserteq(-ENODEV, uclass_get_device_by_of_offset(UCLASS_TEST_FDT, in dm_test_fdt_offset()
387 ut_asserteq(-ENODEV, uclass_get_device_by_of_offset(UCLASS_TEST_FDT, in dm_test_fdt_offset()
/u-boot-v2022.01-rc1/drivers/video/
A Dtegra.c384 ret = uclass_get_device_by_of_offset(UCLASS_PANEL, panel_node, in tegra_lcd_of_to_plat()
/u-boot-v2022.01-rc1/board/dhelectronics/dh_stm32mp1/
A Dboard.c158 ret = uclass_get_device_by_of_offset(UCLASS_I2C_EEPROM, off, &dev); in setup_mac_address()
/u-boot-v2022.01-rc1/arch/arm/mach-imx/imx8/
A Dcpu.c76 ret = uclass_get_device_by_of_offset(UCLASS_MISC, node, &devp); in arch_cpu_init_dm()
/u-boot-v2022.01-rc1/drivers/core/
A Duclass.c499 int uclass_get_device_by_of_offset(enum uclass_id id, int node, in uclass_get_device_by_of_offset() function
/u-boot-v2022.01-rc1/drivers/net/
A Dmvpp2.c4815 ret = uclass_get_device_by_of_offset(UCLASS_MDIO, parent, in phy_info_parse()

Completed in 57 milliseconds