wbenv_softc
u_int8_t wbenv_readreg(struct wbenv_softc *, u_int8_t);
void wbenv_writereg(struct wbenv_softc *, u_int8_t, u_int8_t);
sizeof(struct wbenv_softc), wbenv_match, wbenv_attach
struct wbenv_softc *sc = (struct wbenv_softc *)self;
wbenv_setup_sensors(struct wbenv_softc *sc, const struct wbenv_sensor *sensors)
struct wbenv_softc *sc = arg;
w83l784r_refresh_volt(struct wbenv_softc *sc, int n)
w83l785r_refresh_volt(struct wbenv_softc *sc, int n)
wbenv_refresh_temp(struct wbenv_softc *sc, int n)
w83l784r_refresh_temp(struct wbenv_softc *sc, int n)
w83l784r_refresh_fanrpm(struct wbenv_softc *sc, int n)
w83l785r_refresh_fanrpm(struct wbenv_softc *sc, int n)
wbenv_readreg(struct wbenv_softc *sc, u_int8_t reg)
wbenv_writereg(struct wbenv_softc *sc, u_int8_t reg, u_int8_t data)
struct wbenv_softc;
void (*refresh)(struct wbenv_softc *, int);
void wbenv_setup_sensors(struct wbenv_softc *, const struct wbenv_sensor *);
void w83l784r_refresh_volt(struct wbenv_softc *, int);
void w83l785r_refresh_volt(struct wbenv_softc *, int);
void wbenv_refresh_temp(struct wbenv_softc *, int);
void w83l784r_refresh_temp(struct wbenv_softc *, int);
void w83l784r_refresh_fanrpm(struct wbenv_softc *, int);
void w83l785r_refresh_fanrpm(struct wbenv_softc *, int);