Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/mfd/
A Dtwl.h172 int twl_i2c_read(u8 mod_no, u8 *value, u8 reg, unsigned num_bytes);
182 return twl_i2c_read(mod_no, val, reg, 1); in twl_i2c_read_u8()
196 ret = twl_i2c_read(mod_no, (u8 *) &value, reg, 2); in twl_i2c_read_u16()
/linux-6.3-rc2/drivers/mfd/
A Dtwl-core.c471 int twl_i2c_read(u8 mod_no, u8 *value, u8 reg, unsigned num_bytes) in twl_i2c_read() function
488 EXPORT_SYMBOL(twl_i2c_read);
529 err = twl_i2c_read(TWL4030_MODULE_INTBR, (u8 *)(&twl_priv->twl_idcode), in twl_read_idcode_register()
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()
A Dtwl6030-irq.c171 ret = twl_i2c_read(TWL_MODULE_PIH, sts.bytes, REG_INT_STS_A, 3); in twl6030_irq_thread()
/linux-6.3-rc2/drivers/iio/adc/
A Dtwl6030-gpadc.c360 return twl_i2c_read(TWL6030_MODULE_GPADC, val, reg, 2); in twl6030_gpadc_read()
634 ret = twl_i2c_read(TWL6030_MODULE_ID2, trim_regs, in twl6030_calibration()
713 ret = twl_i2c_read(TWL6030_MODULE_ID2, trim_regs, in twl6032_calibration()
/linux-6.3-rc2/drivers/rtc/
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()
/linux-6.3-rc2/drivers/input/keyboard/
A Dtwl4030_keypad.c128 int ret = twl_i2c_read(TWL4030_MODULE_KEYPAD, data, reg, num_bytes); in twl4030_kpread()

Completed in 15 milliseconds