Lines Matching refs:a64_acodec_softc
98 struct a64_acodec_softc { struct
159 a64_acodec_pr_read(struct a64_acodec_softc *sc, u_int addr) in a64_acodec_pr_read()
184 a64_acodec_pr_write(struct a64_acodec_softc *sc, u_int addr, u_int data) in a64_acodec_pr_write()
215 a64_acodec_pr_set_clear(struct a64_acodec_softc *sc, u_int addr, u_int set, u_int clr) in a64_acodec_pr_set_clear()
228 struct a64_acodec_softc * const sc = priv; in a64_acodec_trigger_output()
242 struct a64_acodec_softc * const sc = priv; in a64_acodec_trigger_input()
254 struct a64_acodec_softc * const sc = priv; in a64_acodec_halt_output()
267 struct a64_acodec_softc * const sc = priv; in a64_acodec_halt_input()
279 struct a64_acodec_softc * const sc = priv; in a64_acodec_set_port()
368 struct a64_acodec_softc * const sc = priv; in a64_acodec_get_port()
429 struct a64_acodec_softc * const sc = priv; in a64_acodec_query_devinfo()
564 struct a64_acodec_softc * const sc = device_private(dev); in a64_acodec_dai_get_tag()
579 struct a64_acodec_softc * const sc = audio_dai_private(dai); in a64_acodec_dai_jack_detect()
625 struct a64_acodec_softc * const sc = device_private(self); in a64_acodec_attach()
669 CFATTACH_DECL_NEW(a64_acodec, sizeof(struct a64_acodec_softc),