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

  /src/sys/dev/i2c/
lm75.c 52 struct lmtemp_softc { struct
69 CFATTACH_DECL_NEW(lmtemp, sizeof(struct lmtemp_softc),
73 static int lmtemp_config_write(struct lmtemp_softc *, uint8_t);
74 static int lmtemp_temp_write(struct lmtemp_softc *, uint8_t, uint32_t,
76 static int lmtemp_temp_read(struct lmtemp_softc *, uint8_t, uint32_t *,
93 static void lmtemp_setup_sysctl(struct lmtemp_softc *);
194 struct lmtemp_softc *sc = device_private(self);
319 lmtemp_config_write(struct lmtemp_softc *sc, uint8_t val)
331 lmtemp_temp_write(struct lmtemp_softc *sc, uint8_t reg, uint32_t val, int degc)
343 lmtemp_temp_read(struct lmtemp_softc *sc, uint8_t which, uint32_t *valp
    [all...]

Completed in 10 milliseconds