Searched refs:omap24_i2c_probe (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/i2c/ |
H A D | omap24xx_i2c.c | 929 static int omap24_i2c_probe(struct i2c_adapter *adap, uchar chip) in omap24_i2c_probe() function 944 U_BOOT_I2C_ADAP_COMPLETE(omap24_0, omap24_i2c_init, omap24_i2c_probe, 949 U_BOOT_I2C_ADAP_COMPLETE(omap24_1, omap24_i2c_init, omap24_i2c_probe, 963 U_BOOT_I2C_ADAP_COMPLETE(omap24_2, omap24_i2c_init, omap24_i2c_probe, 976 U_BOOT_I2C_ADAP_COMPLETE(omap24_3, omap24_i2c_init, omap24_i2c_probe, 989 U_BOOT_I2C_ADAP_COMPLETE(omap24_4, omap24_i2c_init, omap24_i2c_probe,
|