mxt_read_reg
return mxt_read_reg(sc, reg, rbuf, bytes);
static int mxt_read_reg(atmel_mxt_softc_t *sc, uint16_t reg,
if (mxt_read_reg(sc, 0, &sc->core.info, sizeof(sc->core.info))) {
if (mxt_read_reg(sc, 0, sc->core.buf, totsize)) {
return mxt_read_reg(fd, reg, rbuf, bytes);
if (mxt_read_reg(fd, 6 + t6cmd, &status, 1) != 1)
n = mxt_read_reg(fd, 0, &rup.info, sizeof(rup.info));
n = mxt_read_reg(fd, 0, rbuf, totsize);