OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twl6030_i2c_read_u8
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/drivers/input/
twl6030.c
14
twl6030_i2c_read_u8
(TWL6030_CHIP_PM, TWL6030_STS_HW_CONDITIONS, &value);
27
twl6030_i2c_read_u8
(TWL6030_CHIP_CHARGER, TWL6030_CONTROLLER_STAT1,
40
twl6030_i2c_read_u8
(TWL6030_CHIP_CHARGER, TWL6030_CONTROLLER_STAT1,
/external/u-boot/drivers/power/
twl6030.c
37
ret =
twl6030_i2c_read_u8
(TWL6030_CHIP_ADC,
42
ret =
twl6030_i2c_read_u8
(TWL6030_CHIP_ADC,
64
ret =
twl6030_i2c_read_u8
(TWL6030_CHIP_ADC,
115
twl6030_i2c_read_u8
(TWL6030_CHIP_CHARGER, FG_REG_11, &msb);
116
twl6030_i2c_read_u8
(TWL6030_CHIP_CHARGER, FG_REG_10, &lsb);
171
ret =
twl6030_i2c_read_u8
(TWL6030_CHIP_USB, USB_PRODUCT_ID_LSB, &val);
212
twl6030_i2c_read_u8
(TWL6030_CHIP_CHARGER, CONTROLLER_STAT1, &val);
234
twl6030_i2c_read_u8
(TWL6030_CHIP_PM, TWL6030_PH_STS_BOOT,
266
twl6030_i2c_read_u8
(TWL6030_CHIP_PM, TWL6030_MISC2, &value);
/external/u-boot/include/
twl6030.h
194
static inline int
twl6030_i2c_read_u8
(u8 chip_no, u8 reg, u8 *val)
function
Completed in 274 milliseconds