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