snd_pcm_sframes_t  305 drivers/staging/vc04_services/bcm2835-audio/bcm2835-pcm.c 		snd_pcm_sframes_t frames_output_in_interval_sized =
snd_pcm_sframes_t   96 drivers/usb/gadget/function/u_uac1_legacy.c 	snd_pcm_sframes_t result;
snd_pcm_sframes_t  158 drivers/usb/gadget/function/u_uac1_legacy.c 	snd_pcm_sframes_t frames;
snd_pcm_sframes_t   40 include/sound/pcm-indirect.h 	snd_pcm_sframes_t diff = appl_ptr - rec->appl_ptr;
snd_pcm_sframes_t   44 include/sound/pcm-indirect.h 		if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2))
snd_pcm_sframes_t  109 include/sound/pcm-indirect.h 	snd_pcm_sframes_t diff = appl_ptr - rec->appl_ptr;
snd_pcm_sframes_t  112 include/sound/pcm-indirect.h 		if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2))
snd_pcm_sframes_t  353 include/sound/pcm.h 	snd_pcm_sframes_t delay;	/* extra delay; typically FIFO size */
snd_pcm_sframes_t  671 include/sound/pcm.h static inline snd_pcm_sframes_t bytes_to_frames(struct snd_pcm_runtime *runtime, ssize_t size)
snd_pcm_sframes_t  691 include/sound/pcm.h static inline ssize_t frames_to_bytes(struct snd_pcm_runtime *runtime, snd_pcm_sframes_t size)
snd_pcm_sframes_t  734 include/sound/pcm.h 	snd_pcm_sframes_t avail = runtime->status->hw_ptr + runtime->buffer_size - runtime->control->appl_ptr;
snd_pcm_sframes_t  750 include/sound/pcm.h 	snd_pcm_sframes_t avail = runtime->status->hw_ptr - runtime->control->appl_ptr;
snd_pcm_sframes_t  760 include/sound/pcm.h static inline snd_pcm_sframes_t snd_pcm_playback_hw_avail(struct snd_pcm_runtime *runtime)
snd_pcm_sframes_t  769 include/sound/pcm.h static inline snd_pcm_sframes_t snd_pcm_capture_hw_avail(struct snd_pcm_runtime *runtime)
snd_pcm_sframes_t 1060 include/sound/pcm.h snd_pcm_sframes_t __snd_pcm_lib_xfer(struct snd_pcm_substream *substream,
snd_pcm_sframes_t 1064 include/sound/pcm.h static inline snd_pcm_sframes_t
snd_pcm_sframes_t 1071 include/sound/pcm.h static inline snd_pcm_sframes_t
snd_pcm_sframes_t 1078 include/sound/pcm.h static inline snd_pcm_sframes_t
snd_pcm_sframes_t 1085 include/sound/pcm.h static inline snd_pcm_sframes_t
snd_pcm_sframes_t 1092 include/sound/pcm.h static inline snd_pcm_sframes_t
snd_pcm_sframes_t 1099 include/sound/pcm.h static inline snd_pcm_sframes_t
snd_pcm_sframes_t 1106 include/sound/pcm.h static inline snd_pcm_sframes_t
snd_pcm_sframes_t 1113 include/sound/pcm.h static inline snd_pcm_sframes_t
snd_pcm_sframes_t  163 include/sound/soc-dai.h snd_pcm_sframes_t snd_soc_dai_delay(struct snd_soc_dai *dai,
snd_pcm_sframes_t  241 include/sound/soc-dai.h 	snd_pcm_sframes_t (*delay)(struct snd_pcm_substream *,
snd_pcm_sframes_t  465 include/uapi/sound/asound.h 	snd_pcm_sframes_t delay;	/* current delay in frames */
snd_pcm_sframes_t  508 include/uapi/sound/asound.h 	snd_pcm_sframes_t result;
snd_pcm_sframes_t  514 include/uapi/sound/asound.h 	snd_pcm_sframes_t result;
snd_pcm_sframes_t  585 include/uapi/sound/asound.h #define SNDRV_PCM_IOCTL_DELAY		_IOR('A', 0x21, snd_pcm_sframes_t)
snd_pcm_sframes_t   27 sound/core/oss/copy.c static snd_pcm_sframes_t copy_transfer(struct snd_pcm_plugin *plugin,
snd_pcm_sframes_t   37 sound/core/oss/io.c static snd_pcm_sframes_t io_playback_transfer(struct snd_pcm_plugin *plugin,
snd_pcm_sframes_t   63 sound/core/oss/io.c static snd_pcm_sframes_t io_capture_transfer(struct snd_pcm_plugin *plugin,
snd_pcm_sframes_t   90 sound/core/oss/io.c static snd_pcm_sframes_t io_src_channels(struct snd_pcm_plugin *plugin,
snd_pcm_sframes_t   88 sound/core/oss/linear.c static snd_pcm_sframes_t linear_transfer(struct snd_pcm_plugin *plugin,
snd_pcm_sframes_t  248 sound/core/oss/mulaw.c static snd_pcm_sframes_t mulaw_transfer(struct snd_pcm_plugin *plugin,
snd_pcm_sframes_t 1181 sound/core/oss/pcm_oss.c static int snd_pcm_oss_capture_position_fixup(struct snd_pcm_substream *substream, snd_pcm_sframes_t *delay)
snd_pcm_sframes_t 1192 sound/core/oss/pcm_oss.c 		if (*delay <= (snd_pcm_sframes_t)runtime->buffer_size)
snd_pcm_sframes_t 1206 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_sframes_t 1235 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_sframes_t 1238 sound/core/oss/pcm_oss.c 	snd_pcm_sframes_t delay;
snd_pcm_sframes_t 1277 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)
snd_pcm_sframes_t 1306 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)
snd_pcm_sframes_t 1338 sound/core/oss/pcm_oss.c 	snd_pcm_sframes_t frames, frames1;
snd_pcm_sframes_t 1442 sound/core/oss/pcm_oss.c 	return xfer > 0 ? (snd_pcm_sframes_t)xfer : tmp;
snd_pcm_sframes_t 1448 sound/core/oss/pcm_oss.c 	snd_pcm_sframes_t frames, frames1;
snd_pcm_sframes_t 1537 sound/core/oss/pcm_oss.c 	return xfer > 0 ? (snd_pcm_sframes_t)xfer : tmp;
snd_pcm_sframes_t 2127 sound/core/oss/pcm_oss.c 	snd_pcm_sframes_t delay;
snd_pcm_sframes_t 2150 sound/core/oss/pcm_oss.c 	snd_pcm_sframes_t delay;
snd_pcm_sframes_t 2186 sound/core/oss/pcm_oss.c 		snd_pcm_sframes_t n;
snd_pcm_sframes_t 2219 sound/core/oss/pcm_oss.c 	snd_pcm_sframes_t avail;
snd_pcm_sframes_t  114 sound/core/oss/pcm_plugin.c 			if ((snd_pcm_sframes_t)frames <= 0)
snd_pcm_sframes_t  126 sound/core/oss/pcm_plugin.c 			if ((snd_pcm_sframes_t)frames <= 0)
snd_pcm_sframes_t  138 sound/core/oss/pcm_plugin.c snd_pcm_sframes_t snd_pcm_plugin_client_channels(struct snd_pcm_plugin *plugin,
snd_pcm_sframes_t  199 sound/core/oss/pcm_plugin.c static snd_pcm_sframes_t plug_client_size(struct snd_pcm_substream *plug,
snd_pcm_sframes_t  238 sound/core/oss/pcm_plugin.c static snd_pcm_sframes_t plug_slave_size(struct snd_pcm_substream *plug,
snd_pcm_sframes_t  243 sound/core/oss/pcm_plugin.c 	snd_pcm_sframes_t frames;
snd_pcm_sframes_t  285 sound/core/oss/pcm_plugin.c snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *plug,
snd_pcm_sframes_t  291 sound/core/oss/pcm_plugin.c snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *plug,
snd_pcm_sframes_t  577 sound/core/oss/pcm_plugin.c snd_pcm_sframes_t snd_pcm_plug_client_channels_buf(struct snd_pcm_substream *plug,
snd_pcm_sframes_t  616 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_sframes_t  621 sound/core/oss/pcm_plugin.c 	snd_pcm_sframes_t frames = size;
snd_pcm_sframes_t  628 sound/core/oss/pcm_plugin.c 			snd_pcm_sframes_t frames1 = frames;
snd_pcm_sframes_t  656 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_sframes_t  660 sound/core/oss/pcm_plugin.c 	snd_pcm_sframes_t frames = size;
snd_pcm_sframes_t   47 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_sframes_t   48 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_sframes_t   49 sound/core/oss/pcm_plugin.h 	snd_pcm_sframes_t (*client_channels)(struct snd_pcm_plugin *plugin,
snd_pcm_sframes_t   52 sound/core/oss/pcm_plugin.h 	snd_pcm_sframes_t (*transfer)(struct snd_pcm_plugin *plugin,
snd_pcm_sframes_t   79 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_sframes_t   80 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_sframes_t  118 sound/core/oss/pcm_plugin.h snd_pcm_sframes_t snd_pcm_plug_write_transfer(struct snd_pcm_substream *handle,
snd_pcm_sframes_t  121 sound/core/oss/pcm_plugin.h snd_pcm_sframes_t snd_pcm_plug_read_transfer(struct snd_pcm_substream *handle,
snd_pcm_sframes_t  125 sound/core/oss/pcm_plugin.h snd_pcm_sframes_t snd_pcm_plug_client_channels_buf(struct snd_pcm_substream *handle,
snd_pcm_sframes_t  129 sound/core/oss/pcm_plugin.h snd_pcm_sframes_t snd_pcm_plugin_client_channels(struct snd_pcm_plugin *plugin,
snd_pcm_sframes_t  144 sound/core/oss/pcm_plugin.h snd_pcm_sframes_t snd_pcm_oss_write3(struct snd_pcm_substream *substream,
snd_pcm_sframes_t  147 sound/core/oss/pcm_plugin.h snd_pcm_sframes_t snd_pcm_oss_read3(struct snd_pcm_substream *substream,
snd_pcm_sframes_t  149 sound/core/oss/pcm_plugin.h snd_pcm_sframes_t snd_pcm_oss_writev3(struct snd_pcm_substream *substream,
snd_pcm_sframes_t  151 sound/core/oss/pcm_plugin.h snd_pcm_sframes_t snd_pcm_oss_readv3(struct snd_pcm_substream *substream,
snd_pcm_sframes_t  156 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_sframes_t  157 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_sframes_t   49 sound/core/oss/rate.c 	snd_pcm_sframes_t old_src_frames, old_dst_frames;
snd_pcm_sframes_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_sframes_t  186 sound/core/oss/rate.c 	snd_pcm_sframes_t res;
snd_pcm_sframes_t  199 sound/core/oss/rate.c 		snd_pcm_sframes_t frames1 = frames, res1 = data->old_dst_frames;
snd_pcm_sframes_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_sframes_t  219 sound/core/oss/rate.c 	snd_pcm_sframes_t res;
snd_pcm_sframes_t  232 sound/core/oss/rate.c 		snd_pcm_sframes_t frames1 = frames, res1 = data->old_src_frames;
snd_pcm_sframes_t  249 sound/core/oss/rate.c static snd_pcm_sframes_t rate_transfer(struct snd_pcm_plugin *plugin,
snd_pcm_sframes_t   47 sound/core/oss/route.c static snd_pcm_sframes_t route_transfer(struct snd_pcm_plugin *plugin,
snd_pcm_sframes_t   15 sound/core/pcm_compat.c 	snd_pcm_sframes_t delay;
snd_pcm_sframes_t   52 sound/core/pcm_lib.c 		snd_pcm_sframes_t noise_dist, n;
snd_pcm_sframes_t   67 sound/core/pcm_lib.c 		if (noise_dist >= (snd_pcm_sframes_t) runtime->silence_threshold)
snd_pcm_sframes_t   74 sound/core/pcm_lib.c 			snd_pcm_sframes_t avail = snd_pcm_playback_hw_avail(runtime);
snd_pcm_sframes_t   84 sound/core/pcm_lib.c 			if ((snd_pcm_sframes_t)frames < 0)
snd_pcm_sframes_t   87 sound/core/pcm_lib.c 			if ((snd_pcm_sframes_t)runtime->silence_filled < 0) {
snd_pcm_sframes_t  253 sound/core/pcm_lib.c 	snd_pcm_sframes_t hdelta, delta;
snd_pcm_sframes_t  338 sound/core/pcm_lib.c 		snd_pcm_sframes_t xrun_threshold;
snd_pcm_sframes_t 2106 sound/core/pcm_lib.c snd_pcm_sframes_t __snd_pcm_lib_xfer(struct snd_pcm_substream *substream,
snd_pcm_sframes_t 2236 sound/core/pcm_lib.c 		    snd_pcm_playback_hw_avail(runtime) >= (snd_pcm_sframes_t)runtime->start_threshold) {
snd_pcm_sframes_t 2247 sound/core/pcm_lib.c 	return xfer > 0 ? (snd_pcm_sframes_t)xfer : err;
snd_pcm_sframes_t 2657 sound/core/pcm_native.c static snd_pcm_sframes_t forward_appl_ptr(struct snd_pcm_substream *substream,
snd_pcm_sframes_t 2659 sound/core/pcm_native.c 					   snd_pcm_sframes_t avail)
snd_pcm_sframes_t 2662 sound/core/pcm_native.c 	snd_pcm_sframes_t appl_ptr;
snd_pcm_sframes_t 2670 sound/core/pcm_native.c 	if (appl_ptr >= (snd_pcm_sframes_t)runtime->boundary)
snd_pcm_sframes_t 2677 sound/core/pcm_native.c static snd_pcm_sframes_t rewind_appl_ptr(struct snd_pcm_substream *substream,
snd_pcm_sframes_t 2679 sound/core/pcm_native.c 					 snd_pcm_sframes_t avail)
snd_pcm_sframes_t 2682 sound/core/pcm_native.c 	snd_pcm_sframes_t appl_ptr;
snd_pcm_sframes_t 2701 sound/core/pcm_native.c static snd_pcm_sframes_t snd_pcm_rewind(struct snd_pcm_substream *substream,
snd_pcm_sframes_t 2704 sound/core/pcm_native.c 	snd_pcm_sframes_t ret;
snd_pcm_sframes_t 2718 sound/core/pcm_native.c static snd_pcm_sframes_t snd_pcm_forward(struct snd_pcm_substream *substream,
snd_pcm_sframes_t 2721 sound/core/pcm_native.c 	snd_pcm_sframes_t ret;
snd_pcm_sframes_t 2746 sound/core/pcm_native.c 			 snd_pcm_sframes_t *delay)
snd_pcm_sframes_t 2749 sound/core/pcm_native.c 	snd_pcm_sframes_t n = 0;
snd_pcm_sframes_t 2826 sound/core/pcm_native.c 	snd_pcm_sframes_t result;
snd_pcm_sframes_t 2848 sound/core/pcm_native.c 	snd_pcm_sframes_t result;
snd_pcm_sframes_t 2875 sound/core/pcm_native.c 	snd_pcm_sframes_t result;
snd_pcm_sframes_t 2890 sound/core/pcm_native.c 	snd_pcm_sframes_t result;
snd_pcm_sframes_t 2961 sound/core/pcm_native.c 		snd_pcm_sframes_t delay;
snd_pcm_sframes_t 2962 sound/core/pcm_native.c 		snd_pcm_sframes_t __user *res = arg;
snd_pcm_sframes_t 3031 sound/core/pcm_native.c 	snd_pcm_sframes_t result;
snd_pcm_sframes_t 3068 sound/core/pcm_native.c 	snd_pcm_sframes_t result;
snd_pcm_sframes_t 3092 sound/core/pcm_native.c 	snd_pcm_sframes_t result;
snd_pcm_sframes_t 3115 sound/core/pcm_native.c 	snd_pcm_sframes_t result;
snd_pcm_sframes_t 3151 sound/core/pcm_native.c 	snd_pcm_sframes_t result;
snd_pcm_sframes_t  245 sound/drivers/pcm-indirect2.c 	snd_pcm_sframes_t diff = appl_ptr - rec->appl_ptr;
snd_pcm_sframes_t  251 sound/drivers/pcm-indirect2.c 		if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2))
snd_pcm_sframes_t  407 sound/drivers/pcm-indirect2.c 	snd_pcm_sframes_t diff = appl_ptr - rec->appl_ptr;
snd_pcm_sframes_t  413 sound/drivers/pcm-indirect2.c 		if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2))
snd_pcm_sframes_t  360 sound/pci/rme9652/rme9652.c 	snd_pcm_sframes_t delta;
snd_pcm_sframes_t  373 sound/pci/rme9652/rme9652.c 	if (delta <= (snd_pcm_sframes_t)rme9652->max_jitter * 4)
snd_pcm_sframes_t 1136 sound/soc/codecs/tlv320dac33.c static snd_pcm_sframes_t dac33_dai_delay(
snd_pcm_sframes_t 1145 sound/soc/codecs/tlv320dac33.c 	snd_pcm_sframes_t delay = 0;
snd_pcm_sframes_t 1006 sound/soc/samsung/i2s.c static snd_pcm_sframes_t
snd_pcm_sframes_t 1012 sound/soc/samsung/i2s.c 	snd_pcm_sframes_t delay;
snd_pcm_sframes_t  526 sound/soc/samsung/s3c-i2s-v2.c static snd_pcm_sframes_t s3c2412_i2s_delay(struct snd_pcm_substream *substream,
snd_pcm_sframes_t  531 sound/soc/samsung/s3c-i2s-v2.c 	snd_pcm_sframes_t delay;
snd_pcm_sframes_t  106 sound/soc/sh/siu.h 	snd_pcm_sframes_t		xfer_cnt;	/* Number of frames */
snd_pcm_sframes_t  399 sound/soc/sh/siu_pcm.c 	snd_pcm_sframes_t xfer_cnt;
snd_pcm_sframes_t  346 sound/soc/soc-dai.c snd_pcm_sframes_t snd_soc_dai_delay(struct snd_soc_dai *dai,
snd_pcm_sframes_t 1120 sound/soc/soc-pcm.c 	snd_pcm_sframes_t delay = 0;
snd_pcm_sframes_t 1121 sound/soc/soc-pcm.c 	snd_pcm_sframes_t codec_delay = 0;
snd_pcm_sframes_t 1142 sound/soc/ti/davinci-mcasp.c static snd_pcm_sframes_t davinci_mcasp_delay(
snd_pcm_sframes_t  900 sound/soc/ti/omap-mcbsp.c static snd_pcm_sframes_t omap_mcbsp_dai_delay(
snd_pcm_sframes_t  908 sound/soc/ti/omap-mcbsp.c 	snd_pcm_sframes_t delay;
snd_pcm_sframes_t  465 tools/include/uapi/sound/asound.h 	snd_pcm_sframes_t delay;	/* current delay in frames */
snd_pcm_sframes_t  508 tools/include/uapi/sound/asound.h 	snd_pcm_sframes_t result;
snd_pcm_sframes_t  514 tools/include/uapi/sound/asound.h 	snd_pcm_sframes_t result;
snd_pcm_sframes_t  585 tools/include/uapi/sound/asound.h #define SNDRV_PCM_IOCTL_DELAY		_IOR('A', 0x21, snd_pcm_sframes_t)