Lines Matching defs:lmtemp_softc
52 struct lmtemp_softc {
70 CFATTACH_DECL_NEW(lmtemp, sizeof(struct lmtemp_softc),
74 static int lmtemp_config_write(struct lmtemp_softc *, uint8_t);
75 static int lmtemp_temp_write(struct lmtemp_softc *, uint8_t, uint32_t,
77 static int lmtemp_temp_read(struct lmtemp_softc *, uint8_t, uint32_t *,
94 static void lmtemp_setup_sysctl(struct lmtemp_softc *);
195 struct lmtemp_softc *sc = device_private(self);
318 lmtemp_config_write(struct lmtemp_softc *sc, uint8_t val)
330 lmtemp_temp_write(struct lmtemp_softc *sc, uint8_t reg, uint32_t val, int degc)
342 lmtemp_temp_read(struct lmtemp_softc *sc, uint8_t which, uint32_t *valp,
361 lmtemp_refresh_sensor_data(struct lmtemp_softc *sc)
383 struct lmtemp_softc *sc = sme->sme_cookie;
395 struct lmtemp_softc *sc = sme->sme_cookie;
413 struct lmtemp_softc *sc = sme->sme_cookie;
439 struct lmtemp_softc *sc = sme->sme_cookie;
463 struct lmtemp_softc *sc = sme->sme_cookie;
597 lmtemp_setup_sysctl(struct lmtemp_softc *sc)
618 struct lmtemp_softc *sc = node.sysctl_data;