Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/mfd/
Dtc3589x.h128 extern int tc3589x_block_read(struct tc3589x *tc3589x, u8 reg, u8 length,
/linux-3.4.99/drivers/mfd/
Dtc3589x.c64 int tc3589x_block_read(struct tc3589x *tc3589x, u8 reg, u8 length, u8 *values) in tc3589x_block_read() function
75 EXPORT_SYMBOL_GPL(tc3589x_block_read);
/linux-3.4.99/drivers/gpio/
Dgpio-tc3589x.c212 ret = tc3589x_block_read(tc3589x, TC3589x_GPIOMIS0, in tc3589x_gpio_irq()