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

  /src/sys/dev/i2c/
axp22x.c 63 static int axp22x_read(struct axp22x_softc *, uint8_t, uint8_t *, size_t);
118 error = axp22x_read(sc, AXP_TEMP_MON_REG, buf, sizeof(buf));
132 axp22x_read(struct axp22x_softc *sc, uint8_t reg, uint8_t *val, size_t len) function in typeref:typename:int
axp22x.c 63 static int axp22x_read(struct axp22x_softc *, uint8_t, uint8_t *, size_t);
118 error = axp22x_read(sc, AXP_TEMP_MON_REG, buf, sizeof(buf));
132 axp22x_read(struct axp22x_softc *sc, uint8_t reg, uint8_t *val, size_t len) function in typeref:typename:int

Completed in 81 milliseconds