Searched refs:it_softc (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/sys/dev/powermng/it/ |
H A D | it.c | 60 u_int8_t it_readreg(struct it_softc *, int); 61 void it_writereg(struct it_softc *, int, int); 62 void it_setup_volt(struct it_softc *, int, int); 63 void it_setup_temp(struct it_softc *, int, int); 64 void it_setup_fan(struct it_softc *, int, int); 66 void it_generic_stemp(struct it_softc *, struct ksensor *); 67 void it_generic_svolt(struct it_softc *, struct ksensor *); 68 void it_generic_fanrpm(struct it_softc *, struct ksensor *); 70 void it_refresh_sensor_data(struct it_softc *); 86 sizeof (struct it_softc) [all …]
|
H A D | itvar.h | 78 struct it_softc { struct 89 void (*refresh_sensor_data)(struct it_softc *); argument 91 u_int8_t (*it_readreg)(struct it_softc *, int); argument 92 void (*it_writereg)(struct it_softc *, int, int); argument
|