wbenv_softc        64 dev/i2c/w83l784r.c struct wbenv_softc;
wbenv_softc        70 dev/i2c/w83l784r.c 	void (*refresh)(struct wbenv_softc *, int);
wbenv_softc        74 dev/i2c/w83l784r.c struct wbenv_softc {
wbenv_softc        90 dev/i2c/w83l784r.c void	wbenv_setup_sensors(struct wbenv_softc *, struct wbenv_sensor *);
wbenv_softc        93 dev/i2c/w83l784r.c void	w83l784r_refresh_volt(struct wbenv_softc *, int);
wbenv_softc        94 dev/i2c/w83l784r.c void	w83l785r_refresh_volt(struct wbenv_softc *, int);
wbenv_softc        95 dev/i2c/w83l784r.c void	wbenv_refresh_temp(struct wbenv_softc *, int);
wbenv_softc        96 dev/i2c/w83l784r.c void	w83l784r_refresh_temp(struct wbenv_softc *, int);
wbenv_softc        97 dev/i2c/w83l784r.c void	w83l784r_refresh_fanrpm(struct wbenv_softc *, int);
wbenv_softc        98 dev/i2c/w83l784r.c void	w83l785r_refresh_fanrpm(struct wbenv_softc *, int);
wbenv_softc       100 dev/i2c/w83l784r.c u_int8_t wbenv_readreg(struct wbenv_softc *, u_int8_t);
wbenv_softc       101 dev/i2c/w83l784r.c void	wbenv_writereg(struct wbenv_softc *, u_int8_t, u_int8_t);
wbenv_softc       104 dev/i2c/w83l784r.c 	sizeof(struct wbenv_softc), wbenv_match, wbenv_attach
wbenv_softc       162 dev/i2c/w83l784r.c 	struct wbenv_softc *sc = (struct wbenv_softc *)self;
wbenv_softc       239 dev/i2c/w83l784r.c wbenv_setup_sensors(struct wbenv_softc *sc, struct wbenv_sensor *sensors)
wbenv_softc       258 dev/i2c/w83l784r.c 	struct wbenv_softc *sc = arg;
wbenv_softc       270 dev/i2c/w83l784r.c w83l784r_refresh_volt(struct wbenv_softc *sc, int n)
wbenv_softc       282 dev/i2c/w83l784r.c w83l785r_refresh_volt(struct wbenv_softc *sc, int n)
wbenv_softc       294 dev/i2c/w83l784r.c wbenv_refresh_temp(struct wbenv_softc *sc, int n)
wbenv_softc       306 dev/i2c/w83l784r.c w83l784r_refresh_temp(struct wbenv_softc *sc, int n)
wbenv_softc       319 dev/i2c/w83l784r.c w83l784r_refresh_fanrpm(struct wbenv_softc *sc, int n)
wbenv_softc       341 dev/i2c/w83l784r.c w83l785r_refresh_fanrpm(struct wbenv_softc *sc, int n)
wbenv_softc       363 dev/i2c/w83l784r.c wbenv_readreg(struct wbenv_softc *sc, u_int8_t reg)
wbenv_softc       374 dev/i2c/w83l784r.c wbenv_writereg(struct wbenv_softc *sc, u_int8_t reg, u_int8_t data)