Searched refs:lpc32xx_i2c_probe_chip (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | lpc32xx_i2c.c | 235 static int lpc32xx_i2c_probe_chip(struct i2c_adapter *adap, u8 dev) in lpc32xx_i2c_probe_chip() function 261 U_BOOT_I2C_ADAP_COMPLETE(lpc32xx_0, lpc32xx_i2c_init, lpc32xx_i2c_probe_chip, 268 U_BOOT_I2C_ADAP_COMPLETE(lpc32xx_1, lpc32xx_i2c_init, lpc32xx_i2c_probe_chip, 291 static int lpc32xx_i2c_probe_chip(struct udevice *bus, u32 chip_addr, 347 .probe_chip = lpc32xx_i2c_probe_chip,
|