HomeSort by: relevance | last modified time | path
    Searched defs:lm_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
nslm7xvar.h 158 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 *);

Completed in 11 milliseconds