Searched refs:twl4030_i2c_read (Results 1 – 3 of 3) sorted by relevance
/u-boot/include/ |
A D | twl4030.h | 657 static inline int twl4030_i2c_read(u8 chip_no, u8 reg, u8 *val, int len) in twl4030_i2c_read() function 663 int twl4030_i2c_read(u8 chip_no, u8 reg, u8 *val, int len); 668 return twl4030_i2c_read(chip_no, reg, val, 1); in twl4030_i2c_read_u8()
|
/u-boot/drivers/power/ |
A D | twl4030.c | 204 int twl4030_i2c_read(u8 chip_no, u8 reg, u8 *valp, int len) in twl4030_i2c_read() function
|
/u-boot/board/nokia/rx51/ |
A D | rx51.c | 654 twl4030_i2c_read(TWL4030_CHIP_KEYPAD, in rx51_kp_tstc()
|
Completed in 7 milliseconds