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

/netbsd-current/sys/dev/i2c/
H A Dac100.c100 struct ac100_softc { struct
114 static int ac100_read(struct ac100_softc *, uint8_t, uint16_t *);
115 static int ac100_write(struct ac100_softc *, uint8_t, uint16_t);
117 CFATTACH_DECL_NEW(ac100ic, sizeof(struct ac100_softc),
137 struct ac100_softc *sc = device_private(self);
166 ac100_read(struct ac100_softc *sc, uint8_t reg, uint16_t *val)
172 ac100_write(struct ac100_softc *sc, uint8_t reg, uint16_t val)
180 struct ac100_softc *sc = tch->cookie;
207 struct ac100_softc *sc = tch->cookie;

Completed in 173 milliseconds