Searched refs:twl_i2c_read (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/include/linux/mfd/ | 
| D | twl.h | 170 int twl_i2c_read(u8 mod_no, u8 *value, u8 reg, unsigned num_bytes); 180 	return twl_i2c_read(mod_no, val, reg, 1);  in twl_i2c_read_u8() 190 	ret = twl_i2c_read(mod_no, (u8*) val, reg, 2);  in twl_i2c_read_u16()
  | 
| /Linux-v5.4/drivers/mfd/ | 
| D | twl4030-irq.c | 383 			status = twl_i2c_read(sih->module, rxbuf,  in twl4030_init_sih_modules() 510 		status = twl_i2c_read(sih->module, bytes,  in twl4030_sih_bus_sync_unlock() 570 	status = twl_i2c_read(sih->module, isr.bytes,  in sih_read_isr()
  | 
| D | twl-core.c | 468 int twl_i2c_read(u8 mod_no, u8 *value, u8 reg, unsigned num_bytes)  in twl_i2c_read()  function 485 EXPORT_SYMBOL(twl_i2c_read); 526 	err = twl_i2c_read(TWL4030_MODULE_INTBR, (u8 *)(&twl_priv->twl_idcode),  in twl_read_idcode_register()
  | 
| D | twl6030-irq.c | 171 	ret = twl_i2c_read(TWL_MODULE_PIH, sts.bytes, REG_INT_STS_A, 3);  in twl6030_irq_thread()
  | 
| /Linux-v5.4/drivers/iio/adc/ | 
| D | twl6030-gpadc.c | 348 	return twl_i2c_read(TWL6030_MODULE_GPADC, val, reg, 2);  in twl6030_gpadc_read() 622 	ret = twl_i2c_read(TWL6030_MODULE_ID2, trim_regs,  in twl6030_calibration() 701 	ret = twl_i2c_read(TWL6030_MODULE_ID2, trim_regs,  in twl6032_calibration()
  | 
| /Linux-v5.4/drivers/rtc/ | 
| D | rtc-twl.c | 298 	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-v5.4/drivers/input/keyboard/ | 
| D | twl4030_keypad.c | 128 	int ret = twl_i2c_read(TWL4030_MODULE_KEYPAD, data, reg, num_bytes);  in twl4030_kpread()
  |