escodec_softc
void escodec_init(struct escodec_softc *);
void escodec_lock(struct escodec_softc *);
void escodec_unlock(struct escodec_softc *);
uint8_t escodec_read(struct escodec_softc *, uint8_t);
void escodec_write(struct escodec_softc *, uint8_t, uint8_t);
sizeof(struct escodec_softc), escodec_match, escodec_attach
struct escodec_softc *sc = (struct escodec_softc *)self;
escodec_init(struct escodec_softc *sc)
struct escodec_softc *sc = cookie;
struct escodec_softc *sc = cookie;
escodec_lock(struct escodec_softc *sc)
escodec_unlock(struct escodec_softc *sc)
escodec_read(struct escodec_softc *sc, uint8_t reg)
escodec_write(struct escodec_softc *sc, uint8_t reg, uint8_t val)
struct escodec_softc *sc = priv;
struct escodec_softc *sc = priv;