Symbol: lm_softc
sys/dev/i2c/lm78_i2c.c
116
lm_i2c_writereg(struct lm_softc *lmsc, int reg, int val)
sys/dev/i2c/lm78_i2c.c
28
struct lm_softc sc_lmsc;
sys/dev/i2c/lm78_i2c.c
35
u_int8_t lm_i2c_readreg(struct lm_softc *, int);
sys/dev/i2c/lm78_i2c.c
36
void lm_i2c_writereg(struct lm_softc *, int, int);
sys/dev/i2c/lm78_i2c.c
99
lm_i2c_readreg(struct lm_softc *lmsc, int reg)
sys/dev/ic/lm78.c
455
lm_attach(struct lm_softc *sc)
sys/dev/ic/lm78.c
485
lm_match(struct lm_softc *sc)
sys/dev/ic/lm78.c
50
int lm_match(struct lm_softc *);
sys/dev/ic/lm78.c
51
int wb_match(struct lm_softc *);
sys/dev/ic/lm78.c
514
def_match(struct lm_softc *sc)
sys/dev/ic/lm78.c
52
int def_match(struct lm_softc *);
sys/dev/ic/lm78.c
527
wb_match(struct lm_softc *sc)
sys/dev/ic/lm78.c
54
void lm_setup_sensors(struct lm_softc *, const struct lm_sensor *);
sys/dev/ic/lm78.c
57
void lm_refresh_sensor_data(struct lm_softc *);
sys/dev/ic/lm78.c
58
void lm_refresh_volt(struct lm_softc *, int);
sys/dev/ic/lm78.c
59
void lm_refresh_temp(struct lm_softc *, int);
sys/dev/ic/lm78.c
60
void lm_refresh_fanrpm(struct lm_softc *, int);
sys/dev/ic/lm78.c
62
void wb_refresh_sensor_data(struct lm_softc *);
sys/dev/ic/lm78.c
63
void wb_w83637hf_refresh_vcore(struct lm_softc *, int);
sys/dev/ic/lm78.c
64
void wb_refresh_nvolt(struct lm_softc *, int);
sys/dev/ic/lm78.c
65
void wb_w83627ehf_refresh_nvolt(struct lm_softc *, int);
sys/dev/ic/lm78.c
66
void wb_refresh_temp(struct lm_softc *, int);
sys/dev/ic/lm78.c
665
lm_setup_sensors(struct lm_softc *sc, const struct lm_sensor *sensors)
sys/dev/ic/lm78.c
67
void wb_refresh_fanrpm(struct lm_softc *, int);
sys/dev/ic/lm78.c
68
void wb_nct6776f_refresh_fanrpm(struct lm_softc *, int);
sys/dev/ic/lm78.c
684
struct lm_softc *sc = arg;
sys/dev/ic/lm78.c
69
void wb_w83792d_refresh_fanrpm(struct lm_softc *, int);
sys/dev/ic/lm78.c
690
lm_refresh_sensor_data(struct lm_softc *sc)
sys/dev/ic/lm78.c
699
lm_refresh_volt(struct lm_softc *sc, int n)
sys/dev/ic/lm78.c
71
void as_refresh_temp(struct lm_softc *, int);
sys/dev/ic/lm78.c
711
lm_refresh_temp(struct lm_softc *sc, int n)
sys/dev/ic/lm78.c
733
lm_refresh_fanrpm(struct lm_softc *sc, int n)
sys/dev/ic/lm78.c
74
int (*chip_match)(struct lm_softc *);
sys/dev/ic/lm78.c
765
wb_refresh_sensor_data(struct lm_softc *sc)
sys/dev/ic/lm78.c
785
wb_w83637hf_refresh_vcore(struct lm_softc *sc, int n)
sys/dev/ic/lm78.c
805
wb_refresh_nvolt(struct lm_softc *sc, int n)
sys/dev/ic/lm78.c
818
wb_w83627ehf_refresh_nvolt(struct lm_softc *sc, int n)
sys/dev/ic/lm78.c
831
wb_refresh_temp(struct lm_softc *sc, int n)
sys/dev/ic/lm78.c
857
wb_refresh_fanrpm(struct lm_softc *sc, int n)
sys/dev/ic/lm78.c
906
wb_nct6776f_refresh_fanrpm(struct lm_softc *sc, int n)
sys/dev/ic/lm78.c
924
wb_w83792d_refresh_fanrpm(struct lm_softc *sc, int n)
sys/dev/ic/lm78.c
969
as_refresh_temp(struct lm_softc *sc, int n)
sys/dev/ic/lm78var.h
128
struct lm_softc;
sys/dev/ic/lm78var.h
135
void (*refresh)(struct lm_softc *, int);
sys/dev/ic/lm78var.h
147
void (*refresh_sensor_data) (struct lm_softc *);
sys/dev/ic/lm78var.h
149
u_int8_t (*lm_readreg)(struct lm_softc *, int);
sys/dev/ic/lm78var.h
150
void (*lm_writereg)(struct lm_softc *, int, int);
sys/dev/ic/lm78var.h
158
void lm_attach(struct lm_softc *);
sys/dev/isa/lm78_isa.c
191
struct lm_softc *lmsc;
sys/dev/isa/lm78_isa.c
241
lm_isa_remove_alias(struct lm_softc *sc, const char *isa)
sys/dev/isa/lm78_isa.c
256
lm_isa_readreg(struct lm_softc *lmsc, int reg)
sys/dev/isa/lm78_isa.c
265
lm_isa_writereg(struct lm_softc *lmsc, int reg, int val)
sys/dev/isa/lm78_isa.c
42
struct lm_softc sc_lmsc;
sys/dev/isa/lm78_isa.c
51
u_int8_t lm_isa_readreg(struct lm_softc *, int);
sys/dev/isa/lm78_isa.c
52
void lm_isa_writereg(struct lm_softc *, int, int);
sys/dev/isa/lm78_isa.c
53
void lm_isa_remove_alias(struct lm_softc *, const char *);