Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dtwl-core.c478 int twl_i2c_read(u8 mod_no, u8 *value, u8 reg, unsigned num_bytes) in twl_i2c_read() function
495 EXPORT_SYMBOL(twl_i2c_read);
536 err = twl_i2c_read(TWL4030_MODULE_INTBR, (u8 *)(&twl_priv->twl_idcode), in twl_read_idcode_register()
H A Dtwl4030-irq.c384 status = twl_i2c_read(sih->module, rxbuf, in twl4030_init_sih_modules()
511 status = twl_i2c_read(sih->module, bytes, in twl4030_sih_bus_sync_unlock()
571 status = twl_i2c_read(sih->module, isr.bytes, in sih_read_isr()
/linux/drivers/rtc/
H A Drtc-twl.c298 ret = twl_i2c_read(TWL_MODULE_RTC, rtc_data, in twl_rtc_read_time()
375 ret = twl_i2c_read(TWL_MODULE_RTC, rtc_data, in twl_rtc_read_alarm()
493 return twl_i2c_read((long)priv, val, offset, bytes); in twl_nvram_read()
/linux/drivers/iio/adc/
H A Dtwl6030-gpadc.c361 return twl_i2c_read(TWL6030_MODULE_GPADC, val, reg, 2); in twl6030_gpadc_read()
635 ret = twl_i2c_read(TWL6030_MODULE_ID2, trim_regs, in twl6030_calibration()
714 ret = twl_i2c_read(TWL6030_MODULE_ID2, trim_regs, in twl6032_calibration()