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

/netbsd-current/sys/dev/i2c/
H A Dact8846.c141 static int act8846_write(struct act8846_softc *, uint8_t, uint8_t);
192 act8846_write(struct act8846_softc *sc, uint8_t reg, uint8_t val) function
257 error = act8846_write(sc, c->c_base + ACT_VSET0_OFFSET, val);
328 error = act8846_write(sc, c->c_base + regoff, val);
358 error = act8846_write(sc, c->c_base + regoff, val);

Completed in 95 milliseconds