Searched refs:audio_softc (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/pad/
H A Dpadvol.h32 stream_filter_t * pad_vol_slinear16_le(struct audio_softc *,
34 stream_filter_t * pad_vol_slinear16_be(struct audio_softc *,
39 name##_fetch_to(struct audio_softc *, stream_fetcher_t *, \
41 stream_filter_t * name(struct audio_softc *, \
44 name(struct audio_softc *asc, const audio_params_t *from, \
50 name##_fetch_to(struct audio_softc *asc, stream_fetcher_t *self, \
H A Dpadvar.h44 struct audio_softc *sc_audiodev;
H A Dpadvol.c48 struct audio_softc *audiosc;
59 pad_filter_factory(struct audio_softc *sc,
60 int (*fetch_to)(struct audio_softc *, stream_fetcher_t *,
/netbsd-6-1-5-RELEASE/sys/dev/
H A Daudio.c208 int audiosetinfo(struct audio_softc *, struct audio_info *);
209 int audiogetinfo(struct audio_softc *, struct audio_info *, int);
211 int audio_open(dev_t, struct audio_softc *, int, int, struct lwp *);
212 int audio_close(struct audio_softc *, int, int, struct lwp *);
213 int audio_read(struct audio_softc *, struct uio *, int);
214 int audio_write(struct audio_softc *, struct uio *, int);
215 int audio_ioctl(struct audio_softc *, u_long, void *, int, struct lwp *);
216 int audio_poll(struct audio_softc *, int, struct lwp *);
217 int audio_kqfilter(struct audio_softc *, struct knote *);
218 paddr_t audio_mmap(struct audio_softc *, off_
[all...]
H A Daudio_if.h58 struct audio_softc;
126 int (*fetch_to)(struct audio_softc *, struct stream_fetcher *,
148 typedef stream_filter_t *stream_filter_factory_t(struct audio_softc *,
H A Daudiovar.h124 struct audio_softc { struct
H A Dauconv.h40 (int (*)(struct audio_softc *, stream_fetcher_t *, audio_stream_t *, int));
H A Daurateconv.c68 static int aurateconv_fetch_to(struct audio_softc *, stream_fetcher_t *,
97 aurateconv(struct audio_softc *sc, const audio_params_t *from,
164 aurateconv_fetch_to(struct audio_softc *sc, stream_fetcher_t *self,
H A Dauconv.c227 int (*fetch_to)(struct audio_softc *, stream_fetcher_t *,
253 name##_fetch_to(struct audio_softc *, stream_fetcher_t *, audio_stream_t *, int); \
255 name(struct audio_softc *sc, const audio_params_t *from, \
261 name##_fetch_to(struct audio_softc *sc, stream_fetcher_t *self, \
H A Dmulaw.c264 name##_fetch_to(struct audio_softc *, stream_fetcher_t *, audio_stream_t *, int); \
266 name(struct audio_softc *sc, const audio_params_t *from, \
273 name##_fetch_to(struct audio_softc *sc, stream_fetcher_t *self, \
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dmsm6258.c54 (struct audio_softc *,
55 int (*)(struct audio_softc *, stream_fetcher_t *, audio_stream_t *, int));
79 msm6258_factory(struct audio_softc *asc,
80 int (*fetch_to)(struct audio_softc *, stream_fetcher_t *, audio_stream_t *, int))
137 name##_fetch_to(struct audio_softc *, stream_fetcher_t *, audio_stream_t *, int); \
139 name(struct audio_softc *sc, const audio_params_t *from, \
145 name##_fetch_to(struct audio_softc *asc, stream_fetcher_t *self, audio_stream_t *dst, int max_used)
/netbsd-6-1-5-RELEASE/sys/arch/arm/iomd/
H A Dvidcaudio.c138 static int mulaw_to_vidc_fetch_to(struct audio_softc *, stream_fetcher_t *,
140 static int mulaw_to_vidc_stereo_fetch_to(struct audio_softc *, stream_fetcher_t *,
326 mulaw_to_vidc(struct audio_softc *sc, const audio_params_t *from,
334 mulaw_to_vidc_fetch_to(struct audio_softc *sc, stream_fetcher_t *self,
352 mulaw_to_vidc_stereo(struct audio_softc *sc, const audio_params_t *from,
360 mulaw_to_vidc_stereo_fetch_to(struct audio_softc *sc, stream_fetcher_t *self,
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/mace/
H A Dmavb.c156 (struct audio_softc *,
157 int (*)(struct audio_softc *, stream_fetcher_t *, audio_stream_t *, int));
163 name##_fetch_to(struct audio_softc *, stream_fetcher_t *, \
165 stream_filter_t *name(struct audio_softc *, \
168 name(struct audio_softc *sc, const audio_params_t *from, \
174 name##_fetch_to(struct audio_softc *asc, stream_fetcher_t *self, \
220 mavb_factory(struct audio_softc *asc, int (*fetch_to)(struct audio_softc *, stream_fetcher_t *, audio_stream_t *, int))
/netbsd-6-1-5-RELEASE/sys/dev/tc/
H A Dbba.c114 static int bba_output_conv_fetch_to(struct audio_softc *, stream_fetcher_t *,
116 static int bba_input_conv_fetch_to(struct audio_softc *, stream_fetcher_t *,
655 bba_input_conv(struct audio_softc *sc, const audio_params_t *from,
662 bba_input_conv_fetch_to(struct audio_softc *sc, stream_fetcher_t *self,
680 bba_output_conv(struct audio_softc *sc, const audio_params_t *from,
687 bba_output_conv_fetch_to(struct audio_softc *sc, stream_fetcher_t *self,
/netbsd-6-1-5-RELEASE/sys/arch/macppc/dev/
H A Dsnapper.c168 (int (*)(struct audio_softc *sc, stream_fetcher_t *, audio_stream_t *, int));
179 name##_fetch_to(struct audio_softc *, stream_fetcher_t *, audio_stream_t *, int); \
180 stream_filter_t * name(struct audio_softc *, \
183 name(struct audio_softc *sc, const audio_params_t *from, \
189 name##_fetch_to(struct audio_softc *sc, stream_fetcher_t *self, audio_stream_t *dst, int max_used)
252 snapper_filter_factory(int (*fetch_to)(struct audio_softc *sc, stream_fetcher_t *, audio_stream_t *, int))
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Demuxki.c2326 struct audio_softc *au;

Completed in 275 milliseconds