Lines Matching refs:snapper_softc
69 struct snapper_softc { struct
150 static void snapper_set_volume(struct snapper_softc *, u_int, u_int);
151 static int snapper_set_rate(struct snapper_softc *);
152 static void snapper_set_treble(struct snapper_softc *, u_int);
153 static void snapper_set_bass(struct snapper_softc *, u_int);
154 static void snapper_write_mixers(struct snapper_softc *);
156 static int tas3004_write(struct snapper_softc *, u_int, const void *);
159 static void snapper_mute_speaker(struct snapper_softc *, int);
160 static void snapper_mute_headphone(struct snapper_softc *, int);
161 static void snapper_mute_lineout(struct snapper_softc *, int);
163 static int tas3004_init(struct snapper_softc *);
164 static void snapper_init(struct snapper_softc *, int);
166 static void snapper_setup_ow(struct snapper_softc *);
187 struct snapper_softc *sc; in snapper_volume()
214 struct snapper_softc *sc; in snapper_fixphase()
229 CFATTACH_DECL_NEW(snapper, sizeof(struct snapper_softc), snapper_match,
717 struct snapper_softc *sc; in snapper_attach()
815 struct snapper_softc *sc; in snapper_defer()
927 struct snapper_softc *sc; in snapper_intr()
969 struct snapper_softc *sc = h; in snapper_query_format()
991 struct snapper_softc *sc; in snapper_set_format()
1019 struct snapper_softc *sc; in snapper_commit_settings()
1040 struct snapper_softc *sc; in snapper_halt_output()
1053 struct snapper_softc *sc; in snapper_halt_input()
1091 struct snapper_softc *sc; in snapper_set_port()
1196 struct snapper_softc *sc; in snapper_get_port()
1265 struct snapper_softc *sc = h; in snapper_query_devinfo()
1419 struct snapper_softc *sc; in snapper_trigger_output()
1470 struct snapper_softc *sc; in snapper_trigger_input()
1519 struct snapper_softc *sc = opaque; in snapper_get_locks()
1526 snapper_set_volume(struct snapper_softc *sc, u_int left, u_int right) in snapper_set_volume()
1568 snapper_set_basstreble(struct snapper_softc *sc, u_int val, u_int mode) in snapper_set_basstreble()
1596 snapper_set_treble(struct snapper_softc *sc, u_int val) in snapper_set_treble()
1605 snapper_set_bass(struct snapper_softc *sc, u_int val) in snapper_set_bass()
1631 snapper_write_mixers(struct snapper_softc *sc) in snapper_write_mixers()
1707 snapper_set_rate(struct snapper_softc *sc) in snapper_set_rate()
1911 tas3004_write(struct snapper_softc *sc, u_int reg, const void *data) in tas3004_write()
1969 snapper_mute_speaker(struct snapper_softc *sc, int mute) in snapper_mute_speaker()
1988 snapper_mute_headphone(struct snapper_softc *sc, int mute) in snapper_mute_headphone()
2007 snapper_mute_lineout(struct snapper_softc *sc, int mute) in snapper_mute_lineout()
2028 struct snapper_softc *sc = v; in snapper_cint()
2077 tas3004_init(struct snapper_softc *sc) in tas3004_init()
2132 snapper_init(struct snapper_softc *sc, int node) in snapper_init()
2318 snapper_setup_ow(struct snapper_softc *sc) in snapper_setup_ow()
2355 struct snapper_softc *sc = cookie; in snapper_bb_rx()
2364 struct snapper_softc *sc = cookie; in snapper_bb_tx()
2378 struct snapper_softc *sc = cookie; in snapper_bb_set()