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