HomeSort by: relevance | last modified time | path
    Searched refs:axp809_read (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/i2c/
axp809.c 97 static int axp809_read(struct axp809_softc *, uint8_t, uint8_t *);
148 axp809_read(struct axp809_softc *sc, uint8_t reg, uint8_t *val) function in typeref:typename:int
233 if ((error = axp809_read(sc, c->c_voltage_reg, &val)) != 0)
259 error = axp809_read(sc, c->c_voltage_reg, &val);
286 error = axp809_read(sc, c->c_enable_reg, &val);
306 if ((error = axp809_read(sc, c->c_enable_reg, &val)) != 0)
331 if ((error = axp809_read(sc, c->c_enable_reg, &val)) != 0)

Completed in 12 milliseconds