Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/u-boot/cmd/
H A Di2c.c128 #ifdef CONFIG_DM_I2C
134 #ifdef CONFIG_DM_I2C
213 #if !defined(CONFIG_SYS_I2C) && !defined(CONFIG_DM_I2C)
301 #ifdef CONFIG_DM_I2C in do_i2c_read()
332 #ifdef CONFIG_DM_I2C in do_i2c_read()
354 #ifdef CONFIG_DM_I2C in do_i2c_write()
386 #ifdef CONFIG_DM_I2C in do_i2c_write()
404 #ifdef CONFIG_DM_I2C in do_i2c_write()
418 #ifdef CONFIG_DM_I2C in do_i2c_write()
437 #ifdef CONFIG_DM_I2C
[all …]
/OK3568_Linux_fs/u-boot/board/samsung/trats2/
H A Dtrats2.c133 #ifndef CONFIG_DM_I2C /* TODO(maintainer): Convert to driver model */ in exynos_power_init()
196 #ifndef CONFIG_DM_I2C /* TODO(maintainer): Convert to driver model */ in s5pc210_phy_control()
273 #ifndef CONFIG_DM_I2C /* TODO(maintainer): Convert to driver model */ in g_dnl_board_usb_cable_connected()
292 #ifndef CONFIG_DM_I2C /* TODO(maintainer): Convert to driver model */ in mipi_power()
306 #ifndef CONFIG_DM_I2C /* TODO(maintainer): Convert to driver model */ in exynos_lcd_power_on()
/OK3568_Linux_fs/u-boot/drivers/tpm/
H A Dtpm_atmel_twi.c84 #ifndef CONFIG_DM_I2C in tpm_atmel_twi_xfer()
95 #ifndef CONFIG_DM_I2C in tpm_atmel_twi_xfer()
111 #ifndef CONFIG_DM_I2C in tpm_atmel_twi_xfer()
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dmvtwsi.c16 #ifdef CONFIG_DM_I2C
27 #ifndef CONFIG_DM_I2C
43 #if defined(CONFIG_DM_I2C) && defined(CONFIG_ARCH_SUNXI)
80 #ifdef CONFIG_DM_I2C
181 #ifndef CONFIG_DM_I2C
467 #ifdef CONFIG_DM_I2C in __twsi_i2c_set_bus_speed()
498 #ifdef CONFIG_DM_I2C in __twsi_i2c_init()
665 #ifndef CONFIG_DM_I2C
H A Dfsl_i2c.c39 #ifndef CONFIG_DM_I2C
199 #ifndef CONFIG_DM_I2C
497 #ifndef CONFIG_DM_I2C
H A Dlpc32xx_i2c.c45 #ifndef CONFIG_DM_I2C
227 #ifndef CONFIG_DM_I2C
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci-lpc32xx.c88 #ifndef CONFIG_DM_I2C in isp1301_set_value()
97 #ifndef CONFIG_DM_I2C in isp1301_configure()
162 #ifdef CONFIG_DM_I2C in usb_cpu_init()
218 #ifdef CONFIG_DM_I2C in usb_cpu_stop()
/OK3568_Linux_fs/u-boot/board/samsung/trats/
H A Dtrats.c55 #ifndef CONFIG_DM_I2C /* TODO(maintainer): Convert to driver model */
117 #ifndef CONFIG_DM_I2C /* TODO(maintainer): Convert to driver model */ in exynos_power_init()
296 #ifndef CONFIG_DM_I2C /* TODO(maintainer): Convert to driver model */ in g_dnl_board_usb_cable_connected()
418 #ifndef CONFIG_DM_I2C /* TODO(maintainer): Convert to driver model */ in lcd_power()
442 #ifndef CONFIG_DM_I2C /* TODO(maintainer): Convert to driver model */ in mipi_power()
/OK3568_Linux_fs/u-boot/include/configs/
H A Dti_armv7_common.h86 #undef CONFIG_DM_I2C
91 #ifndef CONFIG_DM_I2C
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A Di2c-howto.txt28 - #ifdef out all your own I2C driver code (#ifndef CONFIG_DM_I2C)
29 - Define CONFIG_DM_I2C for your board, vendor or architecture
/OK3568_Linux_fs/u-boot/scripts/
H A DMakefile.uncmd_spl12 CONFIG_DM_I2C=
/OK3568_Linux_fs/u-boot/include/
H A Dconfig_uncmd_spl.h17 #undef CONFIG_DM_I2C
H A Dconfig_fallbacks.h103 #ifdef CONFIG_DM_I2C
H A Dexports.h36 (!defined(CONFIG_DM_I2C) || defined(CONFIG_DM_I2C_COMPAT))
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-lpc32xx/
H A Di2c.h26 #ifdef CONFIG_DM_I2C
/OK3568_Linux_fs/u-boot/configs/
H A Dmx7ulp_evk_defconfig17 CONFIG_DM_I2C=y
H A Dmx7ulp_evk_plugin_defconfig17 CONFIG_DM_I2C=y
H A Devb-ast2500_defconfig16 CONFIG_DM_I2C=y
H A Dmx6ull_14x14_evk_defconfig28 CONFIG_DM_I2C=y
H A Dmx6ull_14x14_evk_plugin_defconfig29 CONFIG_DM_I2C=y
H A Dlager_defconfig29 CONFIG_DM_I2C=y
H A Dkoelsch_defconfig29 CONFIG_DM_I2C=y
H A Dsilk_defconfig29 CONFIG_DM_I2C=y
H A Dgose_defconfig29 CONFIG_DM_I2C=y
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dfsl_i2c.h71 #ifdef CONFIG_DM_I2C

12345