Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/mfd/
Dtc3589x.h135 extern int tc3589x_block_write(struct tc3589x *tc3589x, u8 reg, u8 length,
/linux-6.1.9/drivers/mfd/
Dtc3589x.c101 int tc3589x_block_write(struct tc3589x *tc3589x, u8 reg, u8 length, in tc3589x_block_write() function
114 EXPORT_SYMBOL_GPL(tc3589x_block_write);
/linux-6.1.9/drivers/gpio/
Dgpio-tc3589x.c60 tc3589x_block_write(tc3589x, reg, ARRAY_SIZE(data), data); in tc3589x_gpio_set()