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

  /src/sys/dev/i2c/
titemp.c 68 struct titemp_softc { struct
82 static int titemp_read(struct titemp_softc *, uint8_t, uint8_t *);
84 CFATTACH_DECL_NEW(titemp, sizeof(struct titemp_softc),
120 struct titemp_softc *sc = device_private(self);
153 struct titemp_softc *sc = sme->sme_cookie;
188 titemp_read(struct titemp_softc *sc, uint8_t reg, uint8_t *val)

Completed in 12 milliseconds