act8846.c | 140 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 in typeref:typename:int 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)
|