Home
last modified time | relevance | path

Searched refs:twl_i2c_read (Results 1 – 6 of 6) sorted by relevance

/linux-3.3/drivers/mfd/
Dtwl4030-irq.c391 status = twl_i2c_read(sih->module, rxbuf, in twl4030_init_sih_modules()
521 status = twl_i2c_read(sih->module, bytes + 1, in twl4030_sih_bus_sync_unlock()
583 status = twl_i2c_read(sih->module, isr.bytes, in sih_read_isr()
Dtwl-core.c422 int twl_i2c_read(u8 mod_no, u8 *value, u8 reg, unsigned num_bytes) in twl_i2c_read() function
470 EXPORT_SYMBOL(twl_i2c_read);
501 return twl_i2c_read(mod_no, value, reg, 1); in twl_i2c_read_u8()
523 err = twl_i2c_read(TWL4030_MODULE_INTBR, (u8 *)(&twl_idcode), in twl_read_idcode_register()
Dtwl6030-irq.c152 ret = twl_i2c_read(TWL_MODULE_PIH, sts.bytes, in twl6030_irq_thread()
/linux-3.3/drivers/rtc/
Drtc-twl.c241 ret = twl_i2c_read(TWL_MODULE_RTC, rtc_data, in twl_rtc_read_time()
306 ret = twl_i2c_read(TWL_MODULE_RTC, rtc_data, in twl_rtc_read_alarm()
/linux-3.3/drivers/input/keyboard/
Dtwl4030_keypad.c140 int ret = twl_i2c_read(TWL4030_MODULE_KEYPAD, data, reg, num_bytes); in twl4030_kpread()
/linux-3.3/include/linux/i2c/
Dtwl.h189 int twl_i2c_read(u8 mod_no, u8 *value, u8 reg, unsigned num_bytes);