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

  /src/sys/dev/i2c/
dstemp.c 62 struct dstemp_softc { struct
74 static void dstemp_init(struct dstemp_softc *);
76 CFATTACH_DECL_NEW(dstemp, sizeof(struct dstemp_softc),
103 struct dstemp_softc *sc = device_private(self);
141 dstemp_init(struct dstemp_softc *sc)
167 struct dstemp_softc *sc = sme->sme_cookie;

Completed in 12 milliseconds