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

  /src/sys/dev/onewire/
owtemp.c 94 static bool owtemp_update(struct owtemp_softc *sc, uint32_t *temp);
212 owtemp_update(struct owtemp_softc *sc, uint32_t *temp) function in typeref:typename:bool
262 if (owtemp_update(sc, &reading)) {
owtemp.c 94 static bool owtemp_update(struct owtemp_softc *sc, uint32_t *temp);
212 owtemp_update(struct owtemp_softc *sc, uint32_t *temp) function in typeref:typename:bool
262 if (owtemp_update(sc, &reading)) {
owtemp.c 94 static bool owtemp_update(struct owtemp_softc *sc, uint32_t *temp);
212 owtemp_update(struct owtemp_softc *sc, uint32_t *temp) function in typeref:typename:bool
262 if (owtemp_update(sc, &reading)) {

Completed in 31 milliseconds