Home
last modified time | relevance | path

Searched refs:CONFIG_DM_I2C (Results 1 – 25 of 128) sorted by relevance

123456

/external/u-boot/drivers/i2c/
Dihs_i2c.c9 #ifdef CONFIG_DM_I2C
18 #ifdef CONFIG_DM_I2C
85 #ifdef CONFIG_DM_I2C
93 #ifdef CONFIG_DM_I2C in wait_for_int()
100 #ifdef CONFIG_DM_I2C in wait_for_int()
112 #ifdef CONFIG_DM_I2C in wait_for_int()
123 #ifdef CONFIG_DM_I2C
133 #ifdef CONFIG_DM_I2C in ihs_i2c_transfer()
142 #ifdef CONFIG_DM_I2C in ihs_i2c_transfer()
158 #ifdef CONFIG_DM_I2C in ihs_i2c_transfer()
[all …]
Dmvtwsi.c16 #ifdef CONFIG_DM_I2C
27 #ifndef CONFIG_DM_I2C
43 #if defined(CONFIG_DM_I2C) && defined(CONFIG_ARCH_SUNXI)
83 #ifdef CONFIG_DM_I2C
184 #ifndef CONFIG_DM_I2C
470 #ifdef CONFIG_DM_I2C in __twsi_i2c_set_bus_speed()
505 #ifdef CONFIG_DM_I2C in __twsi_i2c_init()
672 #ifndef CONFIG_DM_I2C
Dlpc32xx_i2c.c44 #ifndef CONFIG_DM_I2C
226 #ifndef CONFIG_DM_I2C
/external/u-boot/cmd/
Di2c.c125 #ifdef CONFIG_DM_I2C
131 #ifdef CONFIG_DM_I2C
210 #if !defined(CONFIG_SYS_I2C) && !defined(CONFIG_DM_I2C)
298 #ifdef CONFIG_DM_I2C in do_i2c_read()
329 #ifdef CONFIG_DM_I2C in do_i2c_read()
351 #ifdef CONFIG_DM_I2C in do_i2c_write()
383 #ifdef CONFIG_DM_I2C in do_i2c_write()
401 #ifdef CONFIG_DM_I2C in do_i2c_write()
415 #ifdef CONFIG_DM_I2C in do_i2c_write()
434 #ifdef CONFIG_DM_I2C
[all …]
/external/u-boot/board/samsung/trats2/
Dtrats2.c130 #ifndef CONFIG_DM_I2C /* TODO(maintainer): Convert to driver model */ in exynos_power_init()
193 #ifndef CONFIG_DM_I2C /* TODO(maintainer): Convert to driver model */ in s5pc210_phy_control()
270 #ifndef CONFIG_DM_I2C /* TODO(maintainer): Convert to driver model */ in g_dnl_board_usb_cable_connected()
289 #ifndef CONFIG_DM_I2C /* TODO(maintainer): Convert to driver model */ in mipi_power()
303 #ifndef CONFIG_DM_I2C /* TODO(maintainer): Convert to driver model */ in exynos_lcd_power_on()
/external/u-boot/drivers/tpm/
Dtpm_atmel_twi.c83 #ifndef CONFIG_DM_I2C in tpm_atmel_twi_xfer()
94 #ifndef CONFIG_DM_I2C in tpm_atmel_twi_xfer()
118 #ifndef CONFIG_DM_I2C in tpm_atmel_twi_xfer()
/external/u-boot/drivers/usb/host/
Dohci-lpc32xx.c87 #ifndef CONFIG_DM_I2C in isp1301_set_value()
96 #ifndef CONFIG_DM_I2C in isp1301_configure()
161 #ifdef CONFIG_DM_I2C in usb_cpu_init()
217 #ifdef CONFIG_DM_I2C in usb_cpu_stop()
/external/u-boot/include/configs/
Dti_armv7_common.h85 #undef CONFIG_DM_I2C
90 #ifndef CONFIG_DM_I2C
/external/u-boot/board/samsung/trats/
Dtrats.c52 #ifndef CONFIG_DM_I2C /* TODO(maintainer): Convert to driver model */
114 #ifndef CONFIG_DM_I2C /* TODO(maintainer): Convert to driver model */ in exynos_power_init()
293 #ifndef CONFIG_DM_I2C /* TODO(maintainer): Convert to driver model */ in g_dnl_board_usb_cable_connected()
415 #ifndef CONFIG_DM_I2C /* TODO(maintainer): Convert to driver model */ in lcd_power()
439 #ifndef CONFIG_DM_I2C /* TODO(maintainer): Convert to driver model */ in mipi_power()
/external/u-boot/scripts/
DMakefile.uncmd_spl10 CONFIG_DM_I2C=
/external/u-boot/doc/driver-model/
Di2c-howto.txt26 - #ifdef out all your own I2C driver code (#ifndef CONFIG_DM_I2C)
27 - Define CONFIG_DM_I2C for your board, vendor or architecture
/external/u-boot/include/
Dconfig_uncmd_spl.h16 #undef CONFIG_DM_I2C
Dconfig_fallbacks.h49 #ifdef CONFIG_DM_I2C
Dexports.h37 (!defined(CONFIG_DM_I2C) || defined(CONFIG_DM_I2C_COMPAT))
/external/u-boot/arch/arm/include/asm/arch-lpc32xx/
Di2c.h26 #ifdef CONFIG_DM_I2C
/external/u-boot/configs/
Devb-ast2500_defconfig17 CONFIG_DM_I2C=y
Dmx7ulp_evk_plugin_defconfig19 CONFIG_DM_I2C=y
Dmx7ulp_evk_defconfig20 CONFIG_DM_I2C=y
DSBx81LIFKW_defconfig25 CONFIG_DM_I2C=y
Dmx6ull_14x14_evk_defconfig29 CONFIG_DM_I2C=y
Dmx6ull_14x14_evk_plugin_defconfig30 CONFIG_DM_I2C=y
Dodroid-c2_defconfig25 CONFIG_DM_I2C=y
Dstm32mp15_basic_defconfig30 CONFIG_DM_I2C=y
/external/u-boot/arch/arm/mach-kirkwood/include/mach/
Dconfig.h118 #if defined(CONFIG_CMD_I2C) && !defined(CONFIG_DM_I2C)
/external/u-boot/arch/powerpc/include/asm/
Dfsl_i2c.h70 #ifdef CONFIG_DM_I2C

123456