Searched refs:twl4030_i2c_read_u8 (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/power/ |
| H A D | twl4030.c | 34 if (twl4030_i2c_read_u8(TWL4030_CHIP_PM_MASTER, in twl4030_power_reset_init() 66 twl4030_i2c_read_u8(TWL4030_CHIP_PM_MASTER, in twl4030_power_off() 72 twl4030_i2c_read_u8(TWL4030_CHIP_PM_MASTER, in twl4030_power_off() 78 twl4030_i2c_read_u8(TWL4030_CHIP_PM_MASTER, in twl4030_power_off() 86 twl4030_i2c_read_u8(TWL4030_CHIP_PM_MASTER, in twl4030_power_off() 101 twl4030_i2c_read_u8(TWL4030_CHIP_PM_MASTER, in twl4030_power_off()
|
| /OK3568_Linux_fs/u-boot/drivers/input/ |
| H A D | twl4030.c | 15 twl4030_i2c_read_u8(TWL4030_CHIP_PM_MASTER, in twl4030_input_power_button() 28 twl4030_i2c_read_u8(TWL4030_CHIP_PM_MASTER, in twl4030_input_charger() 41 twl4030_i2c_read_u8(TWL4030_CHIP_PM_MASTER, in twl4030_input_usb() 56 twl4030_i2c_read_u8(TWL4030_CHIP_KEYPAD, in twl4030_keypad_scan() 71 twl4030_i2c_read_u8(TWL4030_CHIP_KEYPAD, in twl4030_keypad_scan()
|
| /OK3568_Linux_fs/u-boot/board/nokia/rx51/ |
| H A D | rx51.c | 398 twl4030_i2c_read_u8(TWL4030_CHIP_PM_MASTER, TWL4030_PM_MASTER_PB_CFG, in misc_init_r() 471 twl4030_i2c_read_u8(TWL4030_CHIP_PM_RECEIVER, in hw_watchdog_reset() 527 ret = twl4030_i2c_read_u8(TWL4030_CHIP_KEYPAD, in rx51_kp_init() 611 twl4030_i2c_read_u8(TWL4030_CHIP_KEYPAD, in rx51_kp_tstc()
|
| /OK3568_Linux_fs/u-boot/board/corscience/tricorder/ |
| H A D | led.c | 37 twl4030_i2c_read_u8(TWL4030_CHIP_LED, TWL4030_LED_LEDEN, in __led_toggle()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/phy/ |
| H A D | twl4030.c | 56 ret = twl4030_i2c_read_u8(TWL4030_CHIP_USB, address, &data); in twl4030_usb_read()
|
| /OK3568_Linux_fs/u-boot/board/compulab/cm_t35/ |
| H A D | cm_t35.c | 382 if (twl4030_i2c_read_u8(TWL4030_CHIP_GPIO, TWL4030_BASEADD_GPIO, &val)) in board_mmc_getcd() 493 twl4030_i2c_read_u8(TWL4030_CHIP_GPIO, offset, &val); in ehci_hcd_init()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | twl4030.h | 657 static inline int twl4030_i2c_read_u8(u8 chip_no, u8 reg, u8 *val) in twl4030_i2c_read_u8() function
|