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

  /src/sys/dev/i2c/
cwfg.c 83 struct cwfg_softc { struct
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
    [all...]

Completed in 10 milliseconds