Searched refs:tc3589x_block_write (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | tc3589x.h | 135 extern int tc3589x_block_write(struct tc3589x *tc3589x, u8 reg, u8 length,
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | tc3589x.h | 135 extern int tc3589x_block_write(struct tc3589x *tc3589x, u8 reg, u8 length,
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | tc3589x.c | 95 * tc3589x_block_write() - write multiple TC3589x registers 101 int tc3589x_block_write(struct tc3589x *tc3589x, u8 reg, u8 length, in tc3589x_block_write() function 114 EXPORT_SYMBOL_GPL(tc3589x_block_write); variable
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | tc3589x.c | 95 * tc3589x_block_write() - write multiple TC3589x registers 101 int tc3589x_block_write(struct tc3589x *tc3589x, u8 reg, u8 length, in tc3589x_block_write() function 114 EXPORT_SYMBOL_GPL(tc3589x_block_write); variable
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-tc3589x.c | 60 tc3589x_block_write(tc3589x, reg, ARRAY_SIZE(data), data); in tc3589x_gpio_set()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpio-tc3589x.c | 60 tc3589x_block_write(tc3589x, reg, ARRAY_SIZE(data), data); in tc3589x_gpio_set()
|
Completed in 5 milliseconds