Searched refs:lm75_temp_read (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/iicbus/
H A Dlm75.c96 static int lm75_temp_read(struct lm75_softc *, uint8_t, int *);
330 lm75_temp_read(struct lm75_softc *sc, uint8_t reg, int *temp) function
441 if (lm75_temp_read(sc, reg, &temp) != 0)

Completed in 98 milliseconds