/sound/pci/au88x0/ |
D | au88x0_pcm.c | 174 stream_t *stream = (stream_t *) substream->runtime->private_data; in snd_vortex_pcm_close() local 191 stream_t *stream = (stream_t *) (substream->runtime->private_data); in snd_vortex_pcm_hw_params() local 253 stream_t *stream = (stream_t *) (substream->runtime->private_data); in snd_vortex_pcm_hw_free() local 280 stream_t *stream = (stream_t *) substream->runtime->private_data; in snd_vortex_pcm_prepare() local 312 stream_t *stream = (stream_t *) substream->runtime->private_data; in snd_vortex_pcm_trigger() local 376 stream_t *stream = (stream_t *) substream->runtime->private_data; in snd_vortex_pcm_pointer() local
|
/sound/mips/ |
D | au1x00.c | 99 struct audio_stream *stream[2]; /* playback & capture */ member 131 au1000_release_dma_link(struct audio_stream *stream) in au1000_release_dma_link() 150 au1000_setup_dma_link(struct audio_stream *stream, unsigned int period_bytes, in au1000_setup_dma_link() 191 au1000_dma_stop(struct audio_stream *stream) in au1000_dma_stop() 199 au1000_dma_start(struct audio_stream *stream) in au1000_dma_start() 225 struct audio_stream *stream = (struct audio_stream *) dev_id; in au1000_dma_interrupt() local 333 struct audio_stream *stream = substream->private_data; in snd_au1000_hw_params() local 348 struct audio_stream *stream = substream->private_data; in snd_au1000_hw_free() local 384 struct audio_stream *stream = substream->private_data; in snd_au1000_trigger() local 406 struct audio_stream *stream = substream->private_data; in snd_au1000_pointer() local
|
/sound/pci/pcxhr/ |
D | pcxhr.c | 480 static int pcxhr_set_stream_state(struct pcxhr_stream *stream) in pcxhr_set_stream_state() 532 static int pcxhr_set_format(struct pcxhr_stream *stream) in pcxhr_set_format() 611 static int pcxhr_update_r_buffer(struct pcxhr_stream *stream) in pcxhr_update_r_buffer() 670 static inline int pcxhr_stream_scheduled_get_pipe(struct pcxhr_stream *stream, in pcxhr_stream_scheduled_get_pipe() 734 struct pcxhr_stream *stream; in pcxhr_trigger_tasklet() local 753 struct pcxhr_stream *stream; in pcxhr_trigger_tasklet() local 782 struct pcxhr_stream *stream; in pcxhr_trigger_tasklet() local 815 struct pcxhr_stream *stream; in pcxhr_trigger() local 929 struct pcxhr_stream *stream = subs->runtime->private_data; in pcxhr_hw_params() local 995 struct pcxhr_stream *stream; in pcxhr_open() local [all …]
|
D | pcxhr_core.c | 1115 struct pcxhr_stream *stream) in pcxhr_stream_read_position() 1147 struct pcxhr_stream *stream, in pcxhr_update_timer_pos()
|
/sound/pci/mixart/ |
D | mixart.c | 373 static int mixart_set_stream_state(struct mixart_stream *stream, int start) in mixart_set_stream_state() 411 struct mixart_stream *stream = subs->runtime->private_data; in snd_mixart_trigger() local 472 struct mixart_stream *stream = subs->runtime->private_data; in snd_mixart_prepare() local 495 static int mixart_set_format(struct mixart_stream *stream, snd_pcm_format_t format) in mixart_set_format() 583 struct mixart_stream *stream = subs->runtime->private_data; in snd_mixart_hw_params() local 701 struct mixart_stream *stream; in snd_mixart_playback_open() local 776 struct mixart_stream *stream; in snd_mixart_capture_open() local 853 struct mixart_stream *stream = subs->runtime->private_data; in snd_mixart_close() local 882 struct mixart_stream *stream = runtime->private_data; in snd_mixart_stream_pointer() local
|
D | mixart_core.c | 472 struct mixart_stream *stream; in snd_mixart_interrupt() local
|
/sound/arm/ |
D | pxa2xx-pcm.c | 105 int stream = SNDRV_PCM_STREAM_PLAYBACK; in pxa2xx_pcm_new() local 112 int stream = SNDRV_PCM_STREAM_CAPTURE; in pxa2xx_pcm_new() local
|
D | pxa2xx-pcm-lib.c | 239 int pxa2xx_pcm_preallocate_dma_buffer(struct snd_pcm *pcm, int stream) in pxa2xx_pcm_preallocate_dma_buffer() 260 int stream; in pxa2xx_pcm_free_dma_buffers() local
|
/sound/usb/caiaq/ |
D | caiaq-audio.c | 47 #define MAKE_CHECKBYTE(dev,stream,i) \ argument 300 int stream, pb, *cnt; in check_for_elapsed_periods() local 327 int stream, i; in read_in_urb_mode0() local 356 int stream, i; in read_in_urb_mode2() local 422 int stream, i; in fill_out_urb() local
|
/sound/core/ |
D | rawmidi_compat.c | 26 s32 stream; member 57 s32 stream; member
|
D | pcm_memory.c | 120 int stream; in snd_pcm_lib_preallocate_free_for_all() local 296 int stream, err; in snd_pcm_lib_preallocate_pages_for_all() local
|
D | pcm.c | 109 int stream; in snd_pcm_control_ioctl() local 257 static const char *snd_pcm_stream_name(int stream) in snd_pcm_stream_name() 617 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count) in snd_pcm_new_stream() 789 int snd_pcm_attach_substream(struct snd_pcm *pcm, int stream, in snd_pcm_attach_substream()
|
D | rawmidi.c | 707 int stream; in snd_rawmidi_ioctl() local 1384 struct snd_rawmidi_str *stream, in snd_rawmidi_alloc_substreams() 1474 static void snd_rawmidi_free_substreams(struct snd_rawmidi_str *stream) in snd_rawmidi_free_substreams() 1631 void snd_rawmidi_set_ops(struct snd_rawmidi *rmidi, int stream, in snd_rawmidi_set_ops()
|
/sound/core/oss/ |
D | pcm_plugin.c | 202 int stream = snd_pcm_plug_stream(plug); in snd_pcm_plug_client_size() local 233 int stream = snd_pcm_plug_stream(plug); in snd_pcm_plug_slave_size() local 365 int stream = snd_pcm_plug_stream(plug); in snd_pcm_plug_format_plugins() local 550 int stream = snd_pcm_plug_stream(plug); in snd_pcm_plug_client_channels_buf() local
|
D | pcm_oss.c | 2053 static int snd_pcm_oss_get_ptr(struct snd_pcm_oss_file *pcm_oss_file, int stream, struct count_info… in snd_pcm_oss_get_ptr() 2121 static int snd_pcm_oss_get_space(struct snd_pcm_oss_file *pcm_oss_file, int stream, struct audio_bu… in snd_pcm_oss_get_space() 2180 static int snd_pcm_oss_get_mapbuf(struct snd_pcm_oss_file *pcm_oss_file, int stream, struct buffmem… in snd_pcm_oss_get_mapbuf() 2197 static void snd_pcm_oss_look_for_setup(struct snd_pcm *pcm, int stream, in snd_pcm_oss_look_for_setup() 2900 int stream; in snd_pcm_oss_proc_init() local 2923 int stream; in snd_pcm_oss_proc_done() local
|
D | pcm_plugin.h | 56 int stream; member
|
/sound/soc/blackfin/ |
D | bf5xx-i2s-pcm.c | 198 static int bf5xx_pcm_preallocate_dma_buffer(struct snd_pcm *pcm, int stream) in bf5xx_pcm_preallocate_dma_buffer() 231 int stream; in bf5xx_pcm_free_dma_buffers() local
|
D | bf5xx-ac97-pcm.c | 315 static int bf5xx_pcm_preallocate_dma_buffer(struct snd_pcm *pcm, int stream) in bf5xx_pcm_preallocate_dma_buffer() 382 int stream; in bf5xx_pcm_free_dma_buffers() local
|
/sound/usb/ |
D | usbaudio.c | 149 struct snd_usb_stream *stream; member 2211 struct snd_usb_stream *stream = entry->private_data; in proc_pcm_format_read() local 2227 static void proc_pcm_format_add(struct snd_usb_stream *stream) in proc_pcm_format_add() 2240 static inline void proc_pcm_format_add(struct snd_usb_stream *stream) in proc_pcm_format_add() 2250 static void init_substream(struct snd_usb_stream *as, int stream, struct audioformat *fp) in init_substream() 2305 static void snd_usb_audio_stream_free(struct snd_usb_stream *stream) in snd_usb_audio_stream_free() 2315 struct snd_usb_stream *stream = pcm->private_data; in snd_usb_audio_pcm_free() local 2328 static int add_audio_endpoint(struct snd_usb_audio *chip, int stream, struct audioformat *fp) in add_audio_endpoint() 2638 int format, unsigned char *fmt, int stream) in parse_audio_format() 2683 int i, altno, err, stream; in parse_audio_endpoints() local [all …]
|
/sound/soc/omap/ |
D | omap-pcm.c | 283 int stream) in omap_pcm_preallocate_dma_buffer() 305 int stream; in omap_pcm_free_dma_buffers() local
|
/sound/soc/atmel/ |
D | atmel-pcm.c | 94 int stream) in atmel_pcm_preallocate_dma_buffer() 401 int stream; in atmel_pcm_free_dma_buffers() local
|
/sound/soc/s3c24xx/ |
D | s3c24xx-pcm.c | 387 static int s3c24xx_pcm_preallocate_dma_buffer(struct snd_pcm *pcm, int stream) in s3c24xx_pcm_preallocate_dma_buffer() 410 int stream; in s3c24xx_pcm_free_dma_buffers() local
|
/sound/soc/davinci/ |
D | davinci-pcm.c | 301 static int davinci_pcm_preallocate_dma_buffer(struct snd_pcm *pcm, int stream) in davinci_pcm_preallocate_dma_buffer() 327 int stream; in davinci_pcm_free() local
|
/sound/soc/fsl/ |
D | mpc5200_psc_i2s.c | 66 struct snd_pcm_substream *stream; member 625 int stream; in psc_i2s_pcm_free() local
|
/sound/ppc/ |
D | pmac.c | 116 static inline int another_stream(int stream) in another_stream() 143 static struct pmac_stream *snd_pmac_get_stream(struct snd_pmac *chip, int stream) in snd_pmac_get_stream()
|