Home
last modified time | relevance | path

Searched refs:lm_softc (Results 1 – 5 of 5) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dnslm7xvar.h159 struct lm_softc { struct
168 void (*refresh_sensor_data)(struct lm_softc *); argument
170 uint8_t (*lm_readreg)(struct lm_softc *, int); argument
171 void (*lm_writereg)(struct lm_softc *, int, int); argument
184 void (*refresh)(struct lm_softc *, int); argument
188 void lm_attach(struct lm_softc *);
189 void lm_detach(struct lm_softc *);
190 int lm_probe(struct lm_softc *);
H A Dnslm7x.c74 static int lm_match(struct lm_softc *);
75 static int wb_match(struct lm_softc *);
76 static int def_match(struct lm_softc *);
99 int (*chip_match)(struct lm_softc *);
1783 lm_probe(struct lm_softc *lmsc) in lm_probe()
1805 lm_attach(struct lm_softc *lmsc) in lm_attach()
1852 lm_detach(struct lm_softc *lmsc) in lm_detach()
1862 struct lm_softc *lmsc = arg; in lm_refresh()
1869 lm_match(struct lm_softc *sc) in lm_match()
1904 def_match(struct lm_softc *sc) in def_match()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/i2c/
H A Dlm_i2c.c51 uint8_t lm_i2c_readreg(struct lm_softc *, int);
52 void lm_i2c_writereg(struct lm_softc *, int, int);
55 struct lm_softc sc_lmsc;
112 lm_i2c_readreg(struct lm_softc *lmsc, int reg) in lm_i2c_readreg()
130 lm_i2c_writereg(struct lm_softc *lmsc, int reg, int val) in lm_i2c_writereg()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/isa/
H A Dlm_isa_common.c53 static uint8_t lm_isa_readreg(struct lm_softc *, int);
54 static void lm_isa_writereg(struct lm_softc *, int, int);
57 struct lm_softc lmsc;
141 lm_isa_readreg(struct lm_softc *lmsc, int reg) in lm_isa_readreg()
150 lm_isa_writereg(struct lm_softc *lmsc, int reg, int val) in lm_isa_writereg()
H A Dlm_isa_common_var.h41 struct lm_softc lmsc;