it_softc
struct it_softc *sc = device_get_softc(dev);
struct it_softc *sc = device_get_softc(dev);
it_readreg(struct it_softc *sc, int reg)
it_writereg(struct it_softc *sc, int reg, int val)
it_setup_volt(struct it_softc *sc, int start, int n)
it_setup_temp(struct it_softc *sc, int start, int n)
it_setup_fan(struct it_softc *sc, int start, int n)
it_generic_stemp(struct it_softc *sc, struct ksensor *sensors)
it_generic_svolt(struct it_softc *sc, struct ksensor *sensors)
it_generic_fanrpm(struct it_softc *sc, struct ksensor *sensors)
it_refresh_sensor_data(struct it_softc *sc)
struct it_softc *sc = (struct it_softc *)arg;
u_int8_t it_readreg(struct it_softc *, int);
void it_writereg(struct it_softc *, int, int);
void it_setup_volt(struct it_softc *, int, int);
void it_setup_temp(struct it_softc *, int, int);
void it_setup_fan(struct it_softc *, int, int);
void it_generic_stemp(struct it_softc *, struct ksensor *);
void it_generic_svolt(struct it_softc *, struct ksensor *);
void it_generic_fanrpm(struct it_softc *, struct ksensor *);
void it_refresh_sensor_data(struct it_softc *);
sizeof (struct it_softc)
void (*refresh_sensor_data)(struct it_softc *);
u_int8_t (*it_readreg)(struct it_softc *, int);
void (*it_writereg)(struct it_softc *, int, int);