Searched defs:i2c_write (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/i2c/ |
H A D | i2c-uclass-compat.c | 62 int i2c_write(uint8_t chip_addr, unsigned int addr, int alen, uint8_t *buffer, in i2c_write() function
|
H A D | i2c_core.c | 296 int i2c_write(uint8_t chip, unsigned int addr, int alen, in i2c_write() function
|
H A D | mv_i2c.c | 518 int i2c_write(uchar chip, uint addr, int alen, uchar *buffer, int len) in i2c_write() function
|