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

  /src/sys/dev/i2c/
axp809.c 85 struct axp809_softc { struct
97 static int axp809_read(struct axp809_softc *, uint8_t, uint8_t *);
98 static int axp809_write(struct axp809_softc *, uint8_t, uint8_t);
102 CFATTACH_DECL_NEW(axp809pm, sizeof(struct axp809_softc),
122 struct axp809_softc *sc = device_private(self);
148 axp809_read(struct axp809_softc *sc, uint8_t reg, uint8_t *val)
154 axp809_write(struct axp809_softc *sc, uint8_t reg, uint8_t val)
162 struct axp809_softc *sc = device_private(c->c_dev);
188 struct axp809_softc *sc = device_private(dev);
205 struct axp809_softc *sc = device_private(c->c_dev)
    [all...]
axp809.c 85 struct axp809_softc { struct
97 static int axp809_read(struct axp809_softc *, uint8_t, uint8_t *);
98 static int axp809_write(struct axp809_softc *, uint8_t, uint8_t);
102 CFATTACH_DECL_NEW(axp809pm, sizeof(struct axp809_softc),
122 struct axp809_softc *sc = device_private(self);
148 axp809_read(struct axp809_softc *sc, uint8_t reg, uint8_t *val)
154 axp809_write(struct axp809_softc *sc, uint8_t reg, uint8_t val)
162 struct axp809_softc *sc = device_private(c->c_dev);
188 struct axp809_softc *sc = device_private(dev);
205 struct axp809_softc *sc = device_private(c->c_dev)
    [all...]

Completed in 23 milliseconds