Lines Matching defs:lmtemp_softc
52 struct lmtemp_softc {
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,
362 lmtemp_refresh_sensor_data(struct lmtemp_softc *sc)
384 struct lmtemp_softc *sc = sme->sme_cookie;
396 struct lmtemp_softc *sc = sme->sme_cookie;
414 struct lmtemp_softc *sc = sme->sme_cookie;
440 struct lmtemp_softc *sc = sme->sme_cookie;
464 struct lmtemp_softc *sc = sme->sme_cookie;
598 lmtemp_setup_sysctl(struct lmtemp_softc *sc)
619 struct lmtemp_softc *sc = node.sysctl_data;