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

  /src/sys/dev/i2c/
ac100.c 100 struct ac100_softc { struct
112 static int ac100_read(struct ac100_softc *, uint8_t, uint16_t *);
113 static int ac100_write(struct ac100_softc *, uint8_t, uint16_t);
115 CFATTACH_DECL_NEW(ac100ic, sizeof(struct ac100_softc),
147 struct ac100_softc *sc = device_private(self);
201 ac100_read(struct ac100_softc *sc, uint8_t reg, uint16_t *val)
207 ac100_write(struct ac100_softc *sc, uint8_t reg, uint16_t val)
215 struct ac100_softc *sc = device_private(device_parent(tch->todr_dev));
242 struct ac100_softc *sc = device_private(device_parent(tch->todr_dev));
ac100.c 100 struct ac100_softc { struct
112 static int ac100_read(struct ac100_softc *, uint8_t, uint16_t *);
113 static int ac100_write(struct ac100_softc *, uint8_t, uint16_t);
115 CFATTACH_DECL_NEW(ac100ic, sizeof(struct ac100_softc),
147 struct ac100_softc *sc = device_private(self);
201 ac100_read(struct ac100_softc *sc, uint8_t reg, uint16_t *val)
207 ac100_write(struct ac100_softc *sc, uint8_t reg, uint16_t val)
215 struct ac100_softc *sc = device_private(device_parent(tch->todr_dev));
242 struct ac100_softc *sc = device_private(device_parent(tch->todr_dev));

Completed in 22 milliseconds