Lines Matching refs:h3_codec_softc
83 struct h3_codec_softc { struct
131 static struct h3_codec_softc *
134 struct h3_codec_softc *csc; in h3_codec_find()
148 h3_codec_pr_read(struct h3_codec_softc *csc, u_int addr) in h3_codec_pr_read()
173 h3_codec_pr_write(struct h3_codec_softc *csc, u_int addr, u_int data) in h3_codec_pr_write()
204 h3_codec_pr_set_clear(struct h3_codec_softc *csc, u_int addr, u_int set, u_int clr) in h3_codec_pr_set_clear()
216 struct h3_codec_softc *csc; in h3_codec_init()
247 struct h3_codec_softc * const csc = sc->sc_codec_priv; in h3_codec_mute()
283 struct h3_codec_softc * const csc = sc->sc_codec_priv; in h3_codec_set_port()
316 struct h3_codec_softc * const csc = sc->sc_codec_priv; in h3_codec_get_port()
451 struct h3_codec_softc * const sc = device_private(self); in h3_codec_attach()
474 CFATTACH_DECL_NEW(h3_codec, sizeof(struct h3_codec_softc),