snd_pcm_uframes_t 362 include/sound/asound.h snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */ snd_pcm_uframes_t 376 include/sound/asound.h snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */ snd_pcm_uframes_t 377 include/sound/asound.h snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */ snd_pcm_uframes_t 378 include/sound/asound.h snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */ snd_pcm_uframes_t 379 include/sound/asound.h snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ snd_pcm_uframes_t 380 include/sound/asound.h snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */ snd_pcm_uframes_t 381 include/sound/asound.h snd_pcm_uframes_t silence_size; /* silence block size */ snd_pcm_uframes_t 382 include/sound/asound.h snd_pcm_uframes_t boundary; /* pointers wrap point */ snd_pcm_uframes_t 397 include/sound/asound.h snd_pcm_uframes_t appl_ptr; /* appl ptr */ snd_pcm_uframes_t 398 include/sound/asound.h snd_pcm_uframes_t hw_ptr; /* hw ptr */ snd_pcm_uframes_t 400 include/sound/asound.h snd_pcm_uframes_t avail; /* number of frames available */ snd_pcm_uframes_t 401 include/sound/asound.h snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */ snd_pcm_uframes_t 402 include/sound/asound.h snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */ snd_pcm_uframes_t 410 include/sound/asound.h snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */ snd_pcm_uframes_t 416 include/sound/asound.h snd_pcm_uframes_t appl_ptr; /* RW: appl ptr (0...boundary-1) */ snd_pcm_uframes_t 417 include/sound/asound.h snd_pcm_uframes_t avail_min; /* RW: min available frames for wakeup */ snd_pcm_uframes_t 439 include/sound/asound.h snd_pcm_uframes_t frames; snd_pcm_uframes_t 445 include/sound/asound.h snd_pcm_uframes_t frames; snd_pcm_uframes_t 37 include/sound/pcm-indirect.h snd_pcm_uframes_t appl_ptr; /* Last seen appl_ptr */ snd_pcm_uframes_t 52 include/sound/pcm-indirect.h snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr; snd_pcm_uframes_t 91 include/sound/pcm-indirect.h static inline snd_pcm_uframes_t snd_pcm_uframes_t 118 include/sound/pcm-indirect.h snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr; snd_pcm_uframes_t 156 include/sound/pcm-indirect.h static inline snd_pcm_uframes_t snd_pcm_uframes_t 72 include/sound/pcm.h snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *substream); snd_pcm_uframes_t 74 include/sound/pcm.h snd_pcm_uframes_t pos, snd_pcm_uframes_t 75 include/sound/pcm.h void __user *buf, snd_pcm_uframes_t count); snd_pcm_uframes_t 77 include/sound/pcm.h snd_pcm_uframes_t pos, snd_pcm_uframes_t count); snd_pcm_uframes_t 109 include/sound/pcm.h #define SNDRV_PCM_POS_XRUN ((snd_pcm_uframes_t)-1) snd_pcm_uframes_t 269 include/sound/pcm.h snd_pcm_uframes_t avail_max; snd_pcm_uframes_t 270 include/sound/pcm.h snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */ snd_pcm_uframes_t 271 include/sound/pcm.h snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time*/ snd_pcm_uframes_t 279 include/sound/pcm.h snd_pcm_uframes_t period_size; /* period size */ snd_pcm_uframes_t 281 include/sound/pcm.h snd_pcm_uframes_t buffer_size; /* buffer size */ snd_pcm_uframes_t 282 include/sound/pcm.h snd_pcm_uframes_t min_align; /* Min alignment for the format */ snd_pcm_uframes_t 293 include/sound/pcm.h snd_pcm_uframes_t start_threshold; snd_pcm_uframes_t 294 include/sound/pcm.h snd_pcm_uframes_t stop_threshold; snd_pcm_uframes_t 295 include/sound/pcm.h snd_pcm_uframes_t silence_threshold; /* Silence filling happens when snd_pcm_uframes_t 297 include/sound/pcm.h snd_pcm_uframes_t silence_size; /* Silence filling size */ snd_pcm_uframes_t 298 include/sound/pcm.h snd_pcm_uframes_t boundary; /* pointers wrap point */ snd_pcm_uframes_t 300 include/sound/pcm.h snd_pcm_uframes_t silence_start; /* starting pointer to silence area */ snd_pcm_uframes_t 301 include/sound/pcm.h snd_pcm_uframes_t silence_filled; /* size filled with silence */ snd_pcm_uframes_t 658 include/sound/pcm.h static inline snd_pcm_uframes_t snd_pcm_playback_avail(struct snd_pcm_runtime *runtime) snd_pcm_uframes_t 663 include/sound/pcm.h else if ((snd_pcm_uframes_t) avail >= runtime->boundary) snd_pcm_uframes_t 671 include/sound/pcm.h static inline snd_pcm_uframes_t snd_pcm_capture_avail(struct snd_pcm_runtime *runtime) snd_pcm_uframes_t 911 include/sound/pcm.h void snd_pcm_playback_silence(struct snd_pcm_substream *substream, snd_pcm_uframes_t new_hw_ptr); snd_pcm_uframes_t 915 include/sound/pcm.h snd_pcm_uframes_t frames); snd_pcm_uframes_t 917 include/sound/pcm.h void __user *buf, snd_pcm_uframes_t frames); snd_pcm_uframes_t 919 include/sound/pcm.h void __user **bufs, snd_pcm_uframes_t frames); snd_pcm_uframes_t 921 include/sound/pcm.h void __user **bufs, snd_pcm_uframes_t frames); snd_pcm_uframes_t 20 include/sound/pxa2xx-lib.h extern snd_pcm_uframes_t pxa2xx_pcm_pointer(struct snd_pcm_substream *substream); snd_pcm_uframes_t 618 sound/aoa/soundbus/i2sbus/i2sbus-pcm.c static snd_pcm_uframes_t i2sbus_pcm_pointer(struct i2sbus_dev *i2sdev, int in) snd_pcm_uframes_t 767 sound/aoa/soundbus/i2sbus/i2sbus-pcm.c static snd_pcm_uframes_t i2sbus_playback_pointer(struct snd_pcm_substream snd_pcm_uframes_t 837 sound/aoa/soundbus/i2sbus/i2sbus-pcm.c static snd_pcm_uframes_t i2sbus_record_pointer(struct snd_pcm_substream snd_pcm_uframes_t 545 sound/arm/aaci.c static snd_pcm_uframes_t aaci_pcm_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 120 sound/arm/pxa2xx-pcm-lib.c snd_pcm_uframes_t snd_pcm_uframes_t 128 sound/arm/pxa2xx-pcm-lib.c snd_pcm_uframes_t x = bytes_to_frames(runtime, ptr - runtime->dma_addr); snd_pcm_uframes_t 676 sound/arm/sa11xx-uda1341.c static snd_pcm_uframes_t snd_sa11xx_uda1341_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 30 sound/core/oss/copy.c snd_pcm_uframes_t frames) snd_pcm_uframes_t 40 sound/core/oss/io.c snd_pcm_uframes_t frames) snd_pcm_uframes_t 66 sound/core/oss/io.c snd_pcm_uframes_t frames) snd_pcm_uframes_t 91 sound/core/oss/io.c snd_pcm_uframes_t frames, snd_pcm_uframes_t 58 sound/core/oss/linear.c snd_pcm_uframes_t frames) snd_pcm_uframes_t 67 sound/core/oss/linear.c snd_pcm_uframes_t frames1; snd_pcm_uframes_t 91 sound/core/oss/linear.c snd_pcm_uframes_t frames) snd_pcm_uframes_t 171 sound/core/oss/mulaw.c snd_pcm_uframes_t frames) snd_pcm_uframes_t 180 sound/core/oss/mulaw.c snd_pcm_uframes_t frames1; snd_pcm_uframes_t 217 sound/core/oss/mulaw.c snd_pcm_uframes_t frames) snd_pcm_uframes_t 226 sound/core/oss/mulaw.c snd_pcm_uframes_t frames1; snd_pcm_uframes_t 251 sound/core/oss/mulaw.c snd_pcm_uframes_t frames) snd_pcm_uframes_t 999 sound/core/oss/pcm_oss.c snd_pcm_uframes_t frames; snd_pcm_uframes_t 1132 sound/core/oss/pcm_oss.c snd_pcm_uframes_t frames; snd_pcm_uframes_t 1154 sound/core/oss/pcm_oss.c snd_pcm_sframes_t snd_pcm_oss_write3(struct snd_pcm_substream *substream, const char *ptr, snd_pcm_uframes_t frames, int in_kernel) snd_pcm_uframes_t 1189 sound/core/oss/pcm_oss.c snd_pcm_sframes_t snd_pcm_oss_read3(struct snd_pcm_substream *substream, char *ptr, snd_pcm_uframes_t frames, int in_kernel) snd_pcm_uframes_t 1236 sound/core/oss/pcm_oss.c snd_pcm_sframes_t snd_pcm_oss_writev3(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames, int in_kernel) snd_pcm_uframes_t 1272 sound/core/oss/pcm_oss.c snd_pcm_sframes_t snd_pcm_oss_readv3(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames, int in_kernel) snd_pcm_uframes_t 1939 sound/core/oss/pcm_oss.c static void snd_pcm_oss_simulate_fill(struct snd_pcm_substream *substream, snd_pcm_uframes_t hw_ptr) snd_pcm_uframes_t 1942 sound/core/oss/pcm_oss.c snd_pcm_uframes_t appl_ptr; snd_pcm_uframes_t 49 sound/core/oss/pcm_plugin.c static int snd_pcm_plugin_alloc(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) snd_pcm_uframes_t 104 sound/core/oss/pcm_plugin.c int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames) snd_pcm_uframes_t 139 sound/core/oss/pcm_plugin.c snd_pcm_uframes_t frames, snd_pcm_uframes_t 199 sound/core/oss/pcm_plugin.c snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t drv_frames) snd_pcm_uframes_t 229 sound/core/oss/pcm_plugin.c snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t clt_frames) snd_pcm_uframes_t 543 sound/core/oss/pcm_plugin.c snd_pcm_uframes_t count, snd_pcm_uframes_t 580 sound/core/oss/pcm_plugin.c snd_pcm_sframes_t snd_pcm_plug_write_transfer(struct snd_pcm_substream *plug, struct snd_pcm_plugin_channel *src_channels, snd_pcm_uframes_t size) snd_pcm_uframes_t 612 sound/core/oss/pcm_plugin.c snd_pcm_sframes_t snd_pcm_plug_read_transfer(struct snd_pcm_substream *plug, struct snd_pcm_plugin_channel *dst_channels_final, snd_pcm_uframes_t size) snd_pcm_uframes_t 43 sound/core/oss/pcm_plugin.h snd_pcm_uframes_t frames; /* allocated frames */ snd_pcm_uframes_t 62 sound/core/oss/pcm_plugin.h snd_pcm_sframes_t (*src_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t dst_frames); snd_pcm_uframes_t 63 sound/core/oss/pcm_plugin.h snd_pcm_sframes_t (*dst_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t src_frames); snd_pcm_uframes_t 65 sound/core/oss/pcm_plugin.h snd_pcm_uframes_t frames, snd_pcm_uframes_t 70 sound/core/oss/pcm_plugin.h snd_pcm_uframes_t frames); snd_pcm_uframes_t 80 sound/core/oss/pcm_plugin.h snd_pcm_uframes_t buf_frames; snd_pcm_uframes_t 93 sound/core/oss/pcm_plugin.h int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames); snd_pcm_uframes_t 94 sound/core/oss/pcm_plugin.h snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t drv_size); snd_pcm_uframes_t 95 sound/core/oss/pcm_plugin.h snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t clt_size); snd_pcm_uframes_t 134 sound/core/oss/pcm_plugin.h snd_pcm_uframes_t size); snd_pcm_uframes_t 137 sound/core/oss/pcm_plugin.h snd_pcm_uframes_t size); snd_pcm_uframes_t 140 sound/core/oss/pcm_plugin.h char *buf, snd_pcm_uframes_t count, snd_pcm_uframes_t 144 sound/core/oss/pcm_plugin.h snd_pcm_uframes_t frames, snd_pcm_uframes_t 156 sound/core/oss/pcm_plugin.h void *snd_pcm_plug_buf_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t size); snd_pcm_uframes_t 159 sound/core/oss/pcm_plugin.h const char *ptr, snd_pcm_uframes_t size, snd_pcm_uframes_t 162 sound/core/oss/pcm_plugin.h char *ptr, snd_pcm_uframes_t size, int in_kernel); snd_pcm_uframes_t 164 sound/core/oss/pcm_plugin.h void **bufs, snd_pcm_uframes_t frames, snd_pcm_uframes_t 167 sound/core/oss/pcm_plugin.h void **bufs, snd_pcm_uframes_t frames, snd_pcm_uframes_t 172 sound/core/oss/pcm_plugin.h static inline snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t drv_size) { return drv_size; } snd_pcm_uframes_t 173 sound/core/oss/pcm_plugin.h static inline snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t clt_size) { return clt_size; } snd_pcm_uframes_t 183 sound/core/oss/rate.c static snd_pcm_sframes_t rate_src_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) snd_pcm_uframes_t 216 sound/core/oss/rate.c static snd_pcm_sframes_t rate_dst_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) snd_pcm_uframes_t 252 sound/core/oss/rate.c snd_pcm_uframes_t frames) snd_pcm_uframes_t 254 sound/core/oss/rate.c snd_pcm_uframes_t dst_frames; snd_pcm_uframes_t 29 sound/core/oss/route.c snd_pcm_uframes_t frames, int format) snd_pcm_uframes_t 42 sound/core/oss/route.c snd_pcm_uframes_t frames, int format) snd_pcm_uframes_t 51 sound/core/oss/route.c snd_pcm_uframes_t frames) snd_pcm_uframes_t 45 sound/core/pcm_compat.c snd_pcm_uframes_t frames; snd_pcm_uframes_t 62 sound/core/pcm_compat.c snd_pcm_uframes_t frames; snd_pcm_uframes_t 107 sound/core/pcm_compat.c static snd_pcm_uframes_t recalculate_boundary(struct snd_pcm_runtime *runtime) snd_pcm_uframes_t 109 sound/core/pcm_compat.c snd_pcm_uframes_t boundary; snd_pcm_uframes_t 123 sound/core/pcm_compat.c snd_pcm_uframes_t boundary; snd_pcm_uframes_t 397 sound/core/pcm_compat.c snd_pcm_uframes_t boundary; snd_pcm_uframes_t 41 sound/core/pcm_lib.c void snd_pcm_playback_silence(struct snd_pcm_substream *substream, snd_pcm_uframes_t new_hw_ptr) snd_pcm_uframes_t 44 sound/core/pcm_lib.c snd_pcm_uframes_t frames, ofs, transfer; snd_pcm_uframes_t 52 sound/core/pcm_lib.c if ((snd_pcm_uframes_t)n < runtime->silence_filled) snd_pcm_uframes_t 143 sound/core/pcm_lib.c static inline snd_pcm_uframes_t snd_pcm_update_hw_ptr_pos(struct snd_pcm_substream *substream, snd_pcm_uframes_t 146 sound/core/pcm_lib.c snd_pcm_uframes_t pos; snd_pcm_uframes_t 165 sound/core/pcm_lib.c snd_pcm_uframes_t avail; snd_pcm_uframes_t 188 sound/core/pcm_lib.c snd_pcm_uframes_t pos; snd_pcm_uframes_t 189 sound/core/pcm_lib.c snd_pcm_uframes_t new_hw_ptr, hw_ptr_interrupt; snd_pcm_uframes_t 204 sound/core/pcm_lib.c if ((snd_pcm_uframes_t)delta < runtime->buffer_size / 2) { snd_pcm_uframes_t 235 sound/core/pcm_lib.c snd_pcm_uframes_t pos; snd_pcm_uframes_t 236 sound/core/pcm_lib.c snd_pcm_uframes_t old_hw_ptr, new_hw_ptr; snd_pcm_uframes_t 249 sound/core/pcm_lib.c if ((snd_pcm_uframes_t)delta < runtime->buffer_size / 2) { snd_pcm_uframes_t 1507 sound/core/pcm_lib.c snd_pcm_uframes_t *availp) snd_pcm_uframes_t 1513 sound/core/pcm_lib.c snd_pcm_uframes_t avail = 0; snd_pcm_uframes_t 1568 sound/core/pcm_lib.c snd_pcm_uframes_t frames) snd_pcm_uframes_t 1590 sound/core/pcm_lib.c snd_pcm_uframes_t size, snd_pcm_uframes_t 1595 sound/core/pcm_lib.c snd_pcm_uframes_t xfer = 0; snd_pcm_uframes_t 1596 sound/core/pcm_lib.c snd_pcm_uframes_t offset = 0; snd_pcm_uframes_t 1620 sound/core/pcm_lib.c snd_pcm_uframes_t frames, appl_ptr, appl_ofs; snd_pcm_uframes_t 1621 sound/core/pcm_lib.c snd_pcm_uframes_t avail; snd_pcm_uframes_t 1622 sound/core/pcm_lib.c snd_pcm_uframes_t cont; snd_pcm_uframes_t 1696 sound/core/pcm_lib.c snd_pcm_sframes_t snd_pcm_lib_write(struct snd_pcm_substream *substream, const void __user *buf, snd_pcm_uframes_t size) snd_pcm_uframes_t 1720 sound/core/pcm_lib.c snd_pcm_uframes_t frames) snd_pcm_uframes_t 1759 sound/core/pcm_lib.c snd_pcm_uframes_t frames) snd_pcm_uframes_t 1782 sound/core/pcm_lib.c snd_pcm_uframes_t frames) snd_pcm_uframes_t 1800 sound/core/pcm_lib.c snd_pcm_uframes_t size, snd_pcm_uframes_t 1805 sound/core/pcm_lib.c snd_pcm_uframes_t xfer = 0; snd_pcm_uframes_t 1806 sound/core/pcm_lib.c snd_pcm_uframes_t offset = 0; snd_pcm_uframes_t 1837 sound/core/pcm_lib.c snd_pcm_uframes_t frames, appl_ptr, appl_ofs; snd_pcm_uframes_t 1838 sound/core/pcm_lib.c snd_pcm_uframes_t avail; snd_pcm_uframes_t 1839 sound/core/pcm_lib.c snd_pcm_uframes_t cont; snd_pcm_uframes_t 1900 sound/core/pcm_lib.c snd_pcm_sframes_t snd_pcm_lib_read(struct snd_pcm_substream *substream, void __user *buf, snd_pcm_uframes_t size) snd_pcm_uframes_t 1921 sound/core/pcm_lib.c snd_pcm_uframes_t frames) snd_pcm_uframes_t 1938 sound/core/pcm_lib.c snd_pcm_uframes_t dma_csize = runtime->dma_bytes / channels; snd_pcm_uframes_t 1956 sound/core/pcm_lib.c snd_pcm_uframes_t frames) snd_pcm_uframes_t 54 sound/core/pcm_native.c snd_pcm_uframes_t fifo_size; snd_pcm_uframes_t 370 sound/core/pcm_native.c snd_pcm_uframes_t frames; snd_pcm_uframes_t 1397 sound/core/pcm_native.c snd_pcm_uframes_t stop_threshold; snd_pcm_uframes_t 2192 sound/core/pcm_native.c snd_pcm_uframes_t frames) snd_pcm_uframes_t 2224 sound/core/pcm_native.c if (frames > (snd_pcm_uframes_t)hw_avail) snd_pcm_uframes_t 2237 sound/core/pcm_native.c snd_pcm_uframes_t frames) snd_pcm_uframes_t 2269 sound/core/pcm_native.c if (frames > (snd_pcm_uframes_t)hw_avail) snd_pcm_uframes_t 2282 sound/core/pcm_native.c snd_pcm_uframes_t frames) snd_pcm_uframes_t 2315 sound/core/pcm_native.c if (frames > (snd_pcm_uframes_t)avail) snd_pcm_uframes_t 2328 sound/core/pcm_native.c snd_pcm_uframes_t frames) snd_pcm_uframes_t 2361 sound/core/pcm_native.c if (frames > (snd_pcm_uframes_t)avail) snd_pcm_uframes_t 2619 sound/core/pcm_native.c snd_pcm_uframes_t frames; snd_pcm_uframes_t 2620 sound/core/pcm_native.c snd_pcm_uframes_t __user *_frames = arg; snd_pcm_uframes_t 2632 sound/core/pcm_native.c snd_pcm_uframes_t frames; snd_pcm_uframes_t 2633 sound/core/pcm_native.c snd_pcm_uframes_t __user *_frames = arg; snd_pcm_uframes_t 2701 sound/core/pcm_native.c snd_pcm_uframes_t frames; snd_pcm_uframes_t 2702 sound/core/pcm_native.c snd_pcm_uframes_t __user *_frames = arg; snd_pcm_uframes_t 2714 sound/core/pcm_native.c snd_pcm_uframes_t frames; snd_pcm_uframes_t 2715 sound/core/pcm_native.c snd_pcm_uframes_t __user *_frames = arg; snd_pcm_uframes_t 2841 sound/core/pcm_native.c snd_pcm_uframes_t frames; snd_pcm_uframes_t 2876 sound/core/pcm_native.c snd_pcm_uframes_t frames; snd_pcm_uframes_t 2907 sound/core/pcm_native.c snd_pcm_uframes_t avail; snd_pcm_uframes_t 2946 sound/core/pcm_native.c snd_pcm_uframes_t avail; snd_pcm_uframes_t 275 sound/drivers/dummy.c static snd_pcm_uframes_t snd_card_dummy_pcm_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 522 sound/drivers/ml403-ac97cr.c static snd_pcm_uframes_t snd_pcm_uframes_t 537 sound/drivers/ml403-ac97cr.c return (snd_pcm_uframes_t) 0; snd_pcm_uframes_t 231 sound/drivers/pcm-indirect2.c snd_pcm_uframes_t snd_pcm_uframes_t 251 sound/drivers/pcm-indirect2.c snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr; snd_pcm_uframes_t 419 sound/drivers/pcm-indirect2.c snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr; snd_pcm_uframes_t 90 sound/drivers/pcm-indirect2.h snd_pcm_uframes_t appl_ptr; /* Last seen appl_ptr */ snd_pcm_uframes_t 126 sound/drivers/pcm-indirect2.h snd_pcm_uframes_t snd_pcm_uframes_t 240 sound/drivers/pcsp/pcsp_lib.c static snd_pcm_uframes_t snd_pcsp_playback_pointer(struct snd_pcm_substream snd_pcm_uframes_t 855 sound/drivers/vx/vx_pcm.c static snd_pcm_uframes_t vx_pcm_playback_pointer(struct snd_pcm_substream *subs) snd_pcm_uframes_t 1157 sound/drivers/vx/vx_pcm.c static snd_pcm_uframes_t vx_pcm_capture_pointer(struct snd_pcm_substream *subs) snd_pcm_uframes_t 296 sound/isa/ad1816a/ad1816a_lib.c static snd_pcm_uframes_t snd_ad1816a_playback_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 306 sound/isa/ad1816a/ad1816a_lib.c static snd_pcm_uframes_t snd_ad1816a_capture_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 494 sound/isa/es1688/es1688_lib.c static snd_pcm_uframes_t snd_es1688_playback_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 505 sound/isa/es1688/es1688_lib.c static snd_pcm_uframes_t snd_es1688_capture_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 821 sound/isa/es18xx.c static snd_pcm_uframes_t snd_es18xx_playback_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 839 sound/isa/es18xx.c static snd_pcm_uframes_t snd_es18xx_capture_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 345 sound/isa/gus/gus_pcm.c snd_pcm_uframes_t pos, snd_pcm_uframes_t 347 sound/isa/gus/gus_pcm.c snd_pcm_uframes_t count) snd_pcm_uframes_t 377 sound/isa/gus/gus_pcm.c snd_pcm_uframes_t pos, snd_pcm_uframes_t 378 sound/isa/gus/gus_pcm.c snd_pcm_uframes_t count) snd_pcm_uframes_t 513 sound/isa/gus/gus_pcm.c static snd_pcm_uframes_t snd_gf1_pcm_playback_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 603 sound/isa/gus/gus_pcm.c static snd_pcm_uframes_t snd_gf1_pcm_capture_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 445 sound/isa/sb/emu8000_pcm.c snd_pcm_uframes_t pos, snd_pcm_uframes_t 447 sound/isa/sb/emu8000_pcm.c snd_pcm_uframes_t count) snd_pcm_uframes_t 483 sound/isa/sb/emu8000_pcm.c snd_pcm_uframes_t pos, snd_pcm_uframes_t 484 sound/isa/sb/emu8000_pcm.c snd_pcm_uframes_t count) snd_pcm_uframes_t 511 sound/isa/sb/emu8000_pcm.c snd_pcm_uframes_t pos, snd_pcm_uframes_t 513 sound/isa/sb/emu8000_pcm.c snd_pcm_uframes_t count) snd_pcm_uframes_t 542 sound/isa/sb/emu8000_pcm.c snd_pcm_uframes_t pos, snd_pcm_uframes_t 543 sound/isa/sb/emu8000_pcm.c snd_pcm_uframes_t count) snd_pcm_uframes_t 657 sound/isa/sb/emu8000_pcm.c static snd_pcm_uframes_t emu8k_pcm_pointer(struct snd_pcm_substream *subs) snd_pcm_uframes_t 449 sound/isa/sb/sb16_main.c static snd_pcm_uframes_t snd_sb16_playback_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 460 sound/isa/sb/sb16_main.c static snd_pcm_uframes_t snd_sb16_capture_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 360 sound/isa/sb/sb8_main.c static snd_pcm_uframes_t snd_sb8_playback_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 371 sound/isa/sb/sb8_main.c static snd_pcm_uframes_t snd_sb8_capture_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 1122 sound/isa/wss/wss_lib.c static snd_pcm_uframes_t snd_wss_playback_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 1133 sound/isa/wss/wss_lib.c static snd_pcm_uframes_t snd_wss_capture_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 403 sound/mips/au1x00.c static snd_pcm_uframes_t snd_pcm_uframes_t 586 sound/mips/hal2.c static snd_pcm_uframes_t snd_pcm_uframes_t 679 sound/mips/hal2.c static snd_pcm_uframes_t snd_pcm_uframes_t 89 sound/mips/sgio2audio.c snd_pcm_uframes_t size; snd_pcm_uframes_t 685 sound/mips/sgio2audio.c static snd_pcm_uframes_t snd_pcm_uframes_t 467 sound/parisc/harmony.c static snd_pcm_uframes_t snd_pcm_uframes_t 496 sound/parisc/harmony.c static snd_pcm_uframes_t snd_pcm_uframes_t 540 sound/pci/ad1889.c static snd_pcm_uframes_t snd_pcm_uframes_t 559 sound/pci/ad1889.c static snd_pcm_uframes_t snd_pcm_uframes_t 1466 sound/pci/ali5451/ali5451.c static snd_pcm_uframes_t snd_pcm_uframes_t 1488 sound/pci/ali5451/ali5451.c static snd_pcm_uframes_t snd_ali_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 565 sound/pci/als300.c static snd_pcm_uframes_t snd_als300_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 507 sound/pci/als4000.c static snd_pcm_uframes_t snd_als4000_capture_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 519 sound/pci/als4000.c static snd_pcm_uframes_t snd_als4000_playback_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 660 sound/pci/atiixp.c static snd_pcm_uframes_t snd_atiixp_pcm_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 610 sound/pci/atiixp_modem.c static snd_pcm_uframes_t snd_atiixp_pcm_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 373 sound/pci/au88x0/au88x0_pcm.c static snd_pcm_uframes_t snd_vortex_pcm_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 378 sound/pci/au88x0/au88x0_pcm.c snd_pcm_uframes_t current_ptr = 0; snd_pcm_uframes_t 138 sound/pci/aw2/aw2-alsa.c static snd_pcm_uframes_t snd_aw2_pcm_pointer_playback(struct snd_pcm_substream snd_pcm_uframes_t 140 sound/pci/aw2/aw2-alsa.c static snd_pcm_uframes_t snd_aw2_pcm_pointer_capture(struct snd_pcm_substream snd_pcm_uframes_t 575 sound/pci/aw2/aw2-alsa.c static snd_pcm_uframes_t snd_aw2_pcm_pointer_playback(struct snd_pcm_substream snd_pcm_uframes_t 594 sound/pci/aw2/aw2-alsa.c static snd_pcm_uframes_t snd_aw2_pcm_pointer_capture(struct snd_pcm_substream snd_pcm_uframes_t 1347 sound/pci/azt3328.c static snd_pcm_uframes_t snd_pcm_uframes_t 1352 sound/pci/azt3328.c snd_pcm_uframes_t frmres; snd_pcm_uframes_t 1368 sound/pci/azt3328.c static snd_pcm_uframes_t snd_pcm_uframes_t 1373 sound/pci/azt3328.c snd_pcm_uframes_t frmres; snd_pcm_uframes_t 535 sound/pci/bt87x.c static snd_pcm_uframes_t snd_bt87x_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 540 sound/pci/bt87x.c return (snd_pcm_uframes_t)bytes_to_frames(runtime, chip->current_line * chip->line_bytes); snd_pcm_uframes_t 922 sound/pci/ca0106/ca0106_main.c static snd_pcm_uframes_t snd_pcm_uframes_t 928 sound/pci/ca0106/ca0106_main.c snd_pcm_uframes_t ptr, ptr1, ptr2,ptr3,ptr4 = 0; snd_pcm_uframes_t 949 sound/pci/ca0106/ca0106_main.c static snd_pcm_uframes_t snd_pcm_uframes_t 955 sound/pci/ca0106/ca0106_main.c snd_pcm_uframes_t ptr, ptr1, ptr2 = 0; snd_pcm_uframes_t 940 sound/pci/cmipci.c static snd_pcm_uframes_t snd_cmipci_pcm_pointer(struct cmipci *cm, struct cmipci_pcm *rec, snd_pcm_uframes_t 972 sound/pci/cmipci.c static snd_pcm_uframes_t snd_cmipci_playback_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 991 sound/pci/cmipci.c static snd_pcm_uframes_t snd_cmipci_capture_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 831 sound/pci/cs4281.c static snd_pcm_uframes_t snd_cs4281_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 723 sound/pci/cs46xx/cs46xx_lib.c static snd_pcm_uframes_t snd_cs46xx_playback_direct_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 741 sound/pci/cs46xx/cs46xx_lib.c static snd_pcm_uframes_t snd_cs46xx_playback_indirect_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 758 sound/pci/cs46xx/cs46xx_lib.c static snd_pcm_uframes_t snd_cs46xx_capture_direct_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 765 sound/pci/cs46xx/cs46xx_lib.c static snd_pcm_uframes_t snd_cs46xx_capture_indirect_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 317 sound/pci/cs5535audio/cs5535audio_pcm.c static snd_pcm_uframes_t snd_cs5535audio_pcm_pointer(struct snd_pcm_substream snd_pcm_uframes_t 769 sound/pci/echoaudio/echoaudio.c static snd_pcm_uframes_t pcm_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 514 sound/pci/emu10k1/emu10k1x.c static snd_pcm_uframes_t snd_pcm_uframes_t 521 sound/pci/emu10k1/emu10k1x.c snd_pcm_uframes_t ptr = 0, ptr1 = 0, ptr2= 0,ptr3 = 0,ptr4 = 0; snd_pcm_uframes_t 674 sound/pci/emu10k1/emu10k1x.c static snd_pcm_uframes_t snd_pcm_uframes_t 680 sound/pci/emu10k1/emu10k1x.c snd_pcm_uframes_t ptr; snd_pcm_uframes_t 91 sound/pci/emu10k1/emupcm.c static snd_pcm_uframes_t snd_emu10k1_efx_playback_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 837 sound/pci/emu10k1/emupcm.c static snd_pcm_uframes_t snd_emu10k1_playback_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 916 sound/pci/emu10k1/emupcm.c static snd_pcm_uframes_t snd_emu10k1_capture_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 1690 sound/pci/emu10k1/emupcm.c static snd_pcm_uframes_t snd_emu10k1_fx8010_playback_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 517 sound/pci/emu10k1/p16v.c static snd_pcm_uframes_t snd_pcm_uframes_t 523 sound/pci/emu10k1/p16v.c snd_pcm_uframes_t ptr, ptr1, ptr2,ptr3,ptr4 = 0; snd_pcm_uframes_t 542 sound/pci/emu10k1/p16v.c static snd_pcm_uframes_t snd_pcm_uframes_t 548 sound/pci/emu10k1/p16v.c snd_pcm_uframes_t ptr, ptr1, ptr2 = 0; snd_pcm_uframes_t 993 sound/pci/ens1370.c static snd_pcm_uframes_t snd_ensoniq_playback1_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 1010 sound/pci/ens1370.c static snd_pcm_uframes_t snd_ensoniq_playback2_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 1027 sound/pci/ens1370.c static snd_pcm_uframes_t snd_ensoniq_capture_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 782 sound/pci/es1938.c static snd_pcm_uframes_t snd_es1938_capture_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 812 sound/pci/es1938.c static snd_pcm_uframes_t snd_es1938_playback1_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 824 sound/pci/es1938.c static snd_pcm_uframes_t snd_es1938_playback2_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 841 sound/pci/es1938.c static snd_pcm_uframes_t snd_es1938_playback_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 855 sound/pci/es1938.c snd_pcm_uframes_t pos, snd_pcm_uframes_t 857 sound/pci/es1938.c snd_pcm_uframes_t count) snd_pcm_uframes_t 1269 sound/pci/es1968.c static snd_pcm_uframes_t snd_es1968_pcm_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 488 sound/pci/fm801.c static snd_pcm_uframes_t snd_fm801_playback_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 505 sound/pci/fm801.c static snd_pcm_uframes_t snd_fm801_capture_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 1614 sound/pci/hda/hda_intel.c static snd_pcm_uframes_t azx_pcm_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 670 sound/pci/ice1712/ice1712.c static snd_pcm_uframes_t snd_ice1712_playback_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 684 sound/pci/ice1712/ice1712.c static snd_pcm_uframes_t snd_ice1712_playback_ds_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 703 sound/pci/ice1712/ice1712.c static snd_pcm_uframes_t snd_ice1712_capture_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 1099 sound/pci/ice1712/ice1712.c static snd_pcm_uframes_t snd_ice1712_playback_pro_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 1112 sound/pci/ice1712/ice1712.c static snd_pcm_uframes_t snd_ice1712_capture_pro_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 750 sound/pci/ice1712/ice1724.c static snd_pcm_uframes_t snd_vt1724_playback_pro_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 802 sound/pci/ice1712/ice1724.c static snd_pcm_uframes_t snd_vt1724_pcm_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 1048 sound/pci/intel8x0.c static snd_pcm_uframes_t snd_intel8x0_pcm_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 569 sound/pci/intel8x0m.c static snd_pcm_uframes_t snd_intel8x0_pcm_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 1615 sound/pci/korg1212/korg1212.c static snd_pcm_uframes_t snd_korg1212_playback_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 1618 sound/pci/korg1212/korg1212.c snd_pcm_uframes_t pos; snd_pcm_uframes_t 1628 sound/pci/korg1212/korg1212.c static snd_pcm_uframes_t snd_korg1212_capture_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 1631 sound/pci/korg1212/korg1212.c snd_pcm_uframes_t pos; snd_pcm_uframes_t 1643 sound/pci/korg1212/korg1212.c snd_pcm_uframes_t pos, snd_pcm_uframes_t 1645 sound/pci/korg1212/korg1212.c snd_pcm_uframes_t count) snd_pcm_uframes_t 1658 sound/pci/korg1212/korg1212.c snd_pcm_uframes_t pos, snd_pcm_uframes_t 1659 sound/pci/korg1212/korg1212.c snd_pcm_uframes_t count) snd_pcm_uframes_t 1671 sound/pci/korg1212/korg1212.c snd_pcm_uframes_t pos, snd_pcm_uframes_t 1673 sound/pci/korg1212/korg1212.c snd_pcm_uframes_t count) snd_pcm_uframes_t 1545 sound/pci/maestro3.c static snd_pcm_uframes_t snd_pcm_uframes_t 878 sound/pci/mixart/mixart.c static snd_pcm_uframes_t snd_mixart_stream_pointer(struct snd_pcm_substream *subs) snd_pcm_uframes_t 883 sound/pci/mixart/mixart.c return (snd_pcm_uframes_t)((stream->buf_periods * runtime->period_size) + stream->buf_period_frag); snd_pcm_uframes_t 659 sound/pci/nm256/nm256.c static snd_pcm_uframes_t snd_pcm_uframes_t 673 sound/pci/nm256/nm256.c static snd_pcm_uframes_t snd_pcm_uframes_t 696 sound/pci/nm256/nm256.c snd_pcm_uframes_t pos, snd_pcm_uframes_t 697 sound/pci/nm256/nm256.c snd_pcm_uframes_t count) snd_pcm_uframes_t 710 sound/pci/nm256/nm256.c snd_pcm_uframes_t pos, snd_pcm_uframes_t 712 sound/pci/nm256/nm256.c snd_pcm_uframes_t count) snd_pcm_uframes_t 729 sound/pci/nm256/nm256.c snd_pcm_uframes_t pos, snd_pcm_uframes_t 731 sound/pci/nm256/nm256.c snd_pcm_uframes_t count) snd_pcm_uframes_t 571 sound/pci/oxygen/oxygen_pcm.c static snd_pcm_uframes_t oxygen_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 482 sound/pci/pcxhr/pcxhr.c static int pcxhr_pipe_sample_count(struct pcxhr_stream *stream, snd_pcm_uframes_t *sample_count) snd_pcm_uframes_t 492 sound/pci/pcxhr/pcxhr.c *sample_count = ((snd_pcm_uframes_t)rmh.stat[0]) << 24; snd_pcm_uframes_t 493 sound/pci/pcxhr/pcxhr.c *sample_count += (snd_pcm_uframes_t)rmh.stat[1]; snd_pcm_uframes_t 939 sound/pci/pcxhr/pcxhr.c static snd_pcm_uframes_t pcxhr_stream_pointer(struct snd_pcm_substream *subs) snd_pcm_uframes_t 956 sound/pci/pcxhr/pcxhr.c return (snd_pcm_uframes_t)((timer_buf_periods * runtime->period_size) + snd_pcm_uframes_t 1386 sound/pci/riptide/riptide.c static snd_pcm_uframes_t snd_riptide_pointer(struct snd_pcm_substream snd_pcm_uframes_t 1394 sound/pci/riptide/riptide.c snd_pcm_uframes_t ret; snd_pcm_uframes_t 262 sound/pci/rme32.c snd_pcm_uframes_t pos, snd_pcm_uframes_t 263 sound/pci/rme32.c snd_pcm_uframes_t count) snd_pcm_uframes_t 274 sound/pci/rme32.c snd_pcm_uframes_t pos, snd_pcm_uframes_t 275 sound/pci/rme32.c void __user *src, snd_pcm_uframes_t count) snd_pcm_uframes_t 288 sound/pci/rme32.c snd_pcm_uframes_t pos, snd_pcm_uframes_t 289 sound/pci/rme32.c void __user *dst, snd_pcm_uframes_t count) snd_pcm_uframes_t 1128 sound/pci/rme32.c static snd_pcm_uframes_t snd_pcm_uframes_t 1135 sound/pci/rme32.c static snd_pcm_uframes_t snd_pcm_uframes_t 1186 sound/pci/rme32.c static snd_pcm_uframes_t snd_pcm_uframes_t 1194 sound/pci/rme32.c static snd_pcm_uframes_t snd_pcm_uframes_t 272 sound/pci/rme96.c static snd_pcm_uframes_t snd_pcm_uframes_t 275 sound/pci/rme96.c static snd_pcm_uframes_t snd_pcm_uframes_t 305 sound/pci/rme96.c snd_pcm_uframes_t pos, snd_pcm_uframes_t 306 sound/pci/rme96.c snd_pcm_uframes_t count) snd_pcm_uframes_t 319 sound/pci/rme96.c snd_pcm_uframes_t pos, snd_pcm_uframes_t 321 sound/pci/rme96.c snd_pcm_uframes_t count) snd_pcm_uframes_t 334 sound/pci/rme96.c snd_pcm_uframes_t pos, snd_pcm_uframes_t 336 sound/pci/rme96.c snd_pcm_uframes_t count) snd_pcm_uframes_t 1441 sound/pci/rme96.c static snd_pcm_uframes_t snd_pcm_uframes_t 1448 sound/pci/rme96.c static snd_pcm_uframes_t snd_pcm_uframes_t 959 sound/pci/rme9652/hdsp.c static snd_pcm_uframes_t hdsp_hw_pointer(struct hdsp *hdsp) snd_pcm_uframes_t 3757 sound/pci/rme9652/hdsp.c static snd_pcm_uframes_t snd_hdsp_hw_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 3783 sound/pci/rme9652/hdsp.c snd_pcm_uframes_t pos, void __user *src, snd_pcm_uframes_t count) snd_pcm_uframes_t 3800 sound/pci/rme9652/hdsp.c snd_pcm_uframes_t pos, void __user *dst, snd_pcm_uframes_t count) snd_pcm_uframes_t 3817 sound/pci/rme9652/hdsp.c snd_pcm_uframes_t pos, snd_pcm_uframes_t count) snd_pcm_uframes_t 755 sound/pci/rme9652/hdspm.c static snd_pcm_uframes_t hdspm_hw_pointer(struct hdspm * hdspm) snd_pcm_uframes_t 3488 sound/pci/rme9652/hdspm.c static snd_pcm_uframes_t snd_hdspm_hw_pointer(struct snd_pcm_substream * snd_pcm_uframes_t 3518 sound/pci/rme9652/hdspm.c int channel, snd_pcm_uframes_t pos, snd_pcm_uframes_t 3519 sound/pci/rme9652/hdspm.c void __user *src, snd_pcm_uframes_t count) snd_pcm_uframes_t 3538 sound/pci/rme9652/hdspm.c int channel, snd_pcm_uframes_t pos, snd_pcm_uframes_t 3539 sound/pci/rme9652/hdspm.c void __user *dst, snd_pcm_uframes_t count) snd_pcm_uframes_t 3556 sound/pci/rme9652/hdspm.c int channel, snd_pcm_uframes_t pos, snd_pcm_uframes_t 3557 sound/pci/rme9652/hdspm.c snd_pcm_uframes_t count) snd_pcm_uframes_t 375 sound/pci/rme9652/rme9652.c static snd_pcm_uframes_t rme9652_hw_pointer(struct snd_rme9652 *rme9652) snd_pcm_uframes_t 379 sound/pci/rme9652/rme9652.c snd_pcm_uframes_t period_size = rme9652->period_bytes / 4; snd_pcm_uframes_t 1881 sound/pci/rme9652/rme9652.c static snd_pcm_uframes_t snd_rme9652_hw_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 1911 sound/pci/rme9652/rme9652.c snd_pcm_uframes_t pos, void __user *src, snd_pcm_uframes_t count) snd_pcm_uframes_t 1930 sound/pci/rme9652/rme9652.c snd_pcm_uframes_t pos, void __user *dst, snd_pcm_uframes_t count) snd_pcm_uframes_t 1949 sound/pci/rme9652/rme9652.c snd_pcm_uframes_t pos, snd_pcm_uframes_t count) snd_pcm_uframes_t 652 sound/pci/sis7019.c static snd_pcm_uframes_t sis_pcm_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 721 sound/pci/sonicvibes.c static snd_pcm_uframes_t snd_sonicvibes_playback_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 732 sound/pci/sonicvibes.c static snd_pcm_uframes_t snd_sonicvibes_capture_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 1636 sound/pci/trident/trident_main.c static snd_pcm_uframes_t snd_trident_playback_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 1675 sound/pci/trident/trident_main.c static snd_pcm_uframes_t snd_trident_capture_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 1705 sound/pci/trident/trident_main.c static snd_pcm_uframes_t snd_trident_spdif_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 821 sound/pci/via82xx.c static snd_pcm_uframes_t snd_via686_pcm_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 852 sound/pci/via82xx.c static snd_pcm_uframes_t snd_via8233_pcm_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 610 sound/pci/via82xx_modem.c static snd_pcm_uframes_t snd_via686_pcm_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 747 sound/pci/ymfpci/ymfpci_main.c static snd_pcm_uframes_t snd_ymfpci_playback_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 759 sound/pci/ymfpci/ymfpci_main.c static snd_pcm_uframes_t snd_ymfpci_capture_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 303 sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c static snd_pcm_uframes_t pdacf_pcm_capture_pointer(struct snd_pcm_substream *subs) snd_pcm_uframes_t 320 sound/ppc/pmac.c static snd_pcm_uframes_t snd_pmac_pcm_pointer(struct snd_pmac *chip, snd_pcm_uframes_t 358 sound/ppc/pmac.c static snd_pcm_uframes_t snd_pmac_playback_pointer(struct snd_pcm_substream *subs) snd_pcm_uframes_t 382 sound/ppc/pmac.c static snd_pcm_uframes_t snd_pmac_capture_pointer(struct snd_pcm_substream *subs) snd_pcm_uframes_t 57 sound/ppc/snd_ps3.c static snd_pcm_uframes_t snd_ps3_pcm_pointer(struct snd_pcm_substream snd_pcm_uframes_t 540 sound/ppc/snd_ps3.c static snd_pcm_uframes_t snd_ps3_pcm_pointer( snd_pcm_uframes_t 545 sound/ppc/snd_ps3.c snd_pcm_uframes_t ret; snd_pcm_uframes_t 283 sound/soc/at32/at32-pcm.c static snd_pcm_uframes_t at32_pcm_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 289 sound/soc/at32/at32-pcm.c snd_pcm_uframes_t x; snd_pcm_uframes_t 221 sound/soc/at91/at91-pcm.c static snd_pcm_uframes_t at91_pcm_pointer( snd_pcm_uframes_t 228 sound/soc/at91/at91-pcm.c snd_pcm_uframes_t x; snd_pcm_uframes_t 289 sound/soc/au1x/dbdma2.c static snd_pcm_uframes_t snd_pcm_uframes_t 48 sound/soc/blackfin/bf5xx-ac97-pcm.c snd_pcm_uframes_t count) snd_pcm_uframes_t 205 sound/soc/blackfin/bf5xx-ac97-pcm.c static snd_pcm_uframes_t bf5xx_pcm_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 280 sound/soc/blackfin/bf5xx-ac97-pcm.c snd_pcm_uframes_t pos, snd_pcm_uframes_t 281 sound/soc/blackfin/bf5xx-ac97-pcm.c void __user *buf, snd_pcm_uframes_t count) snd_pcm_uframes_t 133 sound/soc/blackfin/bf5xx-i2s-pcm.c static snd_pcm_uframes_t bf5xx_pcm_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 138 sound/soc/blackfin/bf5xx-i2s-pcm.c snd_pcm_uframes_t frames; snd_pcm_uframes_t 206 sound/soc/davinci/davinci-pcm.c static snd_pcm_uframes_t snd_pcm_uframes_t 693 sound/soc/fsl/fsl_dma.c static snd_pcm_uframes_t fsl_dma_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 699 sound/soc/fsl/fsl_dma.c snd_pcm_uframes_t frames; snd_pcm_uframes_t 554 sound/soc/fsl/mpc5200_psc_i2s.c static snd_pcm_uframes_t snd_pcm_uframes_t 203 sound/soc/omap/omap-pcm.c static snd_pcm_uframes_t omap_pcm_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 208 sound/soc/omap/omap-pcm.c snd_pcm_uframes_t offset; snd_pcm_uframes_t 292 sound/soc/s3c24xx/s3c24xx-pcm.c static snd_pcm_uframes_t snd_pcm_uframes_t 290 sound/soc/sh/dma-sh7760.c static snd_pcm_uframes_t camelot_pos(struct snd_pcm_substream *substream) snd_pcm_uframes_t 645 sound/sparc/amd7930.c static snd_pcm_uframes_t snd_amd7930_playback_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 656 sound/sparc/amd7930.c static snd_pcm_uframes_t snd_amd7930_capture_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 991 sound/sparc/cs4231.c static snd_pcm_uframes_t snd_cs4231_playback_pointer( snd_pcm_uframes_t 1007 sound/sparc/cs4231.c static snd_pcm_uframes_t snd_cs4231_capture_pointer( snd_pcm_uframes_t 2193 sound/sparc/dbri.c static snd_pcm_uframes_t snd_dbri_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 2197 sound/sparc/dbri.c snd_pcm_uframes_t ret; snd_pcm_uframes_t 305 sound/spi/at73c213.c static snd_pcm_uframes_t snd_pcm_uframes_t 310 sound/spi/at73c213.c snd_pcm_uframes_t pos; snd_pcm_uframes_t 268 sound/usb/caiaq/caiaq-audio.c static snd_pcm_uframes_t snd_pcm_uframes_t 933 sound/usb/usbaudio.c static snd_pcm_uframes_t snd_usb_pcm_pointer(struct snd_pcm_substream *substream) snd_pcm_uframes_t 936 sound/usb/usbaudio.c snd_pcm_uframes_t hwptr_done; snd_pcm_uframes_t 538 sound/usb/usx2y/usbusx2yaudio.c static snd_pcm_uframes_t snd_usX2Y_pcm_pointer(struct snd_pcm_substream *substream)