Searched refs:lm_softc (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dnslm7xvar.h158 struct lm_softc { struct
167 void (*refresh_sensor_data)(struct lm_softc *);
169 uint8_t (*lm_readreg)(struct lm_softc *, int);
170 void (*lm_writereg)(struct lm_softc *, int, uint8_t);
183 void (*refresh)(struct lm_softc *, int);
191 void (*extattach)(struct lm_softc *);
194 int lm_match(struct lm_softc *);
195 void lm_attach(struct lm_softc *);
196 void lm_detach(struct lm_softc *);
H A Dnslm7x.c75 static const struct wb_product *wb_lookup(struct lm_softc *,
77 static int wb_match(struct lm_softc *);
78 static int wb_attach(struct lm_softc *);
79 static int nslm_match(struct lm_softc *);
80 static int nslm_attach(struct lm_softc *);
81 static int def_match(struct lm_softc *);
82 static int def_attach(struct lm_softc *);
83 static void wb_temp_diode_type(struct lm_softc *, int);
84 static uint16_t wb_read_vendorid(struct lm_softc *);
88 static void lm_generic_banksel(struct lm_softc *, uint8_
[all...]
/netbsd-current/sys/dev/isa/
H A Dlm_isa_common_var.h41 struct lm_softc lmsc;
H A Dlm_isa_common.c54 static uint8_t lm_isa_readreg(struct lm_softc *, int);
55 static void lm_isa_writereg(struct lm_softc *, int, uint8_t);
58 struct lm_softc lmsc;
143 lm_isa_readreg(struct lm_softc *lmsc, int reg)
152 lm_isa_writereg(struct lm_softc *lmsc, int reg, uint8_t val)
/netbsd-current/sys/arch/i386/pnpbios/
H A Dlm_pnpbios.c59 uint8_t lm_pnpbios_readreg(struct lm_softc *, int);
60 void lm_pnpbios_writereg(struct lm_softc *, int, int);
63 CFATTACH_DECL_NEW(lm_pnpbios, sizeof(struct lm_softc),
129 struct lm_softc *sc = device_private(self);
153 lm_pnpbios_readreg(struct lm_softc *sc, int reg)
161 lm_pnpbios_writereg(struct lm_softc *sc, int reg, int val)
/netbsd-current/sys/dev/i2c/
H A Dlm_i2c.c52 uint8_t lm_i2c_readreg(struct lm_softc *, int);
53 void lm_i2c_writereg(struct lm_softc *, int, uint8_t);
56 struct lm_softc sc_lmsc;
117 lm_i2c_readreg(struct lm_softc *lmsc, int reg)
136 lm_i2c_writereg(struct lm_softc *lmsc, int reg, uint8_t val)

Completed in 191 milliseconds