Searched refs:cwfg_softc (Results 1 – 1 of 1) sorted by relevance
84 struct cwfg_softc { struct99 int cwfg_init(struct cwfg_softc *); argument100 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_attach145 struct cwfg_softc *sc = (struct cwfg_softc *)self; in cwfg_attach()215 cwfg_init(struct cwfg_softc *sc) in cwfg_init()[all …]