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