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

/u-boot/drivers/power/
H A Dtwl4030.c205 int twl4030_i2c_read(u8 chip_no, u8 reg, u8 *valp, int len) function
/u-boot/include/
H A Dtwl4030.h656 static inline int twl4030_i2c_read(u8 chip_no, u8 reg, u8 *val, int len) function
662 int twl4030_i2c_read(u8 chip_no, u8 reg, u8 *val, int len);
667 return twl4030_i2c_read(chip_no, reg, val, 1);

Completed in 49 milliseconds