Searched refs:tc3589x_reg_read (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/mfd/ |
H A D | tc3589x.c | 42 int tc3589x_reg_read(struct tc3589x *tc3589x, u8 reg) in tc3589x_reg_read() function 53 EXPORT_SYMBOL_GPL(tc3589x_reg_read); 129 ret = tc3589x_reg_read(tc3589x, reg); in tc3589x_set_bits() 184 status = tc3589x_reg_read(tc3589x, TC3589x_IRQST); in tc3589x_irq() 202 status = tc3589x_reg_read(tc3589x, TC3589x_IRQST); in tc3589x_irq() 253 manf = tc3589x_reg_read(tc3589x, TC3589x_MANFCODE); in tc3589x_chip_init() 257 ver = tc3589x_reg_read(tc3589x, TC3589x_VERSION); in tc3589x_chip_init()
|
/linux/include/linux/mfd/ |
H A D | tc3589x.h | 132 extern int tc3589x_reg_read(struct tc3589x *tc3589x, u8 reg);
|
/linux/drivers/gpio/ |
H A D | gpio-tc3589x.c | 45 ret = tc3589x_reg_read(tc3589x, reg); in tc3589x_gpio_get() 96 ret = tc3589x_reg_read(tc3589x, reg); in tc3589x_gpio_get_direction()
|
/linux/drivers/input/keyboard/ |
H A D | tc3589x-keypad.c | 197 kbd_code = tc3589x_reg_read(tc3589x, TC3589x_EVTCODE_FIFO); in tc3589x_keypad_irq()
|