Symbol: snd_pcm_uframes_t
drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c
519
static snd_pcm_uframes_t dw_hdmi_pointer(struct snd_pcm_substream *substream)
drivers/media/pci/cobalt/cobalt-alsa-pcm.c
263
snd_pcm_uframes_t snd_cobalt_pcm_pointer(struct snd_pcm_substream *substream)
drivers/media/pci/cobalt/cobalt-alsa-pcm.c
265
snd_pcm_uframes_t hwptr_done;
drivers/media/pci/cobalt/cobalt-alsa-pcm.c
433
snd_pcm_uframes_t snd_cobalt_pcm_pb_pointer(struct snd_pcm_substream *substream)
drivers/media/pci/cx18/cx18-alsa-pcm.c
219
snd_pcm_uframes_t snd_cx18_pcm_pointer(struct snd_pcm_substream *substream)
drivers/media/pci/cx18/cx18-alsa-pcm.c
222
snd_pcm_uframes_t hwptr_done;
drivers/media/pci/cx23885/cx23885-alsa.c
473
static snd_pcm_uframes_t snd_cx23885_pointer(
drivers/media/pci/cx25821/cx25821-alsa.c
614
static snd_pcm_uframes_t snd_cx25821_pointer(struct snd_pcm_substream
drivers/media/pci/cx88/cx88-alsa.c
559
static snd_pcm_uframes_t snd_cx88_pointer(struct snd_pcm_substream *substream)
drivers/media/pci/ivtv/ivtv-alsa-pcm.c
221
snd_pcm_uframes_t snd_ivtv_pcm_pointer(struct snd_pcm_substream *substream)
drivers/media/pci/ivtv/ivtv-alsa-pcm.c
224
snd_pcm_uframes_t hwptr_done;
drivers/media/pci/saa7134/saa7134-alsa.c
590
static snd_pcm_uframes_t
drivers/media/pci/solo6x10/solo6x10-g723.c
198
static snd_pcm_uframes_t snd_solo_pcm_pointer(struct snd_pcm_substream *ss)
drivers/media/pci/solo6x10/solo6x10-g723.c
202
snd_pcm_uframes_t idx = solo_reg_read(solo_dev, SOLO_AUDIO_STA) & 0x1f;
drivers/media/pci/tw686x/tw686x-audio.c
250
static snd_pcm_uframes_t tw686x_pcm_pointer(struct snd_pcm_substream *ss)
drivers/media/usb/cx231xx/cx231xx-audio.c
535
static snd_pcm_uframes_t snd_cx231xx_capture_pointer(struct snd_pcm_substream
drivers/media/usb/cx231xx/cx231xx-audio.c
540
snd_pcm_uframes_t hwptr_done;
drivers/media/usb/em28xx/em28xx-audio.c
372
static snd_pcm_uframes_t snd_em28xx_capture_pointer(struct snd_pcm_substream
drivers/media/usb/em28xx/em28xx-audio.c
377
snd_pcm_uframes_t hwptr_done;
drivers/media/usb/go7007/snd-go7007.c
167
static snd_pcm_uframes_t go7007_snd_pcm_pointer(struct snd_pcm_substream *substream)
drivers/media/usb/usbtv/usbtv-audio.c
305
static snd_pcm_uframes_t snd_usbtv_pointer(struct snd_pcm_substream *substream)
drivers/most/most_snd.c
398
static snd_pcm_uframes_t pcm_pointer(struct snd_pcm_substream *substream)
drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c
274
static snd_pcm_uframes_t
drivers/usb/gadget/function/u_audio.c
353
static snd_pcm_uframes_t uac_pcm_pointer(struct snd_pcm_substream *substream)
include/sound/dmaengine_pcm.h
33
snd_pcm_uframes_t snd_dmaengine_pcm_pointer(struct snd_pcm_substream *substream);
include/sound/dmaengine_pcm.h
34
snd_pcm_uframes_t snd_dmaengine_pcm_pointer_no_residue(struct snd_pcm_substream *substream);
include/sound/emu10k1.h
1510
snd_pcm_uframes_t resume_pos;
include/sound/pcm-indirect.h
113
snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr;
include/sound/pcm-indirect.h
154
static inline snd_pcm_uframes_t
include/sound/pcm-indirect.h
24
snd_pcm_uframes_t appl_ptr; /* Last seen appl_ptr */
include/sound/pcm-indirect.h
39
snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr;
include/sound/pcm-indirect.h
81
static inline snd_pcm_uframes_t
include/sound/pcm.h
106
#define SNDRV_PCM_POS_XRUN ((snd_pcm_uframes_t)-1)
include/sound/pcm.h
1188
snd_pcm_uframes_t frames, bool in_kernel);
include/sound/pcm.h
1192
const void __user *buf, snd_pcm_uframes_t frames)
include/sound/pcm.h
1199
void __user *buf, snd_pcm_uframes_t frames)
include/sound/pcm.h
1206
void __user **bufs, snd_pcm_uframes_t frames)
include/sound/pcm.h
1213
void __user **bufs, snd_pcm_uframes_t frames)
include/sound/pcm.h
1220
const void *buf, snd_pcm_uframes_t frames)
include/sound/pcm.h
1227
void *buf, snd_pcm_uframes_t frames)
include/sound/pcm.h
1234
void **bufs, snd_pcm_uframes_t frames)
include/sound/pcm.h
1241
void **bufs, snd_pcm_uframes_t frames)
include/sound/pcm.h
1551
snd_pcm_uframes_t appl_ptr; /* appl ptr */
include/sound/pcm.h
1552
snd_pcm_uframes_t hw_ptr; /* hw ptr */
include/sound/pcm.h
1554
snd_pcm_uframes_t avail; /* number of frames available */
include/sound/pcm.h
1555
snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
include/sound/pcm.h
1556
snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */
include/sound/pcm.h
370
snd_pcm_uframes_t avail_max;
include/sound/pcm.h
371
snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */
include/sound/pcm.h
372
snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */
include/sound/pcm.h
384
snd_pcm_uframes_t period_size; /* period size */
include/sound/pcm.h
386
snd_pcm_uframes_t buffer_size; /* buffer size */
include/sound/pcm.h
387
snd_pcm_uframes_t min_align; /* Min alignment for the format */
include/sound/pcm.h
399
snd_pcm_uframes_t start_threshold;
include/sound/pcm.h
400
snd_pcm_uframes_t stop_threshold;
include/sound/pcm.h
401
snd_pcm_uframes_t silence_threshold;
include/sound/pcm.h
402
snd_pcm_uframes_t silence_size;
include/sound/pcm.h
403
snd_pcm_uframes_t boundary;
include/sound/pcm.h
406
snd_pcm_uframes_t silence_start; /* starting pointer to silence area */
include/sound/pcm.h
407
snd_pcm_uframes_t silence_filled; /* already filled part of silence area */
include/sound/pcm.h
416
snd_pcm_uframes_t twake; /* do transfer (!poll) wakeup if non-zero */
include/sound/pcm.h
66
snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *substream);
include/sound/pcm.h
828
static inline snd_pcm_uframes_t snd_pcm_playback_avail(struct snd_pcm_runtime *runtime)
include/sound/pcm.h
833
else if ((snd_pcm_uframes_t) avail >= runtime->boundary)
include/sound/pcm.h
846
static inline snd_pcm_uframes_t snd_pcm_capture_avail(struct snd_pcm_runtime *runtime)
include/sound/soc-component.h
136
snd_pcm_uframes_t (*pointer)(struct snd_soc_component *component,
include/trace/events/sof.h
66
snd_pcm_uframes_t dma_posn,
include/trace/events/sof.h
67
snd_pcm_uframes_t dai_posn
include/trace/events/sof_intel.h
93
snd_pcm_uframes_t pos
include/uapi/sound/asound.h
422
snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
include/uapi/sound/asound.h
437
snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
include/uapi/sound/asound.h
438
snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
include/uapi/sound/asound.h
439
snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
include/uapi/sound/asound.h
444
snd_pcm_uframes_t stop_threshold; /* - stop playback */
include/uapi/sound/asound.h
445
snd_pcm_uframes_t silence_threshold; /* - pre-fill buffer with silence */
include/uapi/sound/asound.h
446
snd_pcm_uframes_t silence_size; /* max size of silence pre-fill; when >= boundary,
include/uapi/sound/asound.h
448
snd_pcm_uframes_t boundary; /* pointers wrap point */
include/uapi/sound/asound.h
486
snd_pcm_uframes_t appl_ptr; /* appl ptr */
include/uapi/sound/asound.h
487
snd_pcm_uframes_t hw_ptr; /* hw ptr */
include/uapi/sound/asound.h
489
snd_pcm_uframes_t avail; /* number of frames available */
include/uapi/sound/asound.h
490
snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
include/uapi/sound/asound.h
491
snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */
include/uapi/sound/asound.h
534
snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */
include/uapi/sound/asound.h
541
snd_pcm_uframes_t appl_ptr; /* RW: appl ptr (0...boundary-1) */
include/uapi/sound/asound.h
542
snd_pcm_uframes_t avail_min; /* RW: min available frames for wakeup */
include/uapi/sound/asound.h
562
typedef char __pad_before_uframe[sizeof(__u64) - sizeof(snd_pcm_uframes_t)];
include/uapi/sound/asound.h
568
typedef char __pad_after_uframe[sizeof(__u64) - sizeof(snd_pcm_uframes_t)];
include/uapi/sound/asound.h
575
snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */
include/uapi/sound/asound.h
585
snd_pcm_uframes_t appl_ptr; /* RW: appl ptr (0...boundary-1) */
include/uapi/sound/asound.h
590
snd_pcm_uframes_t avail_min; /* RW: min available frames for wakeup */
include/uapi/sound/asound.h
610
snd_pcm_uframes_t frames;
include/uapi/sound/asound.h
616
snd_pcm_uframes_t frames;
include/uapi/sound/asound.h
698
#define SNDRV_PCM_IOCTL_REWIND _IOW('A', 0x46, snd_pcm_uframes_t)
include/uapi/sound/asound.h
701
#define SNDRV_PCM_IOCTL_FORWARD _IOW('A', 0x49, snd_pcm_uframes_t)
sound/aoa/soundbus/i2sbus/pcm.c
601
static snd_pcm_uframes_t i2sbus_pcm_pointer(struct i2sbus_dev *i2sdev, int in)
sound/aoa/soundbus/i2sbus/pcm.c
747
static snd_pcm_uframes_t i2sbus_playback_pointer(struct snd_pcm_substream
sound/aoa/soundbus/i2sbus/pcm.c
816
static snd_pcm_uframes_t i2sbus_record_pointer(struct snd_pcm_substream
sound/arm/aaci.c
535
static snd_pcm_uframes_t aaci_pcm_pointer(struct snd_pcm_substream *substream)
sound/atmel/ac97c.c
406
static snd_pcm_uframes_t
sound/atmel/ac97c.c
411
snd_pcm_uframes_t frames;
sound/atmel/ac97c.c
423
static snd_pcm_uframes_t
sound/atmel/ac97c.c
428
snd_pcm_uframes_t frames;
sound/core/oss/copy.c
15
snd_pcm_uframes_t frames)
sound/core/oss/io.c
25
snd_pcm_uframes_t frames)
sound/core/oss/io.c
51
snd_pcm_uframes_t frames)
sound/core/oss/io.c
76
snd_pcm_uframes_t frames,
sound/core/oss/linear.c
43
snd_pcm_uframes_t frames)
sound/core/oss/linear.c
52
snd_pcm_uframes_t frames1;
sound/core/oss/linear.c
76
snd_pcm_uframes_t frames)
sound/core/oss/mulaw.c
130
snd_pcm_uframes_t frames);
sound/core/oss/mulaw.c
157
snd_pcm_uframes_t frames)
sound/core/oss/mulaw.c
166
snd_pcm_uframes_t frames1;
sound/core/oss/mulaw.c
203
snd_pcm_uframes_t frames)
sound/core/oss/mulaw.c
212
snd_pcm_uframes_t frames1;
sound/core/oss/mulaw.c
237
snd_pcm_uframes_t frames)
sound/core/oss/pcm_oss.c
1021
snd_pcm_uframes_t frames;
sound/core/oss/pcm_oss.c
1205
snd_pcm_uframes_t frames;
sound/core/oss/pcm_oss.c
1227
snd_pcm_sframes_t snd_pcm_oss_write3(struct snd_pcm_substream *substream, const char *ptr, snd_pcm_uframes_t frames, int in_kernel)
sound/core/oss/pcm_oss.c
1260
snd_pcm_sframes_t snd_pcm_oss_read3(struct snd_pcm_substream *substream, char *ptr, snd_pcm_uframes_t frames, int in_kernel)
sound/core/oss/pcm_oss.c
1306
snd_pcm_sframes_t snd_pcm_oss_writev3(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames)
sound/core/oss/pcm_oss.c
1336
snd_pcm_sframes_t snd_pcm_oss_readv3(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames)
sound/core/oss/pcm_oss.c
2059
snd_pcm_uframes_t hw_ptr)
sound/core/oss/pcm_oss.c
2062
snd_pcm_uframes_t appl_ptr;
sound/core/oss/pcm_oss.c
606
snd_pcm_uframes_t get_hw_ptr_period(struct snd_pcm_runtime *runtime)
sound/core/oss/pcm_plugin.c
128
snd_pcm_uframes_t frames,
sound/core/oss/pcm_plugin.c
232
snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t drv_frames)
sound/core/oss/pcm_plugin.c
247
snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t clt_frames)
sound/core/oss/pcm_plugin.c
34
static int snd_pcm_plugin_alloc(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames)
sound/core/oss/pcm_plugin.c
544
snd_pcm_uframes_t count,
sound/core/oss/pcm_plugin.c
582
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)
sound/core/oss/pcm_plugin.c
624
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)
sound/core/oss/pcm_plugin.c
93
int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames)
sound/core/oss/pcm_plugin.h
119
snd_pcm_uframes_t size);
sound/core/oss/pcm_plugin.h
122
snd_pcm_uframes_t size);
sound/core/oss/pcm_plugin.h
125
char *buf, snd_pcm_uframes_t count,
sound/core/oss/pcm_plugin.h
129
snd_pcm_uframes_t frames,
sound/core/oss/pcm_plugin.h
143
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; }
sound/core/oss/pcm_plugin.h
144
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; }
sound/core/oss/pcm_plugin.h
150
const char *ptr, snd_pcm_uframes_t size,
sound/core/oss/pcm_plugin.h
153
char *ptr, snd_pcm_uframes_t size, int in_kernel);
sound/core/oss/pcm_plugin.h
155
void **bufs, snd_pcm_uframes_t frames);
sound/core/oss/pcm_plugin.h
157
void **bufs, snd_pcm_uframes_t frames);
sound/core/oss/pcm_plugin.h
28
snd_pcm_uframes_t frames; /* allocated frames */
sound/core/oss/pcm_plugin.h
47
snd_pcm_sframes_t (*src_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t dst_frames);
sound/core/oss/pcm_plugin.h
48
snd_pcm_sframes_t (*dst_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t src_frames);
sound/core/oss/pcm_plugin.h
50
snd_pcm_uframes_t frames,
sound/core/oss/pcm_plugin.h
55
snd_pcm_uframes_t frames);
sound/core/oss/pcm_plugin.h
65
snd_pcm_uframes_t buf_frames;
sound/core/oss/pcm_plugin.h
77
int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames);
sound/core/oss/pcm_plugin.h
78
snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t drv_size);
sound/core/oss/pcm_plugin.h
79
snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t clt_size);
sound/core/oss/rate.c
168
static snd_pcm_sframes_t rate_src_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames)
sound/core/oss/rate.c
201
static snd_pcm_sframes_t rate_dst_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames)
sound/core/oss/rate.c
237
snd_pcm_uframes_t frames)
sound/core/oss/rate.c
239
snd_pcm_uframes_t dst_frames;
sound/core/oss/route.c
13
snd_pcm_uframes_t frames, snd_pcm_format_t format)
sound/core/oss/route.c
26
snd_pcm_uframes_t frames, snd_pcm_format_t format)
sound/core/oss/route.c
35
snd_pcm_uframes_t frames)
sound/core/pcm_compat.c
29
snd_pcm_uframes_t frames;
sound/core/pcm_compat.c
414
snd_pcm_uframes_t boundary;
sound/core/pcm_compat.c
43
snd_pcm_uframes_t frames;
sound/core/pcm_compat.c
90
snd_pcm_uframes_t boundary;
sound/core/pcm_dmaengine.c
235
snd_pcm_uframes_t snd_dmaengine_pcm_pointer_no_residue(struct snd_pcm_substream *substream)
sound/core/pcm_dmaengine.c
251
snd_pcm_uframes_t snd_dmaengine_pcm_pointer(struct snd_pcm_substream *substream)
sound/core/pcm_lib.c
1950
snd_pcm_uframes_t *availp)
sound/core/pcm_lib.c
1956
snd_pcm_uframes_t avail = 0;
sound/core/pcm_lib.c
2042
typedef int (*pcm_copy_f)(struct snd_pcm_substream *, snd_pcm_uframes_t, void *,
sound/core/pcm_lib.c
2043
snd_pcm_uframes_t, snd_pcm_uframes_t, pcm_transfer_f,
sound/core/pcm_lib.c
212
snd_pcm_uframes_t avail;
sound/core/pcm_lib.c
2128
snd_pcm_uframes_t hwoff, void *data,
sound/core/pcm_lib.c
2129
snd_pcm_uframes_t off,
sound/core/pcm_lib.c
2130
snd_pcm_uframes_t frames,
sound/core/pcm_lib.c
2152
snd_pcm_uframes_t hwoff, void *data,
sound/core/pcm_lib.c
2153
snd_pcm_uframes_t off,
sound/core/pcm_lib.c
2154
snd_pcm_uframes_t frames,
sound/core/pcm_lib.c
2186
snd_pcm_uframes_t off, snd_pcm_uframes_t frames)
sound/core/pcm_lib.c
2231
snd_pcm_uframes_t appl_ptr)
sound/core/pcm_lib.c
2234
snd_pcm_uframes_t old_appl_ptr = runtime->control->appl_ptr;
sound/core/pcm_lib.c
2276
snd_pcm_uframes_t size, bool in_kernel)
sound/core/pcm_lib.c
2279
snd_pcm_uframes_t xfer = 0;
sound/core/pcm_lib.c
2280
snd_pcm_uframes_t offset = 0;
sound/core/pcm_lib.c
2281
snd_pcm_uframes_t avail;
sound/core/pcm_lib.c
2346
snd_pcm_uframes_t frames, appl_ptr, appl_ofs;
sound/core/pcm_lib.c
2347
snd_pcm_uframes_t cont;
sound/core/pcm_lib.c
2358
runtime->twake = min_t(snd_pcm_uframes_t, size,
sound/core/pcm_lib.c
290
snd_pcm_uframes_t pos;
sound/core/pcm_lib.c
291
snd_pcm_uframes_t old_hw_ptr, new_hw_ptr, hw_base;
sound/core/pcm_lib.c
34
snd_pcm_uframes_t off, snd_pcm_uframes_t frames);
sound/core/pcm_lib.c
38
snd_pcm_uframes_t ptr,
sound/core/pcm_lib.c
39
snd_pcm_uframes_t new_ptr)
sound/core/pcm_lib.c
478
delta -= (snd_pcm_uframes_t)delta % runtime->period_size;
sound/core/pcm_lib.c
48
if ((snd_pcm_uframes_t)delta < runtime->silence_filled)
sound/core/pcm_lib.c
64
void snd_pcm_playback_silence(struct snd_pcm_substream *substream, snd_pcm_uframes_t new_hw_ptr)
sound/core/pcm_lib.c
67
snd_pcm_uframes_t frames, ofs, transfer;
sound/core/pcm_lib.c
72
snd_pcm_uframes_t appl_ptr = READ_ONCE(runtime->control->appl_ptr);
sound/core/pcm_lib.c
93
snd_pcm_uframes_t hw_ptr = runtime->status->hw_ptr;
sound/core/pcm_local.h
27
snd_pcm_uframes_t appl_ptr);
sound/core/pcm_local.h
33
snd_pcm_uframes_t new_hw_ptr);
sound/core/pcm_local.h
35
static inline snd_pcm_uframes_t
sound/core/pcm_local.h
44
static inline snd_pcm_uframes_t
sound/core/pcm_native.c
1046
static inline snd_pcm_uframes_t
sound/core/pcm_native.c
1049
snd_pcm_uframes_t delay;
sound/core/pcm_native.c
2181
snd_pcm_uframes_t drain_bufsz;
sound/core/pcm_native.c
3016
snd_pcm_uframes_t frames,
sound/core/pcm_native.c
3025
if (frames > (snd_pcm_uframes_t)avail)
sound/core/pcm_native.c
3036
snd_pcm_uframes_t frames,
sound/core/pcm_native.c
3045
if (frames > (snd_pcm_uframes_t)avail)
sound/core/pcm_native.c
3060
snd_pcm_uframes_t frames)
sound/core/pcm_native.c
3079
snd_pcm_uframes_t frames)
sound/core/pcm_native.c
3229
static snd_pcm_uframes_t recalculate_boundary(struct snd_pcm_runtime *runtime)
sound/core/pcm_native.c
3231
snd_pcm_uframes_t boundary;
sound/core/pcm_native.c
3232
snd_pcm_uframes_t border;
sound/core/pcm_native.c
3260
snd_pcm_uframes_t boundary;
sound/core/pcm_native.c
3370
snd_pcm_uframes_t __user *_frames)
sound/core/pcm_native.c
3372
snd_pcm_uframes_t frames;
sound/core/pcm_native.c
3386
snd_pcm_uframes_t __user *_frames)
sound/core/pcm_native.c
3388
snd_pcm_uframes_t frames;
sound/core/pcm_native.c
3539
snd_pcm_uframes_t *frames = arg;
sound/core/pcm_native.c
3629
snd_pcm_uframes_t frames;
sound/core/pcm_native.c
3668
snd_pcm_uframes_t frames;
sound/core/pcm_native.c
3705
snd_pcm_uframes_t avail;
sound/core/pcm_native.c
57
snd_pcm_uframes_t fifo_size;
sound/core/pcm_native.c
787
snd_pcm_uframes_t frames;
sound/core/pcm_trace.h
107
TP_PROTO(struct snd_pcm_substream *substream, snd_pcm_uframes_t prev, snd_pcm_uframes_t curr),
sound/core/pcm_trace.h
114
__field( snd_pcm_uframes_t, prev )
sound/core/pcm_trace.h
115
__field( snd_pcm_uframes_t, curr )
sound/core/pcm_trace.h
116
__field( snd_pcm_uframes_t, avail )
sound/core/pcm_trace.h
117
__field( snd_pcm_uframes_t, period_size )
sound/core/pcm_trace.h
118
__field( snd_pcm_uframes_t, buffer_size )
sound/core/pcm_trace.h
12
TP_PROTO(struct snd_pcm_substream *substream, snd_pcm_uframes_t pos, bool irq),
sound/core/pcm_trace.h
20
__field( snd_pcm_uframes_t, pos )
sound/core/pcm_trace.h
21
__field( snd_pcm_uframes_t, period_size )
sound/core/pcm_trace.h
22
__field( snd_pcm_uframes_t, buffer_size )
sound/core/pcm_trace.h
23
__field( snd_pcm_uframes_t, old_hw_ptr )
sound/core/pcm_trace.h
24
__field( snd_pcm_uframes_t, hw_ptr_base )
sound/core/pcm_trace.h
58
__field( snd_pcm_uframes_t, period_size )
sound/core/pcm_trace.h
59
__field( snd_pcm_uframes_t, buffer_size )
sound/core/pcm_trace.h
60
__field( snd_pcm_uframes_t, old_hw_ptr )
sound/core/pcm_trace.h
61
__field( snd_pcm_uframes_t, hw_ptr_base )
sound/core/sound_kunit.c
186
static snd_pcm_uframes_t calculate_boundary(snd_pcm_uframes_t buffer_size)
sound/core/sound_kunit.c
188
snd_pcm_uframes_t boundary = buffer_size;
sound/core/sound_kunit.c
42
snd_pcm_uframes_t buffer_size;
sound/core/sound_kunit.c
43
snd_pcm_uframes_t hw_ptr;
sound/core/sound_kunit.c
44
snd_pcm_uframes_t appl_ptr;
sound/core/sound_kunit.c
45
snd_pcm_uframes_t expected_avail;
sound/drivers/aloop.c
598
snd_pcm_uframes_t appl_ptr, appl_ptr1, diff;
sound/drivers/aloop.c
753
snd_pcm_uframes_t period_size_usec =
sound/drivers/aloop.c
756
snd_pcm_uframes_t period_size =
sound/drivers/aloop.c
923
static snd_pcm_uframes_t loopback_pointer(struct snd_pcm_substream *substream)
sound/drivers/aloop.c
927
snd_pcm_uframes_t pos;
sound/drivers/dummy.c
103
snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *);
sound/drivers/dummy.c
318
static snd_pcm_uframes_t
sound/drivers/dummy.c
415
static snd_pcm_uframes_t
sound/drivers/dummy.c
503
static snd_pcm_uframes_t dummy_pcm_pointer(struct snd_pcm_substream *substream)
sound/drivers/pcmtest.c
445
static snd_pcm_uframes_t snd_pcmtst_pcm_pointer(struct snd_pcm_substream *substream)
sound/drivers/pcsp/pcsp_lib.c
271
static snd_pcm_uframes_t snd_pcsp_playback_pointer(struct snd_pcm_substream
sound/drivers/vx/vx_pcm.c
1060
static snd_pcm_uframes_t vx_pcm_capture_pointer(struct snd_pcm_substream *subs)
sound/drivers/vx/vx_pcm.c
773
static snd_pcm_uframes_t vx_pcm_playback_pointer(struct snd_pcm_substream *subs)
sound/firewire/amdtp-stream.h
195
snd_pcm_uframes_t pcm_buffer_pointer;
sound/firewire/bebob/bebob_pcm.c
301
static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm)
sound/firewire/bebob/bebob_pcm.c
308
static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm)
sound/firewire/dice/dice-pcm.c
361
static snd_pcm_uframes_t capture_pointer(struct snd_pcm_substream *substream)
sound/firewire/dice/dice-pcm.c
368
static snd_pcm_uframes_t playback_pointer(struct snd_pcm_substream *substream)
sound/firewire/digi00x/digi00x-pcm.c
280
static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm)
sound/firewire/digi00x/digi00x-pcm.c
287
static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm)
sound/firewire/fireface/ff-pcm.c
321
static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm)
sound/firewire/fireface/ff-pcm.c
328
static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm)
sound/firewire/fireworks/fireworks_pcm.c
332
static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm)
sound/firewire/fireworks/fireworks_pcm.c
338
static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm)
sound/firewire/isight.c
427
static snd_pcm_uframes_t isight_pointer(struct snd_pcm_substream *substream)
sound/firewire/motu/motu-pcm.c
301
static snd_pcm_uframes_t capture_pointer(struct snd_pcm_substream *substream)
sound/firewire/motu/motu-pcm.c
307
static snd_pcm_uframes_t playback_pointer(struct snd_pcm_substream *substream)
sound/firewire/oxfw/oxfw-pcm.c
366
static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstm)
sound/firewire/oxfw/oxfw-pcm.c
372
static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstm)
sound/firewire/tascam/tascam-pcm.c
209
static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm)
sound/firewire/tascam/tascam-pcm.c
216
static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm)
sound/hda/common/controller.c
321
static snd_pcm_uframes_t azx_pcm_pointer(struct snd_pcm_substream *substream)
sound/hda/controllers/intel.c
654
snd_pcm_uframes_t hwptr, target;
sound/isa/ad1816a/ad1816a_lib.c
260
static snd_pcm_uframes_t snd_ad1816a_playback_pointer(struct snd_pcm_substream *substream)
sound/isa/ad1816a/ad1816a_lib.c
270
static snd_pcm_uframes_t snd_ad1816a_capture_pointer(struct snd_pcm_substream *substream)
sound/isa/es1688/es1688_lib.c
461
static snd_pcm_uframes_t snd_es1688_playback_pointer(struct snd_pcm_substream *substream)
sound/isa/es1688/es1688_lib.c
472
static snd_pcm_uframes_t snd_es1688_capture_pointer(struct snd_pcm_substream *substream)
sound/isa/es18xx.c
768
static snd_pcm_uframes_t snd_es18xx_playback_pointer(struct snd_pcm_substream *substream)
sound/isa/es18xx.c
787
static snd_pcm_uframes_t snd_es18xx_capture_pointer(struct snd_pcm_substream *substream)
sound/isa/gus/gus_pcm.c
491
static snd_pcm_uframes_t snd_gf1_pcm_playback_pointer(struct snd_pcm_substream *substream)
sound/isa/gus/gus_pcm.c
575
static snd_pcm_uframes_t snd_gf1_pcm_capture_pointer(struct snd_pcm_substream *substream)
sound/isa/msnd/msnd.c
553
static snd_pcm_uframes_t
sound/isa/msnd/msnd.c
635
static snd_pcm_uframes_t
sound/isa/sb/emu8000_pcm.c
609
static snd_pcm_uframes_t emu8k_pcm_pointer(struct snd_pcm_substream *subs)
sound/isa/sb/sb16_main.c
414
static snd_pcm_uframes_t snd_sb16_playback_pointer(struct snd_pcm_substream *substream)
sound/isa/sb/sb16_main.c
425
static snd_pcm_uframes_t snd_sb16_capture_pointer(struct snd_pcm_substream *substream)
sound/isa/sb/sb8_main.c
378
static snd_pcm_uframes_t snd_sb8_playback_pointer(struct snd_pcm_substream *substream)
sound/isa/sb/sb8_main.c
394
static snd_pcm_uframes_t snd_sb8_capture_pointer(struct snd_pcm_substream *substream)
sound/isa/wss/wss_lib.c
1092
static snd_pcm_uframes_t snd_wss_playback_pointer(struct snd_pcm_substream *substream)
sound/isa/wss/wss_lib.c
1103
static snd_pcm_uframes_t snd_wss_capture_pointer(struct snd_pcm_substream *substream)
sound/mips/hal2.c
563
static snd_pcm_uframes_t
sound/mips/hal2.c
648
static snd_pcm_uframes_t
sound/mips/sgio2audio.c
627
static snd_pcm_uframes_t
sound/mips/sgio2audio.c
75
snd_pcm_uframes_t size;
sound/mips/snd-n64.c
251
static snd_pcm_uframes_t n64audio_pcm_pointer(struct snd_pcm_substream *substream)
sound/parisc/harmony.c
441
static snd_pcm_uframes_t
sound/parisc/harmony.c
470
static snd_pcm_uframes_t
sound/pci/ad1889.c
506
static snd_pcm_uframes_t
sound/pci/ad1889.c
525
static snd_pcm_uframes_t
sound/pci/ali5451/ali5451.c
1350
static snd_pcm_uframes_t
sound/pci/ali5451/ali5451.c
1370
static snd_pcm_uframes_t snd_ali_pointer(struct snd_pcm_substream *substream)
sound/pci/als300.c
494
static snd_pcm_uframes_t snd_als300_pointer(struct snd_pcm_substream *substream)
sound/pci/als4000.c
472
static snd_pcm_uframes_t snd_als4000_capture_pointer(struct snd_pcm_substream *substream)
sound/pci/als4000.c
484
static snd_pcm_uframes_t snd_als4000_playback_pointer(struct snd_pcm_substream *substream)
sound/pci/asihpi/asihpi.c
1078
static snd_pcm_uframes_t
sound/pci/asihpi/asihpi.c
923
static snd_pcm_uframes_t
sound/pci/asihpi/asihpi.c
928
snd_pcm_uframes_t ptr;
sound/pci/atiixp.c
643
static snd_pcm_uframes_t snd_atiixp_pcm_pointer(struct snd_pcm_substream *substream)
sound/pci/atiixp_modem.c
592
static snd_pcm_uframes_t snd_atiixp_pcm_pointer(struct snd_pcm_substream *substream)
sound/pci/au88x0/au88x0_pcm.c
399
static snd_pcm_uframes_t snd_vortex_pcm_pointer(struct snd_pcm_substream *substream)
sound/pci/au88x0/au88x0_pcm.c
404
snd_pcm_uframes_t current_ptr = 0;
sound/pci/aw2/aw2-alsa.c
115
static snd_pcm_uframes_t snd_aw2_pcm_pointer_playback(struct snd_pcm_substream
sound/pci/aw2/aw2-alsa.c
117
static snd_pcm_uframes_t snd_aw2_pcm_pointer_capture(struct snd_pcm_substream
sound/pci/aw2/aw2-alsa.c
446
static snd_pcm_uframes_t snd_aw2_pcm_pointer_playback(struct snd_pcm_substream
sound/pci/aw2/aw2-alsa.c
465
static snd_pcm_uframes_t snd_aw2_pcm_pointer_capture(struct snd_pcm_substream
sound/pci/azt3328.c
1589
static snd_pcm_uframes_t
sound/pci/azt3328.c
1596
snd_pcm_uframes_t frmres;
sound/pci/bt87x.c
516
static snd_pcm_uframes_t snd_bt87x_pointer(struct snd_pcm_substream *substream)
sound/pci/bt87x.c
521
return (snd_pcm_uframes_t)bytes_to_frames(runtime, chip->current_line * chip->line_bytes);
sound/pci/ca0106/ca0106_main.c
1005
static snd_pcm_uframes_t
sound/pci/ca0106/ca0106_main.c
1035
static snd_pcm_uframes_t
sound/pci/ca0106/ca0106_main.c
1041
snd_pcm_uframes_t ptr, ptr1, ptr2 = 0;
sound/pci/cmipci.c
901
static snd_pcm_uframes_t snd_cmipci_pcm_pointer(struct cmipci *cm, struct cmipci_pcm *rec,
sound/pci/cmipci.c
941
static snd_pcm_uframes_t snd_cmipci_playback_pointer(struct snd_pcm_substream *substream)
sound/pci/cmipci.c
960
static snd_pcm_uframes_t snd_cmipci_capture_pointer(struct snd_pcm_substream *substream)
sound/pci/cs4281.c
799
static snd_pcm_uframes_t snd_cs4281_pointer(struct snd_pcm_substream *substream)
sound/pci/cs46xx/cs46xx_lib.c
892
static snd_pcm_uframes_t snd_cs46xx_playback_direct_pointer(struct snd_pcm_substream *substream)
sound/pci/cs46xx/cs46xx_lib.c
910
static snd_pcm_uframes_t snd_cs46xx_playback_indirect_pointer(struct snd_pcm_substream *substream)
sound/pci/cs46xx/cs46xx_lib.c
927
static snd_pcm_uframes_t snd_cs46xx_capture_direct_pointer(struct snd_pcm_substream *substream)
sound/pci/cs46xx/cs46xx_lib.c
934
static snd_pcm_uframes_t snd_cs46xx_capture_indirect_pointer(struct snd_pcm_substream *substream)
sound/pci/cs5535audio/cs5535audio_pcm.c
306
static snd_pcm_uframes_t snd_cs5535audio_pcm_pointer(struct snd_pcm_substream
sound/pci/ctxfi/ctpcm.c
244
static snd_pcm_uframes_t
sound/pci/ctxfi/ctpcm.c
350
static snd_pcm_uframes_t
sound/pci/echoaudio/echoaudio.c
797
static snd_pcm_uframes_t pcm_pointer(struct snd_pcm_substream *substream)
sound/pci/emu10k1/emu10k1x.c
493
static snd_pcm_uframes_t
sound/pci/emu10k1/emu10k1x.c
500
snd_pcm_uframes_t ptr = 0, ptr1 = 0, ptr2= 0,ptr3 = 0,ptr4 = 0;
sound/pci/emu10k1/emu10k1x.c
653
static snd_pcm_uframes_t
sound/pci/emu10k1/emu10k1x.c
659
snd_pcm_uframes_t ptr;
sound/pci/emu10k1/emupcm.c
1719
static snd_pcm_uframes_t snd_emu10k1_fx8010_playback_pointer(struct snd_pcm_substream *substream)
sound/pci/emu10k1/emupcm.c
832
static snd_pcm_uframes_t snd_emu10k1_playback_pointer(struct snd_pcm_substream *substream)
sound/pci/emu10k1/emupcm.c
975
static snd_pcm_uframes_t snd_emu10k1_capture_pointer(struct snd_pcm_substream *substream)
sound/pci/emu10k1/p16v.c
479
static snd_pcm_uframes_t
sound/pci/emu10k1/p16v.c
484
snd_pcm_uframes_t ptr, ptr1, ptr2,ptr3,ptr4 = 0;
sound/pci/emu10k1/p16v.c
504
static snd_pcm_uframes_t
sound/pci/emu10k1/p16v.c
509
snd_pcm_uframes_t ptr, ptr1, ptr2 = 0;
sound/pci/ens1370.c
1003
static snd_pcm_uframes_t snd_ensoniq_capture_pointer(struct snd_pcm_substream *substream)
sound/pci/ens1370.c
973
static snd_pcm_uframes_t snd_ensoniq_playback1_pointer(struct snd_pcm_substream *substream)
sound/pci/ens1370.c
988
static snd_pcm_uframes_t snd_ensoniq_playback2_pointer(struct snd_pcm_substream *substream)
sound/pci/es1938.c
744
static snd_pcm_uframes_t snd_es1938_capture_pointer(struct snd_pcm_substream *substream)
sound/pci/es1938.c
774
static snd_pcm_uframes_t snd_es1938_playback1_pointer(struct snd_pcm_substream *substream)
sound/pci/es1938.c
786
static snd_pcm_uframes_t snd_es1938_playback2_pointer(struct snd_pcm_substream *substream)
sound/pci/es1938.c
803
static snd_pcm_uframes_t snd_es1938_playback_pointer(struct snd_pcm_substream *substream)
sound/pci/es1968.c
1233
static snd_pcm_uframes_t snd_es1968_pcm_pointer(struct snd_pcm_substream *substream)
sound/pci/fm801.c
522
static snd_pcm_uframes_t snd_fm801_playback_pointer(struct snd_pcm_substream *substream)
sound/pci/fm801.c
538
static snd_pcm_uframes_t snd_fm801_capture_pointer(struct snd_pcm_substream *substream)
sound/pci/ice1712/ice1712.c
1043
static snd_pcm_uframes_t snd_ice1712_playback_pro_pointer(struct snd_pcm_substream *substream)
sound/pci/ice1712/ice1712.c
1057
static snd_pcm_uframes_t snd_ice1712_capture_pro_pointer(struct snd_pcm_substream *substream)
sound/pci/ice1712/ice1712.c
637
static snd_pcm_uframes_t snd_ice1712_playback_pointer(struct snd_pcm_substream *substream)
sound/pci/ice1712/ice1712.c
652
static snd_pcm_uframes_t snd_ice1712_playback_ds_pointer(struct snd_pcm_substream *substream)
sound/pci/ice1712/ice1712.c
672
static snd_pcm_uframes_t snd_ice1712_capture_pointer(struct snd_pcm_substream *substream)
sound/pci/ice1712/ice1724.c
784
static snd_pcm_uframes_t snd_vt1724_playback_pro_pointer(struct snd_pcm_substream *substream)
sound/pci/ice1712/ice1724.c
835
static snd_pcm_uframes_t snd_vt1724_pcm_pointer(struct snd_pcm_substream *substream)
sound/pci/intel8x0.c
1056
static snd_pcm_uframes_t snd_intel8x0_pcm_pointer(struct snd_pcm_substream *substream)
sound/pci/intel8x0m.c
587
static snd_pcm_uframes_t snd_intel8x0m_pcm_pointer(struct snd_pcm_substream *substream)
sound/pci/korg1212/korg1212.c
1534
static snd_pcm_uframes_t snd_korg1212_playback_pointer(struct snd_pcm_substream *substream)
sound/pci/korg1212/korg1212.c
1537
snd_pcm_uframes_t pos;
sound/pci/korg1212/korg1212.c
1547
static snd_pcm_uframes_t snd_korg1212_capture_pointer(struct snd_pcm_substream *substream)
sound/pci/korg1212/korg1212.c
1550
snd_pcm_uframes_t pos;
sound/pci/lola/lola_pcm.c
542
static snd_pcm_uframes_t lola_pcm_pointer(struct snd_pcm_substream *substream)
sound/pci/lx6464es/lx6464es.c
103
snd_pcm_uframes_t period_size = runtime->period_size;
sound/pci/lx6464es/lx6464es.c
264
static snd_pcm_uframes_t lx_pcm_stream_pointer(struct snd_pcm_substream
sound/pci/lx6464es/lx6464es.c
268
snd_pcm_uframes_t pos;
sound/pci/lx6464es/lx6464es.h
44
snd_pcm_uframes_t frame_pos;
sound/pci/maestro3.c
1473
static snd_pcm_uframes_t
sound/pci/mixart/mixart.c
880
static snd_pcm_uframes_t snd_mixart_stream_pointer(struct snd_pcm_substream *subs)
sound/pci/mixart/mixart.c
885
return (snd_pcm_uframes_t)((stream->buf_periods * runtime->period_size) + stream->buf_period_frag);
sound/pci/nm256/nm256.c
636
static snd_pcm_uframes_t
sound/pci/nm256/nm256.c
650
static snd_pcm_uframes_t
sound/pci/oxygen/oxygen_pcm.c
593
static snd_pcm_uframes_t oxygen_pointer(struct snd_pcm_substream *substream)
sound/pci/pcxhr/pcxhr.c
1083
static snd_pcm_uframes_t pcxhr_stream_pointer(struct snd_pcm_substream *subs)
sound/pci/pcxhr/pcxhr.c
1097
return (snd_pcm_uframes_t)((timer_buf_periods * runtime->period_size) +
sound/pci/pcxhr/pcxhr.c
666
snd_pcm_uframes_t *sample_count)
sound/pci/pcxhr/pcxhr.c
676
*sample_count = ((snd_pcm_uframes_t)rmh.stat[0]) << 24;
sound/pci/pcxhr/pcxhr.c
677
*sample_count += (snd_pcm_uframes_t)rmh.stat[1];
sound/pci/riptide/riptide.c
1343
static snd_pcm_uframes_t snd_riptide_pointer(struct snd_pcm_substream
sound/pci/riptide/riptide.c
1351
snd_pcm_uframes_t ret;
sound/pci/rme32.c
1064
static snd_pcm_uframes_t
sound/pci/rme32.c
1071
static snd_pcm_uframes_t
sound/pci/rme32.c
1120
static snd_pcm_uframes_t
sound/pci/rme32.c
1128
static snd_pcm_uframes_t
sound/pci/rme96.c
1452
static snd_pcm_uframes_t
sound/pci/rme96.c
1459
static snd_pcm_uframes_t
sound/pci/rme96.c
278
static snd_pcm_uframes_t
sound/pci/rme96.c
281
static snd_pcm_uframes_t
sound/pci/rme9652/hdsp.c
1016
static snd_pcm_uframes_t hdsp_hw_pointer(struct hdsp *hdsp)
sound/pci/rme9652/hdsp.c
3896
static snd_pcm_uframes_t snd_hdsp_hw_pointer(struct snd_pcm_substream *substream)
sound/pci/rme9652/hdspm.c
1472
static snd_pcm_uframes_t hdspm_hw_pointer(struct hdspm *hdspm)
sound/pci/rme9652/hdspm.c
5414
static snd_pcm_uframes_t snd_hdspm_hw_pointer(struct snd_pcm_substream
sound/pci/rme9652/rme9652.c
1788
static snd_pcm_uframes_t snd_rme9652_hw_pointer(struct snd_pcm_substream *substream)
sound/pci/rme9652/rme9652.c
340
static snd_pcm_uframes_t rme9652_hw_pointer(struct snd_rme9652 *rme9652)
sound/pci/rme9652/rme9652.c
344
snd_pcm_uframes_t period_size = rme9652->period_bytes / 4;
sound/pci/sis7019.c
622
static snd_pcm_uframes_t sis_pcm_pointer(struct snd_pcm_substream *substream)
sound/pci/sonicvibes.c
713
static snd_pcm_uframes_t snd_sonicvibes_playback_pointer(struct snd_pcm_substream *substream)
sound/pci/sonicvibes.c
724
static snd_pcm_uframes_t snd_sonicvibes_capture_pointer(struct snd_pcm_substream *substream)
sound/pci/trident/trident_main.c
1579
static snd_pcm_uframes_t snd_trident_playback_pointer(struct snd_pcm_substream *substream)
sound/pci/trident/trident_main.c
1616
static snd_pcm_uframes_t snd_trident_capture_pointer(struct snd_pcm_substream *substream)
sound/pci/trident/trident_main.c
1646
static snd_pcm_uframes_t snd_trident_spdif_pointer(struct snd_pcm_substream *substream)
sound/pci/via82xx.c
821
static snd_pcm_uframes_t snd_via686_pcm_pointer(struct snd_pcm_substream *substream)
sound/pci/via82xx.c
851
static snd_pcm_uframes_t snd_via8233_pcm_pointer(struct snd_pcm_substream *substream)
sound/pci/via82xx_modem.c
605
static snd_pcm_uframes_t snd_via686_pcm_pointer(struct snd_pcm_substream *substream)
sound/pci/ymfpci/ymfpci_main.c
711
static snd_pcm_uframes_t snd_ymfpci_playback_pointer(struct snd_pcm_substream *substream)
sound/pci/ymfpci/ymfpci_main.c
723
static snd_pcm_uframes_t snd_ymfpci_capture_pointer(struct snd_pcm_substream *substream)
sound/pcmcia/pdaudiocf/pdaudiocf_pcm.c
228
static snd_pcm_uframes_t pdacf_pcm_capture_pointer(struct snd_pcm_substream *subs)
sound/ppc/pmac.c
289
static snd_pcm_uframes_t snd_pmac_pcm_pointer(struct snd_pmac *chip,
sound/ppc/pmac.c
326
static snd_pcm_uframes_t snd_pmac_playback_pointer(struct snd_pcm_substream *subs)
sound/ppc/pmac.c
350
static snd_pcm_uframes_t snd_pmac_capture_pointer(struct snd_pcm_substream *subs)
sound/ppc/snd_ps3.c
648
static snd_pcm_uframes_t snd_ps3_pcm_pointer(
sound/ppc/snd_ps3.c
653
snd_pcm_uframes_t ret;
sound/sh/sh_dac_audio.c
197
snd_pcm_uframes_t snd_sh_dac_pcm_pointer(struct snd_pcm_substream *substream)
sound/soc/amd/acp-pcm-dma.c
1030
static snd_pcm_uframes_t acp_dma_pointer(struct snd_soc_component *component,
sound/soc/amd/acp/acp-platform.c
270
static snd_pcm_uframes_t acp_dma_pointer(struct snd_soc_component *component,
sound/soc/amd/acp/acp-rembrandt.c
205
snd_pcm_uframes_t buf_in_frames;
sound/soc/amd/acp/acp-renoir.c
152
snd_pcm_uframes_t buf_in_frames;
sound/soc/amd/acp/acp63.c
256
snd_pcm_uframes_t buf_in_frames;
sound/soc/amd/acp/acp70.c
189
snd_pcm_uframes_t buf_in_frames;
sound/soc/amd/ps/ps-pdm-dma.c
250
static snd_pcm_uframes_t acp63_pdm_dma_pointer(struct snd_soc_component *comp,
sound/soc/amd/ps/ps-sdw-dma.c
481
static snd_pcm_uframes_t acp63_sdw_dma_pointer(struct snd_soc_component *comp,
sound/soc/amd/raven/acp3x-pcm-dma.c
295
static snd_pcm_uframes_t acp3x_dma_pointer(struct snd_soc_component *component,
sound/soc/amd/renoir/acp3x-pdm-dma.c
273
static snd_pcm_uframes_t acp_pdm_dma_pointer(struct snd_soc_component *comp,
sound/soc/amd/vangogh/acp5x-pcm-dma.c
290
static snd_pcm_uframes_t acp5x_dma_pointer(struct snd_soc_component *component,
sound/soc/amd/yc/acp6x-pdm-dma.c
247
static snd_pcm_uframes_t acp6x_pdm_dma_pointer(struct snd_soc_component *comp,
sound/soc/apple/mca.c
904
static snd_pcm_uframes_t mca_pointer(struct snd_soc_component *component,
sound/soc/atmel/atmel-pcm-pdc.c
258
static snd_pcm_uframes_t atmel_pcm_pointer(struct snd_soc_component *component,
sound/soc/atmel/atmel-pcm-pdc.c
265
snd_pcm_uframes_t x;
sound/soc/au1x/dbdma2.c
269
static snd_pcm_uframes_t
sound/soc/au1x/dma.c
267
static snd_pcm_uframes_t alchemy_pcm_pointer(struct snd_soc_component *component,
sound/soc/bcm/bcm63xx-pcm-whistler.c
173
static snd_pcm_uframes_t
sound/soc/bcm/bcm63xx-pcm-whistler.c
177
snd_pcm_uframes_t x;
sound/soc/bcm/cygnus-pcm.c
663
static snd_pcm_uframes_t cygnus_pcm_pointer(struct snd_soc_component *component,
sound/soc/codecs/cros_ec_codec.c
924
static snd_pcm_uframes_t wov_pcm_pointer(struct snd_soc_component *component,
sound/soc/codecs/rt5514-spi.c
248
static snd_pcm_uframes_t rt5514_spi_pcm_pointer(
sound/soc/codecs/rt5677-spi.c
175
static snd_pcm_uframes_t rt5677_spi_pcm_pointer(
sound/soc/dwc/dwc-pcm.c
224
static snd_pcm_uframes_t dw_pcm_pointer(struct snd_soc_component *component,
sound/soc/dwc/dwc-pcm.c
229
snd_pcm_uframes_t pos;
sound/soc/fsl/fsl_asrc_dma.c
459
static snd_pcm_uframes_t
sound/soc/fsl/fsl_dma.c
666
static snd_pcm_uframes_t fsl_dma_pointer(struct snd_soc_component *component,
sound/soc/fsl/fsl_dma.c
674
snd_pcm_uframes_t frames;
sound/soc/fsl/fsl_qmc_audio.c
264
static snd_pcm_uframes_t qmc_audio_pcm_pointer(struct snd_soc_component *component,
sound/soc/fsl/fsl_qmc_audio.c
43
snd_pcm_uframes_t buffer_ended;
sound/soc/fsl/fsl_qmc_audio.c
44
snd_pcm_uframes_t buffer_size;
sound/soc/fsl/fsl_qmc_audio.c
45
snd_pcm_uframes_t period_size;
sound/soc/fsl/imx-pcm-fiq.c
146
static snd_pcm_uframes_t
sound/soc/fsl/imx-pcm-rpmsg.c
190
static snd_pcm_uframes_t imx_rpmsg_pcm_pointer(struct snd_soc_component *component,
sound/soc/fsl/imx-pcm-rpmsg.c
522
snd_pcm_uframes_t period_size = runtime->period_size;
sound/soc/fsl/mpc5200_dma.c
265
static snd_pcm_uframes_t
sound/soc/generic/test-component.c
451
static snd_pcm_uframes_t test_component_pointer(struct snd_soc_component *component,
sound/soc/google/chv3-i2s.c
229
static snd_pcm_uframes_t chv3_dma_pointer(struct snd_soc_component *component,
sound/soc/intel/atom/sst-mfld-platform-pcm.c
127
snd_pcm_uframes_t period_size;
sound/soc/intel/atom/sst-mfld-platform-pcm.c
638
static snd_pcm_uframes_t sst_soc_pointer(struct snd_soc_component *component,
sound/soc/intel/avs/pcm.c
1322
static snd_pcm_uframes_t
sound/soc/intel/catpt/pcm.c
494
snd_pcm_uframes_t pos;
sound/soc/intel/catpt/pcm.c
548
snd_pcm_uframes_t dsppos, newpos;
sound/soc/intel/catpt/pcm.c
625
static snd_pcm_uframes_t
sound/soc/intel/keembay/kmb_platform.c
374
static snd_pcm_uframes_t kmb_pcm_pointer(struct snd_soc_component *component,
sound/soc/intel/keembay/kmb_platform.c
379
snd_pcm_uframes_t pos;
sound/soc/kirkwood/kirkwood-dma.c
223
static snd_pcm_uframes_t kirkwood_dma_pointer(
sound/soc/kirkwood/kirkwood-dma.c
228
snd_pcm_uframes_t count;
sound/soc/loongson/loongson_dma.c
197
static snd_pcm_uframes_t
sound/soc/loongson/loongson_dma.c
205
snd_pcm_uframes_t x;
sound/soc/mediatek/common/mtk-afe-platform-driver.c
81
snd_pcm_uframes_t mtk_afe_pcm_pointer(struct snd_soc_component *component,
sound/soc/mediatek/common/mtk-afe-platform-driver.h
22
snd_pcm_uframes_t mtk_afe_pcm_pointer(struct snd_soc_component *component,
sound/soc/mediatek/common/mtk-btcvsd.c
94
snd_pcm_uframes_t prev_frame;
sound/soc/mediatek/common/mtk-btcvsd.c
969
static snd_pcm_uframes_t mtk_pcm_btcvsd_pointer(
sound/soc/mediatek/common/mtk-btcvsd.c
975
snd_pcm_uframes_t frame = 0;
sound/soc/meson/aiu-fifo.c
33
snd_pcm_uframes_t aiu_fifo_pointer(struct snd_soc_component *component,
sound/soc/meson/aiu-fifo.h
31
snd_pcm_uframes_t aiu_fifo_pointer(struct snd_soc_component *component,
sound/soc/meson/axg-fifo.c
98
snd_pcm_uframes_t axg_fifo_pcm_pointer(struct snd_soc_component *component,
sound/soc/meson/axg-fifo.h
87
snd_pcm_uframes_t axg_fifo_pcm_pointer(struct snd_soc_component *component,
sound/soc/pxa/pxa2xx-lib.h
28
snd_pcm_uframes_t pxa2xx_soc_pcm_pointer(struct snd_soc_component *component,
sound/soc/pxa/pxa2xx-pcm-lib.c
179
snd_pcm_uframes_t
sound/soc/pxa/pxa2xx-pcm-lib.c
66
static snd_pcm_uframes_t
sound/soc/qcom/lpass-platform.c
858
static snd_pcm_uframes_t lpass_platform_pcmops_pointer(
sound/soc/qcom/qdsp6/q6apm-dai.c
475
static snd_pcm_uframes_t q6apm_dai_pointer(struct snd_soc_component *component,
sound/soc/qcom/qdsp6/q6apm-dai.c
480
snd_pcm_uframes_t ptr;
sound/soc/qcom/qdsp6/q6apm-dai.c
78
snd_pcm_uframes_t queue_ptr;
sound/soc/qcom/qdsp6/q6asm-dai.c
480
static snd_pcm_uframes_t q6asm_dai_pointer(struct snd_soc_component *component,
sound/soc/qcom/qdsp6/q6asm-dai.c
486
snd_pcm_uframes_t ptr;
sound/soc/qcom/qdsp6/q6asm-dai.c
66
snd_pcm_uframes_t queue_ptr;
sound/soc/renesas/dma-sh7760.c
268
static snd_pcm_uframes_t camelot_pos(struct snd_soc_component *component,
sound/soc/renesas/fsi.c
1824
static snd_pcm_uframes_t fsi_pointer(struct snd_soc_component *component,
sound/soc/renesas/rcar/core.c
1791
static snd_pcm_uframes_t rsnd_pointer(struct snd_soc_component *component,
sound/soc/renesas/rcar/core.c
1797
snd_pcm_uframes_t pointer = 0;
sound/soc/renesas/rcar/dma.c
260
snd_pcm_uframes_t *pointer)
sound/soc/renesas/rcar/msiof.c
442
static snd_pcm_uframes_t msiof_pointer(struct snd_soc_component *component,
sound/soc/renesas/rcar/rsnd.h
329
snd_pcm_uframes_t *pointer);
sound/soc/renesas/rcar/ssi.c
936
snd_pcm_uframes_t *pointer)
sound/soc/renesas/rz-ssi.c
944
static snd_pcm_uframes_t rz_ssi_pcm_pointer(struct snd_soc_component *component,
sound/soc/renesas/siu_pcm.c
446
static snd_pcm_uframes_t
sound/soc/samsung/idma.c
216
static snd_pcm_uframes_t
sound/soc/soc-generic-dmaengine-pcm.c
278
static snd_pcm_uframes_t dmaengine_pcm_pointer(
sound/soc/soc-pcm.c
1399
static snd_pcm_uframes_t soc_pcm_pointer(struct snd_pcm_substream *substream)
sound/soc/soc-pcm.c
1402
snd_pcm_uframes_t offset = 0;
sound/soc/sof/amd/acp-pcm.c
89
snd_pcm_uframes_t acp_pcm_pointer(struct snd_sof_dev *sdev,
sound/soc/sof/amd/acp-pcm.c
97
snd_pcm_uframes_t pos;
sound/soc/sof/amd/acp.h
330
snd_pcm_uframes_t acp_pcm_pointer(struct snd_sof_dev *sdev,
sound/soc/sof/intel/hda-pcm.c
187
snd_pcm_uframes_t hda_dsp_pcm_pointer(struct snd_sof_dev *sdev,
sound/soc/sof/intel/hda-pcm.c
195
snd_pcm_uframes_t pos;
sound/soc/sof/intel/hda-sdw-bpt.c
373
snd_pcm_uframes_t tx_position;
sound/soc/sof/intel/hda-sdw-bpt.c
374
snd_pcm_uframes_t rx_position;
sound/soc/sof/intel/hda-stream.c
1067
snd_pcm_uframes_t hda_dsp_stream_get_position(struct hdac_stream *hstream,
sound/soc/sof/intel/hda-stream.c
1073
snd_pcm_uframes_t pos;
sound/soc/sof/intel/hda.h
659
snd_pcm_uframes_t hda_dsp_pcm_pointer(struct snd_sof_dev *sdev,
sound/soc/sof/intel/hda.h
686
snd_pcm_uframes_t hda_dsp_stream_get_position(struct hdac_stream *hstream,
sound/soc/sof/ipc4-pcm.c
1163
snd_pcm_uframes_t *pointer)
sound/soc/sof/ipc4-pcm.c
1169
snd_pcm_uframes_t head_cnt, tail_cnt;
sound/soc/sof/mediatek/mtk-adsp-common.c
179
snd_pcm_uframes_t mtk_adsp_stream_pcm_pointer(struct snd_sof_dev *sdev,
sound/soc/sof/mediatek/mtk-adsp-common.c
187
snd_pcm_uframes_t pos;
sound/soc/sof/mediatek/mtk-adsp-common.h
18
snd_pcm_uframes_t mtk_adsp_stream_pcm_pointer(struct snd_sof_dev *sdev,
sound/soc/sof/ops.h
502
static inline snd_pcm_uframes_t
sound/soc/sof/pcm.c
497
static snd_pcm_uframes_t sof_pcm_pointer(struct snd_soc_component *component,
sound/soc/sof/pcm.c
504
snd_pcm_uframes_t host, dai;
sound/soc/sof/sof-audio.h
135
snd_pcm_uframes_t *pointer);
sound/soc/sof/sof-priv.h
253
snd_pcm_uframes_t (*pcm_pointer)(struct snd_sof_dev *sdev,
sound/soc/sprd/sprd-pcm-dma.c
377
static snd_pcm_uframes_t sprd_pcm_pointer(struct snd_soc_component *component,
sound/soc/sprd/sprd-pcm-dma.c
384
snd_pcm_uframes_t x;
sound/soc/stm/stm32_adfsdm.c
255
static snd_pcm_uframes_t stm32_adfsdm_pcm_pointer(
sound/soc/tegra/tegra_pcm.c
187
snd_pcm_uframes_t tegra_pcm_pointer(struct snd_soc_component *component,
sound/soc/tegra/tegra_pcm.h
32
snd_pcm_uframes_t tegra_pcm_pointer(struct snd_soc_component *component,
sound/soc/uniphier/aio-dma.c
165
static snd_pcm_uframes_t uniphier_aiodma_pointer(
sound/soc/uniphier/aio-dma.c
175
snd_pcm_uframes_t pos;
sound/soc/xilinx/xlnx_formatter_pcm.c
438
static snd_pcm_uframes_t
sound/soc/xtensa/xtfpga-i2s.c
456
static snd_pcm_uframes_t xtfpga_pcm_pointer(struct snd_soc_component *component,
sound/soc/xtensa/xtfpga-i2s.c
461
snd_pcm_uframes_t pos = READ_ONCE(i2s->tx_ptr);
sound/sparc/amd7930.c
627
static snd_pcm_uframes_t snd_amd7930_playback_pointer(struct snd_pcm_substream *substream)
sound/sparc/amd7930.c
638
static snd_pcm_uframes_t snd_amd7930_capture_pointer(struct snd_pcm_substream *substream)
sound/sparc/cs4231.c
951
static snd_pcm_uframes_t snd_cs4231_playback_pointer(
sound/sparc/cs4231.c
967
static snd_pcm_uframes_t snd_cs4231_capture_pointer(
sound/sparc/dbri.c
2189
static snd_pcm_uframes_t snd_dbri_pointer(struct snd_pcm_substream *substream)
sound/sparc/dbri.c
2193
snd_pcm_uframes_t ret;
sound/spi/at73c213.c
297
static snd_pcm_uframes_t
sound/spi/at73c213.c
302
snd_pcm_uframes_t pos;
sound/usb/6fire/pcm.c
514
static snd_pcm_uframes_t usb6fire_pcm_pointer(
sound/usb/6fire/pcm.c
519
snd_pcm_uframes_t ret;
sound/usb/6fire/pcm.h
42
snd_pcm_uframes_t dma_off; /* current position in alsa dma_area */
sound/usb/6fire/pcm.h
43
snd_pcm_uframes_t period_off; /* current position in current period */
sound/usb/caiaq/audio.c
278
static snd_pcm_uframes_t
sound/usb/hiface/pcm.c
37
snd_pcm_uframes_t dma_off; /* current position in alsa dma_area */
sound/usb/hiface/pcm.c
38
snd_pcm_uframes_t period_off; /* current position in current period */
sound/usb/hiface/pcm.c
467
static snd_pcm_uframes_t hiface_pcm_pointer(struct snd_pcm_substream *alsa_sub)
sound/usb/hiface/pcm.c
471
snd_pcm_uframes_t dma_offset;
sound/usb/line6/pcm.c
287
snd_pcm_uframes_t snd_line6_pointer(struct snd_pcm_substream *substream)
sound/usb/line6/pcm.h
115
snd_pcm_uframes_t pos_done;
sound/usb/line6/pcm.h
189
extern snd_pcm_uframes_t snd_line6_pointer(struct snd_pcm_substream *substream);
sound/usb/line6/pcm.h
98
snd_pcm_uframes_t pos;
sound/usb/misc/ua101.c
828
static inline snd_pcm_uframes_t ua101_pcm_pointer(struct ua101 *ua,
sound/usb/misc/ua101.c
835
static snd_pcm_uframes_t capture_pcm_pointer(struct snd_pcm_substream *subs)
sound/usb/misc/ua101.c
842
static snd_pcm_uframes_t playback_pcm_pointer(struct snd_pcm_substream *subs)
sound/usb/pcm.c
32
static snd_pcm_uframes_t snd_usb_pcm_delay(struct snd_usb_substream *subs,
sound/usb/pcm.c
72
static snd_pcm_uframes_t snd_usb_pcm_pointer(struct snd_pcm_substream *substream)
sound/usb/usx2y/us144mkii.h
239
snd_pcm_uframes_t driver_playback_pos;
sound/usb/usx2y/us144mkii.h
244
snd_pcm_uframes_t driver_capture_pos;
sound/usb/usx2y/us144mkii_capture.c
74
static snd_pcm_uframes_t
sound/usb/usx2y/us144mkii_playback.c
120
static snd_pcm_uframes_t
sound/usb/usx2y/us144mkii_playback.c
164
snd_pcm_uframes_t offset_frames;
sound/usb/usx2y/us144mkii_playback.c
165
snd_pcm_uframes_t frames_to_copy;
sound/usb/usx2y/usbusx2yaudio.c
519
static snd_pcm_uframes_t snd_usx2y_pcm_pointer(struct snd_pcm_substream *substream)
sound/virtio/virtio_pcm_ops.c
440
static snd_pcm_uframes_t
sound/virtio/virtio_pcm_ops.c
458
static snd_pcm_uframes_t
sound/x86/intel_hdmi_audio.c
1226
static snd_pcm_uframes_t had_pcm_pointer(struct snd_pcm_substream *substream)
sound/xen/xen_snd_front_alsa.c
42
snd_pcm_uframes_t be_cur_frame;
sound/xen/xen_snd_front_alsa.c
578
snd_pcm_uframes_t delta, new_hw_ptr, cur_frame;
sound/xen/xen_snd_front_alsa.c
588
new_hw_ptr = (snd_pcm_uframes_t)atomic_read(&stream->hw_ptr);
sound/xen/xen_snd_front_alsa.c
599
static snd_pcm_uframes_t alsa_pointer(struct snd_pcm_substream *substream)
sound/xen/xen_snd_front_alsa.c
603
return (snd_pcm_uframes_t)atomic_read(&stream->hw_ptr);
tools/perf/trace/beauty/include/uapi/sound/asound.h
422
snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
tools/perf/trace/beauty/include/uapi/sound/asound.h
437
snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
tools/perf/trace/beauty/include/uapi/sound/asound.h
438
snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
tools/perf/trace/beauty/include/uapi/sound/asound.h
439
snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
tools/perf/trace/beauty/include/uapi/sound/asound.h
444
snd_pcm_uframes_t stop_threshold; /* - stop playback */
tools/perf/trace/beauty/include/uapi/sound/asound.h
445
snd_pcm_uframes_t silence_threshold; /* - pre-fill buffer with silence */
tools/perf/trace/beauty/include/uapi/sound/asound.h
446
snd_pcm_uframes_t silence_size; /* max size of silence pre-fill; when >= boundary,
tools/perf/trace/beauty/include/uapi/sound/asound.h
448
snd_pcm_uframes_t boundary; /* pointers wrap point */
tools/perf/trace/beauty/include/uapi/sound/asound.h
486
snd_pcm_uframes_t appl_ptr; /* appl ptr */
tools/perf/trace/beauty/include/uapi/sound/asound.h
487
snd_pcm_uframes_t hw_ptr; /* hw ptr */
tools/perf/trace/beauty/include/uapi/sound/asound.h
489
snd_pcm_uframes_t avail; /* number of frames available */
tools/perf/trace/beauty/include/uapi/sound/asound.h
490
snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
tools/perf/trace/beauty/include/uapi/sound/asound.h
491
snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */
tools/perf/trace/beauty/include/uapi/sound/asound.h
534
snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */
tools/perf/trace/beauty/include/uapi/sound/asound.h
541
snd_pcm_uframes_t appl_ptr; /* RW: appl ptr (0...boundary-1) */
tools/perf/trace/beauty/include/uapi/sound/asound.h
542
snd_pcm_uframes_t avail_min; /* RW: min available frames for wakeup */
tools/perf/trace/beauty/include/uapi/sound/asound.h
562
typedef char __pad_before_uframe[sizeof(__u64) - sizeof(snd_pcm_uframes_t)];
tools/perf/trace/beauty/include/uapi/sound/asound.h
568
typedef char __pad_after_uframe[sizeof(__u64) - sizeof(snd_pcm_uframes_t)];
tools/perf/trace/beauty/include/uapi/sound/asound.h
575
snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */
tools/perf/trace/beauty/include/uapi/sound/asound.h
585
snd_pcm_uframes_t appl_ptr; /* RW: appl ptr (0...boundary-1) */
tools/perf/trace/beauty/include/uapi/sound/asound.h
590
snd_pcm_uframes_t avail_min; /* RW: min available frames for wakeup */
tools/perf/trace/beauty/include/uapi/sound/asound.h
610
snd_pcm_uframes_t frames;
tools/perf/trace/beauty/include/uapi/sound/asound.h
616
snd_pcm_uframes_t frames;
tools/perf/trace/beauty/include/uapi/sound/asound.h
698
#define SNDRV_PCM_IOCTL_REWIND _IOW('A', 0x46, snd_pcm_uframes_t)
tools/perf/trace/beauty/include/uapi/sound/asound.h
701
#define SNDRV_PCM_IOCTL_FORWARD _IOW('A', 0x49, snd_pcm_uframes_t)
tools/testing/selftests/alsa/pcm-test.c
301
snd_pcm_uframes_t rperiod_size, rbuffer_size, start_threshold;