Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/sensor/
H A Dlm75.c91 static int lm75_temp_read(struct lm75_softc *, uint8_t, int *);
378 lm75_temp_read(struct lm75_softc *sc, uint8_t reg, int32_t *temp) in lm75_temp_read() function
468 if (lm75_temp_read(sc, reg, &temp) != 0) in lm75_temp_sysctl()