Home
last modified time | relevance | path

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 Dspl-boot-order.c48 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 Dtest-fdt.c281 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 Dsysreset_sti.c46 ret = uclass_get_device_by_of_offset(UCLASS_SYSCON, in sti_sysreset_probe()
/OK3568_Linux_fs/u-boot/board/phytec/phycore_rk3288/
H A Dphycore-rk3288.c87 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 Di2c-uclass-compat.c81 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 Duclass.h197 int uclass_get_device_by_of_offset(enum uclass_id id, int node,
/OK3568_Linux_fs/u-boot/spl/drivers/core/
H A Duclass.su
/OK3568_Linux_fs/u-boot/drivers/core/
H A Duclass.su
H A Duclass.c442 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 Dserial_msm.c166 ret = uclass_get_device_by_of_offset(UCLASS_CLK, clk_offset, &clk_dev); in msm_uart_clk_init()
H A Dserial-uclass.c59 if (!uclass_get_device_by_of_offset(UCLASS_SERIAL, node, devp)) in serial_check_stdout()
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmsm_sdhci.c70 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 Dmrccache.c221 ret = uclass_get_device_by_of_offset(UCLASS_SPI_FLASH, node, in mrccache_get_region()
/OK3568_Linux_fs/u-boot/drivers/reset/
H A Dsti-reset.c208 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 Dtegra.c380 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 Du-boot-spl.sym
H A Du-boot-spl.map
/OK3568_Linux_fs/u-boot/
H A Du-boot.map