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

  /src/sys/dev/onewire/
owtemp.c 72 struct owtemp_softc { struct
94 static bool owtemp_update(struct owtemp_softc *sc, uint32_t *temp);
99 CFATTACH_DECL_NEW(owtemp, sizeof(struct owtemp_softc),
122 struct owtemp_softc *sc = device_private(self);
186 struct owtemp_softc *sc = device_private(self);
200 struct owtemp_softc *sc = device_private(self);
212 owtemp_update(struct owtemp_softc *sc, uint32_t *temp)
256 struct owtemp_softc *sc = sme->sme_cookie;

Completed in 11 milliseconds