Home | History | Annotate | Download | only in dev

Lines Matching defs:snapper_softc

70 struct snapper_softc {
151 static void snapper_set_volume(struct snapper_softc *, u_int, u_int);
152 static int snapper_set_rate(struct snapper_softc *);
153 static void snapper_set_treble(struct snapper_softc *, u_int);
154 static void snapper_set_bass(struct snapper_softc *, u_int);
155 static void snapper_write_mixers(struct snapper_softc *);
157 static int tas3004_write(struct snapper_softc *, u_int, const void *);
160 static void snapper_mute_speaker(struct snapper_softc *, int);
161 static void snapper_mute_headphone(struct snapper_softc *, int);
162 static void snapper_mute_lineout(struct snapper_softc *, int);
164 static int tas3004_init(struct snapper_softc *);
165 static void snapper_init(struct snapper_softc *, int);
167 static void snapper_setup_ow(struct snapper_softc *);
188 struct snapper_softc *sc;
215 struct snapper_softc *sc;
230 CFATTACH_DECL_NEW(snapper, sizeof(struct snapper_softc), snapper_match,
671 struct snapper_softc *sc;
769 struct snapper_softc *sc;
881 struct snapper_softc *sc;
923 struct snapper_softc *sc = h;
945 struct snapper_softc *sc;
973 struct snapper_softc *sc;
994 struct snapper_softc *sc;
1007 struct snapper_softc *sc;
1045 struct snapper_softc *sc;
1150 struct snapper_softc *sc;
1219 struct snapper_softc *sc = h;
1373 struct snapper_softc *sc;
1424 struct snapper_softc *sc;
1473 struct snapper_softc *sc = opaque;
1480 snapper_set_volume(struct snapper_softc *sc, u_int left, u_int right)
1522 snapper_set_basstreble(struct snapper_softc *sc, u_int val, u_int mode)
1550 snapper_set_treble(struct snapper_softc *sc, u_int val)
1559 snapper_set_bass(struct snapper_softc *sc, u_int val)
1585 snapper_write_mixers(struct snapper_softc *sc)
1642 snapper_set_rate(struct snapper_softc *sc)
1846 tas3004_write(struct snapper_softc *sc, u_int reg, const void *data)
1904 snapper_mute_speaker(struct snapper_softc *sc, int mute)
1923 snapper_mute_headphone(struct snapper_softc *sc, int mute)
1942 snapper_mute_lineout(struct snapper_softc *sc, int mute)
1963 struct snapper_softc *sc = v;
2012 tas3004_init(struct snapper_softc *sc)
2067 snapper_init(struct snapper_softc *sc, int node)
2253 snapper_setup_ow(struct snapper_softc *sc)
2290 struct snapper_softc *sc = cookie;
2299 struct snapper_softc *sc = cookie;
2313 struct snapper_softc *sc = cookie;