Searched refs:uclass_get_device_by_of_offset (Results 1 – 18 of 18) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | spl-boot-order.c | 48 if (!uclass_get_device_by_of_offset(UCLASS_MMC, node, &parent)) { in spl_node_to_boot_device() 80 if (!uclass_get_device_by_of_offset(UCLASS_SPI_FLASH, node, &parent)) in spl_node_to_boot_device() 86 if (!uclass_get_device_by_of_offset(UCLASS_MTD, node, &parent)) { in spl_node_to_boot_device() 118 if (!uclass_get_device_by_of_offset(UCLASS_RKNAND, node, &parent)) in spl_node_to_boot_device()
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | test-fdt.c | 281 ut_assertok(uclass_get_device_by_of_offset(UCLASS_TEST_FDT, node, in dm_test_fdt_offset() 288 ut_asserteq(-ENODEV, uclass_get_device_by_of_offset(UCLASS_TEST_FDT, in dm_test_fdt_offset() 294 ut_asserteq(-ENODEV, uclass_get_device_by_of_offset(UCLASS_TEST_FDT, in dm_test_fdt_offset()
|
| /OK3568_Linux_fs/u-boot/drivers/sysreset/ |
| H A D | sysreset_sti.c | 46 ret = uclass_get_device_by_of_offset(UCLASS_SYSCON, in sti_sysreset_probe()
|
| /OK3568_Linux_fs/u-boot/board/phytec/phycore_rk3288/ |
| H A D | phycore-rk3288.c | 87 ret = uclass_get_device_by_of_offset(UCLASS_I2C_EEPROM, off, &dev); in rk3288_board_late_init()
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | i2c-uclass-compat.c | 81 ret = uclass_get_device_by_of_offset(UCLASS_I2C, node, &bus); in i2c_get_bus_num_fdt()
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass.h | 197 int uclass_get_device_by_of_offset(enum uclass_id id, int node,
|
| /OK3568_Linux_fs/u-boot/spl/drivers/core/ |
| H A D | uclass.su | |
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | uclass.su | |
| H A D | uclass.c | 442 int uclass_get_device_by_of_offset(enum uclass_id id, int node, in uclass_get_device_by_of_offset() function
|
| /OK3568_Linux_fs/u-boot/drivers/serial/ |
| H A D | serial_msm.c | 166 ret = uclass_get_device_by_of_offset(UCLASS_CLK, clk_offset, &clk_dev); in msm_uart_clk_init()
|
| H A D | serial-uclass.c | 59 if (!uclass_get_device_by_of_offset(UCLASS_SERIAL, node, devp)) in serial_check_stdout()
|
| /OK3568_Linux_fs/u-boot/drivers/mmc/ |
| H A D | msm_sdhci.c | 70 ret = uclass_get_device_by_of_offset(UCLASS_CLK, clk_offset, &clk_dev); in msm_sdc_clk_init()
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | mrccache.c | 221 ret = uclass_get_device_by_of_offset(UCLASS_SPI_FLASH, node, in mrccache_get_region()
|
| /OK3568_Linux_fs/u-boot/drivers/reset/ |
| H A D | sti-reset.c | 208 ret = uclass_get_device_by_of_offset(UCLASS_SYSCON, node, &syscon); in sti_reset_get_regmap()
|
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.sym | |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | u-boot.map | |