lm_softc
lm_i2c_writereg(struct lm_softc *lmsc, int reg, int val)
struct lm_softc sc_lmsc;
u_int8_t lm_i2c_readreg(struct lm_softc *, int);
void lm_i2c_writereg(struct lm_softc *, int, int);
lm_i2c_readreg(struct lm_softc *lmsc, int reg)
lm_attach(struct lm_softc *sc)
lm_match(struct lm_softc *sc)
int lm_match(struct lm_softc *);
int wb_match(struct lm_softc *);
def_match(struct lm_softc *sc)
int def_match(struct lm_softc *);
wb_match(struct lm_softc *sc)
void lm_setup_sensors(struct lm_softc *, const struct lm_sensor *);
void lm_refresh_sensor_data(struct lm_softc *);
void lm_refresh_volt(struct lm_softc *, int);
void lm_refresh_temp(struct lm_softc *, int);
void lm_refresh_fanrpm(struct lm_softc *, int);
void wb_refresh_sensor_data(struct lm_softc *);
void wb_w83637hf_refresh_vcore(struct lm_softc *, int);
void wb_refresh_nvolt(struct lm_softc *, int);
void wb_w83627ehf_refresh_nvolt(struct lm_softc *, int);
void wb_refresh_temp(struct lm_softc *, int);
lm_setup_sensors(struct lm_softc *sc, const struct lm_sensor *sensors)
void wb_refresh_fanrpm(struct lm_softc *, int);
void wb_nct6776f_refresh_fanrpm(struct lm_softc *, int);
struct lm_softc *sc = arg;
void wb_w83792d_refresh_fanrpm(struct lm_softc *, int);
lm_refresh_sensor_data(struct lm_softc *sc)
lm_refresh_volt(struct lm_softc *sc, int n)
void as_refresh_temp(struct lm_softc *, int);
lm_refresh_temp(struct lm_softc *sc, int n)
lm_refresh_fanrpm(struct lm_softc *sc, int n)
int (*chip_match)(struct lm_softc *);
wb_refresh_sensor_data(struct lm_softc *sc)
wb_w83637hf_refresh_vcore(struct lm_softc *sc, int n)
wb_refresh_nvolt(struct lm_softc *sc, int n)
wb_w83627ehf_refresh_nvolt(struct lm_softc *sc, int n)
wb_refresh_temp(struct lm_softc *sc, int n)
wb_refresh_fanrpm(struct lm_softc *sc, int n)
wb_nct6776f_refresh_fanrpm(struct lm_softc *sc, int n)
wb_w83792d_refresh_fanrpm(struct lm_softc *sc, int n)
as_refresh_temp(struct lm_softc *sc, int n)
struct lm_softc;
void (*refresh)(struct lm_softc *, int);
void (*refresh_sensor_data) (struct lm_softc *);
u_int8_t (*lm_readreg)(struct lm_softc *, int);
void (*lm_writereg)(struct lm_softc *, int, int);
void lm_attach(struct lm_softc *);
struct lm_softc *lmsc;
lm_isa_remove_alias(struct lm_softc *sc, const char *isa)
lm_isa_readreg(struct lm_softc *lmsc, int reg)
lm_isa_writereg(struct lm_softc *lmsc, int reg, int val)
struct lm_softc sc_lmsc;
u_int8_t lm_isa_readreg(struct lm_softc *, int);
void lm_isa_writereg(struct lm_softc *, int, int);
void lm_isa_remove_alias(struct lm_softc *, const char *);