Searched refs:axp809_softc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/i2c/
H A Daxp809.c85 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 *s
[all...]

Completed in 181 milliseconds