HomeSort by: relevance | last modified time | path
    Searched defs:act8846_read (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
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)
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)

Completed in 22 milliseconds