Searched refs:escodec_softc (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/fdt/
H A Des8316ac.c110 struct escodec_softc { struct
125 void escodec_init(struct escodec_softc *);
126 void escodec_lock(struct escodec_softc *);
127 void escodec_unlock(struct escodec_softc *);
128 uint8_t escodec_read(struct escodec_softc *, uint8_t);
129 void escodec_write(struct escodec_softc *, uint8_t, uint8_t);
142 sizeof(struct escodec_softc), escodec_match, escodec_attach
163 struct escodec_softc *sc = (struct escodec_softc *)self;
185 escodec_init(struct escodec_softc *s
[all...]

Completed in 124 milliseconds