Searched refs:twl_i2c_write (Results 1 - 5 of 5) sorted by relevance

/drivers/mfd/
H A Dtwl6030-irq.c378 twl_i2c_write(TWL_MODULE_PIH, &mask[0], REG_INT_MSK_LINE_A, 3);
380 twl_i2c_write(TWL_MODULE_PIH, &mask[0], REG_INT_MSK_STS_A, 3);
382 twl_i2c_write(TWL_MODULE_PIH, &mask[0], REG_INT_STS_A, 3);
H A Dtwl4030-irq.c353 status = twl_i2c_write(sih->module, buf,
404 status = twl_i2c_write(sih->module, buf,
508 status = twl_i2c_write(sih->module, imr.bytes,
559 status = twl_i2c_write(sih->module, bytes,
H A Dtwl-core.c348 * twl_i2c_write - Writes a n bit register in TWL4030/TWL5030/TWL60X0
359 int twl_i2c_write(u8 mod_no, u8 *value, u8 reg, unsigned num_bytes) function
409 EXPORT_SYMBOL(twl_i2c_write); variable
490 return twl_i2c_write(mod_no, temp_buffer, reg, 1);
/drivers/gpio/
H A Dgpio-twl4030.c375 return twl_i2c_write(TWL4030_MODULE_GPIO, message,
392 return twl_i2c_write(TWL4030_MODULE_GPIO, message,
/drivers/rtc/
H A Drtc-twl.c324 ret = twl_i2c_write(TWL_MODULE_RTC, rtc_data,
386 ret = twl_i2c_write(TWL_MODULE_RTC, alarm_data,

Completed in 144 milliseconds