Home | History | Annotate | Download | only in i2c

Lines Matching defs:cwfg_softc

83 struct cwfg_softc {
111 cwfg_lock(struct cwfg_softc *sc)
117 cwfg_unlock(struct cwfg_softc *sc)
123 cwfg_read(struct cwfg_softc *sc, uint8_t reg, uint8_t *val)
129 cwfg_write(struct cwfg_softc *sc, uint8_t reg, uint8_t val)
137 struct cwfg_softc *sc = sme->sme_cookie;
196 cwfg_attach_battery(struct cwfg_softc *sc)
227 cwfg_attach_sensors(struct cwfg_softc *sc)
243 cwfg_set_config(struct cwfg_softc *sc)
317 cwfg_init(struct cwfg_softc *sc)
358 cwfg_parse_resources(struct cwfg_softc *sc)
433 struct cwfg_softc *sc = device_private(self);
468 CFATTACH_DECL_NEW(cwfg, sizeof(struct cwfg_softc),