Searched refs:act8846_read (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/i2c/
H A Dact8846.c140 static int act8846_read(struct act8846_softc *, uint8_t, uint8_t *);
186 act8846_read(struct act8846_softc *sc, uint8_t reg, uint8_t *val) function
274 error = act8846_read(sc, c->c_base + ACT_VSET0_OFFSET, &val);
300 error = act8846_read(sc, c->c_base + regoff, &val);
325 if ((error = act8846_read(sc, c->c_base + regoff, &val)) != 0)
355 if ((error = act8846_read(sc, c->c_base + regoff, &val)) != 0)

Completed in 170 milliseconds