Home | History | Annotate | Download | only in gsc

Lines Matching refs:harmony_softc

99 int	harmony_control_wait(struct harmony_softc *);
165 CFATTACH_DECL_NEW(harmony, sizeof(struct harmony_softc),
169 void harmony_intr_enable(struct harmony_softc *);
170 void harmony_intr_disable(struct harmony_softc *);
171 uint32_t harmony_speed_bits(struct harmony_softc *, u_int);
172 int harmony_set_gainctl(struct harmony_softc *);
173 void harmony_reset_codec(struct harmony_softc *);
174 void harmony_start_cp(struct harmony_softc *, int);
175 void harmony_start_pp(struct harmony_softc *, int);
178 void harmony_try_more(struct harmony_softc *, int, int,
180 static void harmony_empty_input(struct harmony_softc *);
181 static void harmony_empty_output(struct harmony_softc *);
211 struct harmony_softc *sc = device_private(self);
339 harmony_reset_codec(struct harmony_softc *sc)
358 struct harmony_softc *sc;
371 struct harmony_softc *sc;
409 harmony_intr_enable(struct harmony_softc *sc)
417 harmony_intr_disable(struct harmony_softc *sc)
427 struct harmony_softc *sc;
445 struct harmony_softc *sc;
485 harmony_control_wait(struct harmony_softc *sc)
505 struct harmony_softc *sc;
565 harmony_empty_output(struct harmony_softc *sc)
579 struct harmony_softc *sc;
589 harmony_empty_input(struct harmony_softc *sc)
603 struct harmony_softc *sc;
615 struct harmony_softc *sc;
625 struct harmony_softc *sc;
708 struct harmony_softc *sc;
905 struct harmony_softc *sc;
947 struct harmony_softc *sc;
982 struct harmony_softc *sc;
993 struct harmony_softc *sc;
1025 harmony_start_cp(struct harmony_softc *sc, int start)
1068 harmony_start_pp(struct harmony_softc *sc, int start)
1112 struct harmony_softc *sc = vsc;
1163 harmony_speed_bits(struct harmony_softc *sc, u_int speed)
1177 harmony_set_gainctl(struct harmony_softc *sc)
1227 harmony_try_more(struct harmony_softc *sc, int curadd, int bufmask,