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

/u-boot/drivers/i2c/
H A Dlpc32xx_i2c.c234 static int lpc32xx_i2c_probe_chip(struct i2c_adapter *adap, u8 dev) function
260 U_BOOT_I2C_ADAP_COMPLETE(lpc32xx_0, lpc32xx_i2c_init, lpc32xx_i2c_probe_chip,
267 U_BOOT_I2C_ADAP_COMPLETE(lpc32xx_1, lpc32xx_i2c_init, lpc32xx_i2c_probe_chip,
290 static int lpc32xx_i2c_probe_chip(struct udevice *bus, u32 chip_addr,
346 .probe_chip = lpc32xx_i2c_probe_chip,

Completed in 35 milliseconds