Symbol: it_softc
sys/dev/powermng/it/it.c
138
struct it_softc *sc = device_get_softc(dev);
sys/dev/powermng/it/it.c
178
struct it_softc *sc = device_get_softc(dev);
sys/dev/powermng/it/it.c
193
it_readreg(struct it_softc *sc, int reg)
sys/dev/powermng/it/it.c
200
it_writereg(struct it_softc *sc, int reg, int val)
sys/dev/powermng/it/it.c
207
it_setup_volt(struct it_softc *sc, int start, int n)
sys/dev/powermng/it/it.c
236
it_setup_temp(struct it_softc *sc, int start, int n)
sys/dev/powermng/it/it.c
245
it_setup_fan(struct it_softc *sc, int start, int n)
sys/dev/powermng/it/it.c
254
it_generic_stemp(struct it_softc *sc, struct ksensor *sensors)
sys/dev/powermng/it/it.c
266
it_generic_svolt(struct it_softc *sc, struct ksensor *sensors)
sys/dev/powermng/it/it.c
288
it_generic_fanrpm(struct it_softc *sc, struct ksensor *sensors)
sys/dev/powermng/it/it.c
320
it_refresh_sensor_data(struct it_softc *sc)
sys/dev/powermng/it/it.c
331
struct it_softc *sc = (struct it_softc *)arg;
sys/dev/powermng/it/it.c
60
u_int8_t it_readreg(struct it_softc *, int);
sys/dev/powermng/it/it.c
61
void it_writereg(struct it_softc *, int, int);
sys/dev/powermng/it/it.c
62
void it_setup_volt(struct it_softc *, int, int);
sys/dev/powermng/it/it.c
63
void it_setup_temp(struct it_softc *, int, int);
sys/dev/powermng/it/it.c
64
void it_setup_fan(struct it_softc *, int, int);
sys/dev/powermng/it/it.c
66
void it_generic_stemp(struct it_softc *, struct ksensor *);
sys/dev/powermng/it/it.c
67
void it_generic_svolt(struct it_softc *, struct ksensor *);
sys/dev/powermng/it/it.c
68
void it_generic_fanrpm(struct it_softc *, struct ksensor *);
sys/dev/powermng/it/it.c
70
void it_refresh_sensor_data(struct it_softc *);
sys/dev/powermng/it/it.c
86
sizeof (struct it_softc)
sys/dev/powermng/it/itvar.h
89
void (*refresh_sensor_data)(struct it_softc *);
sys/dev/powermng/it/itvar.h
91
u_int8_t (*it_readreg)(struct it_softc *, int);
sys/dev/powermng/it/itvar.h
92
void (*it_writereg)(struct it_softc *, int, int);