Lines Matching refs:cwfg_softc
84 struct cwfg_softc { struct
99 int cwfg_init(struct cwfg_softc *); argument
100 int cwfg_set_config(struct cwfg_softc *);
101 int cwfg_lock(struct cwfg_softc *);
102 void cwfg_unlock(struct cwfg_softc *);
103 int cwfg_read(struct cwfg_softc *, uint8_t, uint8_t *);
104 int cwfg_write(struct cwfg_softc *, uint8_t, uint8_t);
108 sizeof(struct cwfg_softc), cwfg_match, cwfg_attach
145 struct cwfg_softc *sc = (struct cwfg_softc *)self; in cwfg_attach()
215 cwfg_init(struct cwfg_softc *sc) in cwfg_init()
255 cwfg_set_config(struct cwfg_softc *sc) in cwfg_set_config()
315 struct cwfg_softc *sc = arg; in cwfg_update_sensors()
389 cwfg_lock(struct cwfg_softc *sc) in cwfg_lock()
395 cwfg_unlock(struct cwfg_softc *sc) in cwfg_unlock()
401 cwfg_read(struct cwfg_softc *sc, uint8_t reg, uint8_t *val) in cwfg_read()
407 cwfg_write(struct cwfg_softc *sc, uint8_t reg, uint8_t val) in cwfg_write()