Searched refs:transfer (Results 1 – 11 of 11) sorted by relevance
/sound/core/oss/ |
D | io.c | 132 plugin->transfer = io_playback_transfer; in snd_pcm_plugin_build_io() 136 plugin->transfer = io_capture_transfer; in snd_pcm_plugin_build_io()
|
D | copy.c | 89 plugin->transfer = copy_transfer; in snd_pcm_plugin_build_copy()
|
D | route.c | 108 plugin->transfer = route_transfer; in snd_pcm_plugin_build_route()
|
D | linear.c | 177 plugin->transfer = linear_transfer; in snd_pcm_plugin_build_linear()
|
D | pcm_plugin.h | 67 snd_pcm_sframes_t (*transfer)(struct snd_pcm_plugin *plugin, member
|
D | mulaw.c | 343 plugin->transfer = mulaw_transfer; in snd_pcm_plugin_build_mulaw()
|
D | pcm_plugin.c | 646 if ((frames = plugin->transfer(plugin, src_channels, dst_channels, frames)) < 0) in snd_pcm_plug_write_transfer() 677 if ((frames = plugin->transfer(plugin, src_channels, dst_channels, frames)) < 0) in snd_pcm_plug_read_transfer()
|
D | rate.c | 342 plugin->transfer = rate_transfer; in snd_pcm_plugin_build_rate()
|
/sound/core/ |
D | pcm_lib.c | 56 snd_pcm_uframes_t frames, ofs, transfer; in snd_pcm_playback_silence() local 108 transfer = ofs + frames > runtime->buffer_size ? runtime->buffer_size - ofs : frames; in snd_pcm_playback_silence() 113 err = substream->ops->silence(substream, -1, ofs, transfer); in snd_pcm_playback_silence() 117 snd_pcm_format_set_silence(runtime->format, hwbuf, transfer * runtime->channels); in snd_pcm_playback_silence() 125 err = substream->ops->silence(substream, c, ofs, transfer); in snd_pcm_playback_silence() 132 snd_pcm_format_set_silence(runtime->format, hwbuf, transfer); in snd_pcm_playback_silence() 136 runtime->silence_filled += transfer; in snd_pcm_playback_silence() 137 frames -= transfer; in snd_pcm_playback_silence() 2024 transfer_f transfer) in snd_pcm_lib_write1() argument 2082 err = transfer(substream, appl_ofs, data, offset, frames); in snd_pcm_lib_write1() [all …]
|
/sound/usb/usx2y/ |
D | usb_stream.c | 60 struct urb **urbs, char *transfer, in init_pipe_urbs() argument 69 ++u, transfer += transfer_length) { in init_pipe_urbs() 72 urb->transfer_buffer = transfer; in init_pipe_urbs()
|
/sound/soc/sh/ |
D | fsi.c | 276 int (*transfer)(struct fsi_priv *fsi, struct fsi_stream *io); member 578 return fsi_stream_handler_call(io, transfer, fsi, io); in fsi_stream_transfer() 1227 .transfer = fsi_pio_push, 1233 .transfer = fsi_pio_pop, 1426 .transfer = fsi_dma_transfer,
|