Home
last modified time | relevance | path

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

/drivers/mfd/
Dtc3589x.c27 int tc3589x_reg_read(struct tc3589x *tc3589x, u8 reg) in tc3589x_reg_read() function
38 EXPORT_SYMBOL_GPL(tc3589x_reg_read);
114 ret = tc3589x_reg_read(tc3589x, reg); in tc3589x_set_bits()
169 status = tc3589x_reg_read(tc3589x, TC3589x_IRQST); in tc3589x_irq()
187 status = tc3589x_reg_read(tc3589x, TC3589x_IRQST); in tc3589x_irq()
247 manf = tc3589x_reg_read(tc3589x, TC3589x_MANFCODE); in tc3589x_chip_init()
251 ver = tc3589x_reg_read(tc3589x, TC3589x_VERSION); in tc3589x_chip_init()
/drivers/input/keyboard/
Dtc3589x-keypad.c176 kbd_code = tc3589x_reg_read(tc3589x, TC3589x_EVTCODE_FIFO); in tc3589x_keypad_irq()
/drivers/gpio/
Dgpio-tc3589x.c56 ret = tc3589x_reg_read(tc3589x, reg); in tc3589x_gpio_get()