Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-rockchip/
Dspl-boot-order.c40 if (!uclass_get_device_by_of_offset(UCLASS_MMC, node, &parent)) { in spl_node_to_boot_device()
72 if (!uclass_get_device_by_of_offset(UCLASS_SPI_FLASH, node, &parent)) in spl_node_to_boot_device()
/external/u-boot/test/dm/
Dtest-fdt.c280 ut_assertok(uclass_get_device_by_of_offset(UCLASS_TEST_FDT, node, in dm_test_fdt_offset()
287 ut_asserteq(-ENODEV, uclass_get_device_by_of_offset(UCLASS_TEST_FDT, in dm_test_fdt_offset()
293 ut_asserteq(-ENODEV, uclass_get_device_by_of_offset(UCLASS_TEST_FDT, in dm_test_fdt_offset()
/external/u-boot/board/phytec/phycore_rk3288/
Dphycore-rk3288.c44 ret = uclass_get_device_by_of_offset(UCLASS_I2C_EEPROM, off, &dev); in rk_board_late_init()
/external/u-boot/drivers/sysreset/
Dsysreset_sti.c46 ret = uclass_get_device_by_of_offset(UCLASS_SYSCON, in sti_sysreset_probe()
/external/u-boot/drivers/i2c/
Di2c-uclass-compat.c80 ret = uclass_get_device_by_of_offset(UCLASS_I2C, node, &bus); in i2c_get_bus_num_fdt()
/external/u-boot/include/dm/
Duclass.h193 int uclass_get_device_by_of_offset(enum uclass_id id, int node,
/external/u-boot/drivers/mmc/
Dmsm_sdhci.c69 ret = uclass_get_device_by_of_offset(UCLASS_CLK, clk_offset, &clk_dev); in msm_sdc_clk_init()
/external/u-boot/drivers/serial/
Dserial_msm.c173 ret = uclass_get_device_by_of_offset(UCLASS_CLK, clk_offset, &clk_dev); in msm_uart_clk_init()
Dserial-uclass.c56 if (!uclass_get_device_by_of_offset(UCLASS_SERIAL, node, devp)) in serial_check_stdout()
/external/u-boot/arch/x86/lib/
Dmrccache.c220 ret = uclass_get_device_by_of_offset(UCLASS_SPI_FLASH, node, in mrccache_get_region()
/external/u-boot/drivers/reset/
Dsti-reset.c207 ret = uclass_get_device_by_of_offset(UCLASS_SYSCON, node, &syscon); in sti_reset_get_regmap()
/external/u-boot/drivers/video/
Dtegra.c380 ret = uclass_get_device_by_of_offset(UCLASS_PANEL, panel_node, in tegra_lcd_ofdata_to_platdata()
/external/u-boot/drivers/core/
Duclass.c435 int uclass_get_device_by_of_offset(enum uclass_id id, int node, in uclass_get_device_by_of_offset() function