tc3589x_reg_read
ret = tc3589x_reg_read(tc3589x, reg);
ret = tc3589x_reg_read(tc3589x, reg);
kbd_code = tc3589x_reg_read(tc3589x, TC3589x_EVTCODE_FIFO);
ret = tc3589x_reg_read(tc3589x, reg);
status = tc3589x_reg_read(tc3589x, TC3589x_IRQST);
status = tc3589x_reg_read(tc3589x, TC3589x_IRQST);
manf = tc3589x_reg_read(tc3589x, TC3589x_MANFCODE);
ver = tc3589x_reg_read(tc3589x, TC3589x_VERSION);
EXPORT_SYMBOL_GPL(tc3589x_reg_read);
extern int tc3589x_reg_read(struct tc3589x *tc3589x, u8 reg);