Searched refs:i2c_probe (Results 1 - 25 of 25) sorted by relevance

/u-boot/post/drivers/
H A Di2c.c53 if (i2c_probe (i) == 0)
68 if (i2c_probe(i) != 0)
/u-boot/board/siemens/common/
H A Deeprom.c34 if (i2c_probe(SIEMENS_EE_I2C_ADDR))
/u-boot/arch/arm/mach-omap2/am33xx/
H A Dclk_synthesizer.c100 rc = i2c_probe(CONFIG_CLK_SYNTHESIZER_I2C_ADDR);
H A Dchilisom.c107 if (i2c_probe(TPS65217_CHIP_PM))
/u-boot/board/advantech/imx8qm_rom7720_a1/
H A Dimx8qm_rom7720_a1.c70 if (!i2c_probe(CONFIG_MAX7322_I2C_ADDR)) {
/u-boot/board/compulab/cm_t43/
H A Dcm_t43.c52 i2c_probe(TPS65218_CHIP_PM);
H A Dspl.c110 if (i2c_probe(TPS65218_CHIP_PM))
/u-boot/board/bosch/shc/
H A Dboard.c58 if (i2c_probe(EEPROM_ADDR)) {
333 if (i2c_probe(TPS65217_CHIP_PM))
/u-boot/board/siemens/pxm2/
H A Dboard.c132 if (i2c_probe(PMIC_CTRL_I2C_ADDR))
/u-boot/drivers/power/
H A Dpower_i2c.c147 if (i2c_probe(pmic_i2c_addr)) {
/u-boot/board/gdsys/common/
H A Ddp501.c153 if (i2c_probe(dp501_addr))
H A Dosd.c343 if (!i2c_probe(ICS8N3QV01_I2C_ADDR)) {
361 if (!i2c_probe(SIL1178_SLAVE_I2C_ADDRESS)) {
/u-boot/include/
H A Di2c.h513 * be used with calls to i2c_read(), i2c_write(), i2c_probe(), etc.
799 int i2c_probe(uint8_t chip);
852 int i2c_probe(uchar chip);
/u-boot/drivers/i2c/
H A Di2c_core.c270 int i2c_probe(uint8_t chip) function
H A Dmv_i2c.c415 * i2c_probe: - Test if a chip answers for a given i2c address
420 int i2c_probe(uchar chip) function
/u-boot/board/tcl/sl50/
H A Dboard.c105 if (i2c_probe(TPS65217_CHIP_PM))
/u-boot/board/ti/ks2_evm/
H A Dboard_k2g.c269 rc = i2c_probe(K2G_GP_AUDIO_CODEC_ADDRESS);
/u-boot/board/friendlyarm/nanopi2/
H A Donewire.c221 ret = i2c_probe(ONEWIRE_I2C_ADDR);
/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana_spl.c794 if (!i2c_probe(CFG_POWER_PFUZE100_I2C_ADDR)) {
854 else if (!i2c_probe(CFG_POWER_LTC3676_I2C_ADDR)) {
926 else if (!i2c_probe(0x69)) {
978 !i2c_probe(BOARD_EEPROM_ADDR))
/u-boot/board/embest/mx6boards/
H A Dmx6boards.c263 (0 == i2c_probe(dev->addr));
/u-boot/board/beagle/beagle/
H A Dbeagle.c219 if (i2c_probe(EXPANSION_EEPROM_I2C_ADDRESS) == 1) {
/u-boot/board/wandboard/
H A Dwandboard.c274 (0 == i2c_probe(dev->addr));
/u-boot/board/ti/common/
H A Dboard_detect.c44 return i2c_probe(dev_addr);
/u-boot/board/boundary/nitrogen6x/
H A Dnitrogen6x.c426 (0 == i2c_probe(dev->addr)));
/u-boot/cmd/
H A Di2c.c949 ret = i2c_probe(j);

Completed in 173 milliseconds