Home
last modified time | relevance | path

Searched refs:tps65217_reg_write (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/mfd/
H A Dtps65217.c204 int tps65217_reg_write(struct tps65217 *tps, unsigned int reg, in tps65217_reg_write() function
239 EXPORT_SYMBOL_GPL(tps65217_reg_write);
265 ret = tps65217_reg_write(tps, reg, data, level); in tps65217_update_bits()
/linux/include/linux/mfd/
H A Dtps65217.h274 int tps65217_reg_write(struct tps65217 *tps, unsigned int reg,
/linux/drivers/video/backlight/
H A Dtps65217_bl.c75 rc = tps65217_reg_write(tps65217_bl->tps, in tps65217_bl_update_status()