Home
last modified time | relevance | path

Searched refs:snd_pcm_uframes_t (Results 1 – 165 of 165) sorted by relevance

/linux-4.4.14/sound/core/oss/
Dpcm_plugin.h43 snd_pcm_uframes_t frames; /* allocated frames */
62 snd_pcm_sframes_t (*src_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t dst_frames);
63 snd_pcm_sframes_t (*dst_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t src_frames);
65 snd_pcm_uframes_t frames,
70 snd_pcm_uframes_t frames);
80 snd_pcm_uframes_t buf_frames;
93 int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames);
94 snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t drv_…
95 snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *handle, snd_pcm_uframes_t clt_s…
135 snd_pcm_uframes_t size);
[all …]
Dmulaw.c144 snd_pcm_uframes_t frames);
171 snd_pcm_uframes_t frames) in mulaw_decode()
180 snd_pcm_uframes_t frames1; in mulaw_decode()
217 snd_pcm_uframes_t frames) in mulaw_encode()
226 snd_pcm_uframes_t frames1; in mulaw_encode()
251 snd_pcm_uframes_t frames) in mulaw_transfer()
Droute.c28 snd_pcm_uframes_t frames, snd_pcm_format_t format) in zero_areas()
41 snd_pcm_uframes_t frames, snd_pcm_format_t format) in copy_area()
50 snd_pcm_uframes_t frames) in route_transfer()
Dio.c40 snd_pcm_uframes_t frames) in io_playback_transfer()
66 snd_pcm_uframes_t frames) in io_capture_transfer()
91 snd_pcm_uframes_t frames, in io_src_channels()
Dlinear.c58 snd_pcm_uframes_t frames) in convert()
67 snd_pcm_uframes_t frames1; in convert()
91 snd_pcm_uframes_t frames) in linear_transfer()
Dpcm_plugin.c49 static int snd_pcm_plugin_alloc(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in snd_pcm_plugin_alloc()
104 int snd_pcm_plug_alloc(struct snd_pcm_substream *plug, snd_pcm_uframes_t frames) in snd_pcm_plug_alloc()
139 snd_pcm_uframes_t frames, in snd_pcm_plugin_client_channels()
199 snd_pcm_sframes_t snd_pcm_plug_client_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t drv_fr… in snd_pcm_plug_client_size()
230 snd_pcm_sframes_t snd_pcm_plug_slave_size(struct snd_pcm_substream *plug, snd_pcm_uframes_t clt_fra… in snd_pcm_plug_slave_size()
549 snd_pcm_uframes_t count, in snd_pcm_plug_client_channels_buf()
586 …truct snd_pcm_substream *plug, struct snd_pcm_plugin_channel *src_channels, snd_pcm_uframes_t size) in snd_pcm_plug_write_transfer()
618 …snd_pcm_substream *plug, struct snd_pcm_plugin_channel *dst_channels_final, snd_pcm_uframes_t size) in snd_pcm_plug_read_transfer()
Drate.c183 static snd_pcm_sframes_t rate_src_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in rate_src_frames()
216 static snd_pcm_sframes_t rate_dst_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in rate_dst_frames()
252 snd_pcm_uframes_t frames) in rate_transfer()
254 snd_pcm_uframes_t dst_frames; in rate_transfer()
Dcopy.c30 snd_pcm_uframes_t frames) in copy_transfer()
Dpcm_oss.c638 snd_pcm_uframes_t get_hw_ptr_period(struct snd_pcm_runtime *runtime) in get_hw_ptr_period()
1015 snd_pcm_uframes_t frames; in snd_pcm_oss_change_params()
1154 snd_pcm_uframes_t frames; in snd_pcm_oss_capture_position_fixup()
1176 …cm_oss_write3(struct snd_pcm_substream *substream, const char *ptr, snd_pcm_uframes_t frames, int … in snd_pcm_oss_write3()
1211 …t snd_pcm_oss_read3(struct snd_pcm_substream *substream, char *ptr, snd_pcm_uframes_t frames, int … in snd_pcm_oss_read3()
1258 …d_pcm_oss_writev3(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames, int … in snd_pcm_oss_writev3()
1294 …nd_pcm_oss_readv3(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames, int … in snd_pcm_oss_readv3()
1969 snd_pcm_uframes_t hw_ptr) in snd_pcm_oss_simulate_fill()
1972 snd_pcm_uframes_t appl_ptr; in snd_pcm_oss_simulate_fill()
/linux-4.4.14/sound/core/
Dpcm_trace.h11 TP_PROTO(struct snd_pcm_substream *substream, snd_pcm_uframes_t pos, bool irq),
19 __field( snd_pcm_uframes_t, pos )
20 __field( snd_pcm_uframes_t, period_size )
21 __field( snd_pcm_uframes_t, buffer_size )
22 __field( snd_pcm_uframes_t, old_hw_ptr )
23 __field( snd_pcm_uframes_t, hw_ptr_base )
57 __field( snd_pcm_uframes_t, period_size )
58 __field( snd_pcm_uframes_t, buffer_size )
59 __field( snd_pcm_uframes_t, old_hw_ptr )
60 __field( snd_pcm_uframes_t, hw_ptr_base )
Dpcm_lib.c53 void snd_pcm_playback_silence(struct snd_pcm_substream *substream, snd_pcm_uframes_t new_hw_ptr) in snd_pcm_playback_silence()
56 snd_pcm_uframes_t frames, ofs, transfer; in snd_pcm_playback_silence()
64 if ((snd_pcm_uframes_t)n < runtime->silence_filled) in snd_pcm_playback_silence()
208 snd_pcm_uframes_t avail; in snd_pcm_update_state()
282 snd_pcm_uframes_t pos; in snd_pcm_update_hw_ptr0()
283 snd_pcm_uframes_t old_hw_ptr, new_hw_ptr, hw_base; in snd_pcm_update_hw_ptr0()
469 delta -= (snd_pcm_uframes_t)delta % runtime->period_size; in snd_pcm_update_hw_ptr0()
1902 snd_pcm_uframes_t *availp) in wait_for_avail()
1908 snd_pcm_uframes_t avail = 0; in wait_for_avail()
1990 snd_pcm_uframes_t frames) in snd_pcm_lib_write_transfer()
[all …]
Dpcm_compat.c46 snd_pcm_uframes_t frames; in snd_pcm_ioctl_rewind_compat()
63 snd_pcm_uframes_t frames; in snd_pcm_ioctl_forward_compat()
110 static snd_pcm_uframes_t recalculate_boundary(struct snd_pcm_runtime *runtime) in recalculate_boundary()
112 snd_pcm_uframes_t boundary; in recalculate_boundary()
126 snd_pcm_uframes_t boundary; in snd_pcm_ioctl_sw_params_compat()
496 snd_pcm_uframes_t boundary; in snd_pcm_ioctl_sync_ptr_compat()
584 snd_pcm_uframes_t boundary; in snd_pcm_ioctl_sync_ptr_x32()
Dpcm_dmaengine.c228 snd_pcm_uframes_t snd_dmaengine_pcm_pointer_no_residue(struct snd_pcm_substream *substream) in snd_dmaengine_pcm_pointer_no_residue()
242 snd_pcm_uframes_t snd_dmaengine_pcm_pointer(struct snd_pcm_substream *substream) in snd_dmaengine_pcm_pointer()
Dpcm_native.c55 snd_pcm_uframes_t fifo_size;
517 snd_pcm_uframes_t frames; in snd_pcm_hw_params()
2431 snd_pcm_uframes_t frames) in snd_pcm_playback_rewind()
2466 if (frames > (snd_pcm_uframes_t)hw_avail) in snd_pcm_playback_rewind()
2479 snd_pcm_uframes_t frames) in snd_pcm_capture_rewind()
2514 if (frames > (snd_pcm_uframes_t)hw_avail) in snd_pcm_capture_rewind()
2527 snd_pcm_uframes_t frames) in snd_pcm_playback_forward()
2563 if (frames > (snd_pcm_uframes_t)avail) in snd_pcm_playback_forward()
2576 snd_pcm_uframes_t frames) in snd_pcm_capture_forward()
2612 if (frames > (snd_pcm_uframes_t)avail) in snd_pcm_capture_forward()
[all …]
/linux-4.4.14/include/uapi/sound/
Dasound.h150 typedef unsigned long snd_pcm_uframes_t; typedef
390 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
404 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
405 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */
406 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
407 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
408 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */
409 snd_pcm_uframes_t silence_size; /* silence block size */
410 snd_pcm_uframes_t boundary; /* pointers wrap point */
443 snd_pcm_uframes_t appl_ptr; /* appl ptr */
[all …]
/linux-4.4.14/include/sound/
Dpcm.h76 snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *substream);
82 snd_pcm_uframes_t pos,
83 void __user *buf, snd_pcm_uframes_t count);
85 snd_pcm_uframes_t pos, snd_pcm_uframes_t count);
116 #define SNDRV_PCM_POS_XRUN ((snd_pcm_uframes_t)-1)
346 snd_pcm_uframes_t avail_max;
347 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */
348 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */
360 snd_pcm_uframes_t period_size; /* period size */
362 snd_pcm_uframes_t buffer_size; /* buffer size */
[all …]
Dpcm-indirect.h37 snd_pcm_uframes_t appl_ptr; /* Last seen appl_ptr */
52 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr; in snd_pcm_indirect_playback_transfer()
91 static inline snd_pcm_uframes_t
118 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr; in snd_pcm_indirect_capture_transfer()
156 static inline snd_pcm_uframes_t
Ddmaengine_pcm.h39 snd_pcm_uframes_t snd_dmaengine_pcm_pointer(struct snd_pcm_substream *substream);
40 snd_pcm_uframes_t snd_dmaengine_pcm_pointer_no_residue(struct snd_pcm_substream *substream);
Dpxa2xx-lib.h13 extern snd_pcm_uframes_t pxa2xx_pcm_pointer(struct snd_pcm_substream *substream);
/linux-4.4.14/sound/usb/line6/
Dpcm.h102 snd_pcm_uframes_t pos;
119 snd_pcm_uframes_t pos_done;
192 extern snd_pcm_uframes_t snd_line6_pointer(struct snd_pcm_substream *substream);
Dpcm.c272 snd_pcm_uframes_t snd_line6_pointer(struct snd_pcm_substream *substream) in snd_line6_pointer()
/linux-4.4.14/sound/soc/blackfin/
Dbf5xx-i2s-pcm.c141 static snd_pcm_uframes_t bf5xx_pcm_pointer(struct snd_pcm_substream *substream) in bf5xx_pcm_pointer()
147 snd_pcm_uframes_t frames; in bf5xx_pcm_pointer()
229 snd_pcm_uframes_t pos, void *buf, snd_pcm_uframes_t count) in bf5xx_pcm_copy()
286 int channel, snd_pcm_uframes_t pos, snd_pcm_uframes_t count) in bf5xx_pcm_silence()
Dbf5xx-ac97-pcm.c56 snd_pcm_uframes_t count) in bf5xx_mmap_copy()
220 static snd_pcm_uframes_t bf5xx_pcm_pointer(struct snd_pcm_substream *substream) in bf5xx_pcm_pointer()
283 snd_pcm_uframes_t pos, in bf5xx_pcm_copy()
284 void __user *buf, snd_pcm_uframes_t count) in bf5xx_pcm_copy()
/linux-4.4.14/sound/usb/6fire/
Dpcm.h46 snd_pcm_uframes_t dma_off; /* current position in alsa dma_area */
47 snd_pcm_uframes_t period_off; /* current position in current period */
Dpcm.c541 static snd_pcm_uframes_t usb6fire_pcm_pointer( in usb6fire_pcm_pointer()
547 snd_pcm_uframes_t ret; in usb6fire_pcm_pointer()
/linux-4.4.14/sound/isa/sb/
Demu8000_pcm.c443 snd_pcm_uframes_t pos, in emu8k_pcm_copy()
445 snd_pcm_uframes_t count) in emu8k_pcm_copy()
481 snd_pcm_uframes_t pos, in emu8k_pcm_silence()
482 snd_pcm_uframes_t count) in emu8k_pcm_silence()
509 snd_pcm_uframes_t pos, in emu8k_pcm_copy()
511 snd_pcm_uframes_t count) in emu8k_pcm_copy()
542 snd_pcm_uframes_t pos, in emu8k_pcm_silence()
543 snd_pcm_uframes_t count) in emu8k_pcm_silence()
657 static snd_pcm_uframes_t emu8k_pcm_pointer(struct snd_pcm_substream *subs) in emu8k_pcm_pointer()
Dsb8_main.c414 static snd_pcm_uframes_t snd_sb8_playback_pointer(struct snd_pcm_substream *substream) in snd_sb8_playback_pointer()
430 static snd_pcm_uframes_t snd_sb8_capture_pointer(struct snd_pcm_substream *substream) in snd_sb8_capture_pointer()
Dsb16_main.c450 static snd_pcm_uframes_t snd_sb16_playback_pointer(struct snd_pcm_substream *substream) in snd_sb16_playback_pointer()
461 static snd_pcm_uframes_t snd_sb16_capture_pointer(struct snd_pcm_substream *substream) in snd_sb16_capture_pointer()
/linux-4.4.14/sound/drivers/
Dpcm-indirect2.h90 snd_pcm_uframes_t appl_ptr; /* Last seen appl_ptr */
126 snd_pcm_uframes_t
Ddummy.c109 snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *);
325 static snd_pcm_uframes_t
329 snd_pcm_uframes_t pos; in dummy_systimer_pointer()
426 static snd_pcm_uframes_t
517 static snd_pcm_uframes_t dummy_pcm_pointer(struct snd_pcm_substream *substream) in dummy_pcm_pointer()
646 int channel, snd_pcm_uframes_t pos, in dummy_pcm_copy()
647 void __user *dst, snd_pcm_uframes_t count) in dummy_pcm_copy()
653 int channel, snd_pcm_uframes_t pos, in dummy_pcm_silence()
654 snd_pcm_uframes_t count) in dummy_pcm_silence()
Dpcm-indirect2.c231 snd_pcm_uframes_t
251 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr; in snd_pcm_indirect2_playback_transfer()
419 snd_pcm_uframes_t appl_ptr = runtime->control->appl_ptr; in snd_pcm_indirect2_capture_transfer()
Daloop.c418 snd_pcm_uframes_t appl_ptr, appl_ptr1, diff; in copy_play_buf()
551 static snd_pcm_uframes_t loopback_pointer(struct snd_pcm_substream *substream) in loopback_pointer()
555 snd_pcm_uframes_t pos; in loopback_pointer()
Dml403-ac97cr.c523 static snd_pcm_uframes_t
538 return (snd_pcm_uframes_t) 0; in snd_ml403_ac97cr_pcm_pointer()
/linux-4.4.14/sound/sh/
Dsh_dac_audio.c188 snd_pcm_uframes_t pos, void __user *src, snd_pcm_uframes_t count) in snd_sh_dac_pcm_copy()
214 int channel, snd_pcm_uframes_t pos, in snd_sh_dac_pcm_silence()
215 snd_pcm_uframes_t count) in snd_sh_dac_pcm_silence()
241 snd_pcm_uframes_t snd_sh_dac_pcm_pointer(struct snd_pcm_substream *substream) in snd_sh_dac_pcm_pointer()
/linux-4.4.14/drivers/media/pci/solo6x10/
Dsolo6x10-g723.c217 static snd_pcm_uframes_t snd_solo_pcm_pointer(struct snd_pcm_substream *ss) in snd_solo_pcm_pointer()
221 snd_pcm_uframes_t idx = solo_reg_read(solo_dev, SOLO_AUDIO_STA) & 0x1f; in snd_solo_pcm_pointer()
227 snd_pcm_uframes_t pos, void __user *dst, in snd_solo_pcm_copy()
228 snd_pcm_uframes_t count) in snd_solo_pcm_copy()
/linux-4.4.14/sound/usb/
Dpcm.h4 snd_pcm_uframes_t snd_usb_pcm_delay(struct snd_usb_substream *subs,
Dpcm.c43 snd_pcm_uframes_t snd_usb_pcm_delay(struct snd_usb_substream *subs, in snd_usb_pcm_delay()
77 static snd_pcm_uframes_t snd_usb_pcm_pointer(struct snd_pcm_substream *substream) in snd_usb_pcm_pointer()
/linux-4.4.14/sound/soc/omap/
Domap-pcm.c117 static snd_pcm_uframes_t omap_pcm_pointer(struct snd_pcm_substream *substream) in omap_pcm_pointer()
119 snd_pcm_uframes_t offset; in omap_pcm_pointer()
/linux-4.4.14/sound/pci/lx6464es/
Dlx6464es.h60 snd_pcm_uframes_t frame_pos;
Dlx6464es.c113 snd_pcm_uframes_t period_size = runtime->period_size; in lx_hardware_open()
277 static snd_pcm_uframes_t lx_pcm_stream_pointer(struct snd_pcm_substream in lx_pcm_stream_pointer()
281 snd_pcm_uframes_t pos; in lx_pcm_stream_pointer()
/linux-4.4.14/sound/usb/hiface/
Dpcm.c41 snd_pcm_uframes_t dma_off; /* current position in alsa dma_area */
42 snd_pcm_uframes_t period_off; /* current position in current period */
498 static snd_pcm_uframes_t hiface_pcm_pointer(struct snd_pcm_substream *alsa_sub) in hiface_pcm_pointer()
503 snd_pcm_uframes_t dma_offset; in hiface_pcm_pointer()
/linux-4.4.14/sound/pci/aw2/
Daw2-alsa.c134 static snd_pcm_uframes_t snd_aw2_pcm_pointer_playback(struct snd_pcm_substream
136 static snd_pcm_uframes_t snd_aw2_pcm_pointer_capture(struct snd_pcm_substream
552 static snd_pcm_uframes_t snd_aw2_pcm_pointer_playback(struct snd_pcm_substream in snd_aw2_pcm_pointer_playback()
571 static snd_pcm_uframes_t snd_aw2_pcm_pointer_capture(struct snd_pcm_substream in snd_aw2_pcm_pointer_capture()
/linux-4.4.14/sound/pci/
Drme32.c258 snd_pcm_uframes_t pos, in snd_rme32_playback_silence()
259 snd_pcm_uframes_t count) in snd_rme32_playback_silence()
270 snd_pcm_uframes_t pos, in snd_rme32_playback_copy()
271 void __user *src, snd_pcm_uframes_t count) in snd_rme32_playback_copy()
284 snd_pcm_uframes_t pos, in snd_rme32_capture_copy()
285 void __user *dst, snd_pcm_uframes_t count) in snd_rme32_capture_copy()
1124 static snd_pcm_uframes_t
1131 static snd_pcm_uframes_t
1182 static snd_pcm_uframes_t
1190 static snd_pcm_uframes_t
Drme96.c299 static snd_pcm_uframes_t
302 static snd_pcm_uframes_t
331 snd_pcm_uframes_t pos, in snd_rme96_playback_silence()
332 snd_pcm_uframes_t count) in snd_rme96_playback_silence()
345 snd_pcm_uframes_t pos, in snd_rme96_playback_copy()
347 snd_pcm_uframes_t count) in snd_rme96_playback_copy()
359 snd_pcm_uframes_t pos, in snd_rme96_capture_copy()
361 snd_pcm_uframes_t count) in snd_rme96_capture_copy()
1494 static snd_pcm_uframes_t
1501 static snd_pcm_uframes_t
Des1938.c770 static snd_pcm_uframes_t snd_es1938_capture_pointer(struct snd_pcm_substream *substream) in snd_es1938_capture_pointer()
800 static snd_pcm_uframes_t snd_es1938_playback1_pointer(struct snd_pcm_substream *substream) in snd_es1938_playback1_pointer()
812 static snd_pcm_uframes_t snd_es1938_playback2_pointer(struct snd_pcm_substream *substream) in snd_es1938_playback2_pointer()
829 static snd_pcm_uframes_t snd_es1938_playback_pointer(struct snd_pcm_substream *substream) in snd_es1938_playback_pointer()
843 snd_pcm_uframes_t pos, in snd_es1938_capture_copy()
845 snd_pcm_uframes_t count) in snd_es1938_capture_copy()
Dals4000.c506 static snd_pcm_uframes_t snd_als4000_capture_pointer(struct snd_pcm_substream *substream) in snd_als4000_capture_pointer()
518 static snd_pcm_uframes_t snd_als4000_playback_pointer(struct snd_pcm_substream *substream) in snd_als4000_playback_pointer()
Dad1889.c537 static snd_pcm_uframes_t
556 static snd_pcm_uframes_t
Dbt87x.c545 static snd_pcm_uframes_t snd_bt87x_pointer(struct snd_pcm_substream *substream) in snd_bt87x_pointer()
550 return (snd_pcm_uframes_t)bytes_to_frames(runtime, chip->current_line * chip->line_bytes); in snd_bt87x_pointer()
Dfm801.c505 static snd_pcm_uframes_t snd_fm801_playback_pointer(struct snd_pcm_substream *substream) in snd_fm801_playback_pointer()
522 static snd_pcm_uframes_t snd_fm801_capture_pointer(struct snd_pcm_substream *substream) in snd_fm801_capture_pointer()
Dals300.c541 static snd_pcm_uframes_t snd_als300_pointer(struct snd_pcm_substream *substream) in snd_als300_pointer()
Dsonicvibes.c758 static snd_pcm_uframes_t snd_sonicvibes_playback_pointer(struct snd_pcm_substream *substream) in snd_sonicvibes_playback_pointer()
769 static snd_pcm_uframes_t snd_sonicvibes_capture_pointer(struct snd_pcm_substream *substream) in snd_sonicvibes_capture_pointer()
Dens1370.c1011 static snd_pcm_uframes_t snd_ensoniq_playback1_pointer(struct snd_pcm_substream *substream) in snd_ensoniq_playback1_pointer()
1028 static snd_pcm_uframes_t snd_ensoniq_playback2_pointer(struct snd_pcm_substream *substream) in snd_ensoniq_playback2_pointer()
1045 static snd_pcm_uframes_t snd_ensoniq_capture_pointer(struct snd_pcm_substream *substream) in snd_ensoniq_capture_pointer()
Dazt3328.c1634 static snd_pcm_uframes_t
1641 snd_pcm_uframes_t frmres; in snd_azf3328_pcm_pointer()
Dvia82xx_modem.c618 static snd_pcm_uframes_t snd_via686_pcm_pointer(struct snd_pcm_substream *substream) in snd_via686_pcm_pointer()
Datiixp_modem.c610 static snd_pcm_uframes_t snd_atiixp_pcm_pointer(struct snd_pcm_substream *substream) in snd_atiixp_pcm_pointer()
Dcmipci.c940 static snd_pcm_uframes_t snd_cmipci_pcm_pointer(struct cmipci *cm, struct cmipci_pcm *rec, in snd_cmipci_pcm_pointer()
980 static snd_pcm_uframes_t snd_cmipci_playback_pointer(struct snd_pcm_substream *substream) in snd_cmipci_playback_pointer()
999 static snd_pcm_uframes_t snd_cmipci_capture_pointer(struct snd_pcm_substream *substream) in snd_cmipci_capture_pointer()
Dvia82xx.c837 static snd_pcm_uframes_t snd_via686_pcm_pointer(struct snd_pcm_substream *substream) in snd_via686_pcm_pointer()
868 static snd_pcm_uframes_t snd_via8233_pcm_pointer(struct snd_pcm_substream *substream) in snd_via8233_pcm_pointer()
Dintel8x0m.c582 static snd_pcm_uframes_t snd_intel8x0m_pcm_pointer(struct snd_pcm_substream *substream) in snd_intel8x0m_pcm_pointer()
Dsis7019.c661 static snd_pcm_uframes_t sis_pcm_pointer(struct snd_pcm_substream *substream) in sis_pcm_pointer()
Datiixp.c661 static snd_pcm_uframes_t snd_atiixp_pcm_pointer(struct snd_pcm_substream *substream) in snd_atiixp_pcm_pointer()
Dcs4281.c834 static snd_pcm_uframes_t snd_cs4281_pointer(struct snd_pcm_substream *substream) in snd_cs4281_pointer()
Dmaestro3.c1485 static snd_pcm_uframes_t
Des1968.c1282 static snd_pcm_uframes_t snd_es1968_pcm_pointer(struct snd_pcm_substream *substream) in snd_es1968_pcm_pointer()
Dintel8x0.c1068 static snd_pcm_uframes_t snd_intel8x0_pcm_pointer(struct snd_pcm_substream *substream) in snd_intel8x0_pcm_pointer()
/linux-4.4.14/sound/pci/nm256/
Dnm256.c662 static snd_pcm_uframes_t
676 static snd_pcm_uframes_t
699 snd_pcm_uframes_t pos, in snd_nm256_playback_silence()
700 snd_pcm_uframes_t count) in snd_nm256_playback_silence()
713 snd_pcm_uframes_t pos, in snd_nm256_playback_copy()
715 snd_pcm_uframes_t count) in snd_nm256_playback_copy()
732 snd_pcm_uframes_t pos, in snd_nm256_capture_copy()
734 snd_pcm_uframes_t count) in snd_nm256_capture_copy()
/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-alsa-pcm.c293 snd_pcm_uframes_t snd_cx18_pcm_pointer(struct snd_pcm_substream *substream) in snd_cx18_pcm_pointer()
296 snd_pcm_uframes_t hwptr_done; in snd_cx18_pcm_pointer()
/linux-4.4.14/drivers/media/pci/cobalt/
Dcobalt-alsa-pcm.c324 snd_pcm_uframes_t snd_cobalt_pcm_pointer(struct snd_pcm_substream *substream) in snd_cobalt_pcm_pointer()
326 snd_pcm_uframes_t hwptr_done; in snd_cobalt_pcm_pointer()
494 snd_pcm_uframes_t snd_cobalt_pcm_pb_pointer(struct snd_pcm_substream *substream) in snd_cobalt_pcm_pb_pointer()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-alsa-pcm.c300 snd_pcm_uframes_t snd_ivtv_pcm_pointer(struct snd_pcm_substream *substream) in snd_ivtv_pcm_pointer()
303 snd_pcm_uframes_t hwptr_done; in snd_ivtv_pcm_pointer()
/linux-4.4.14/sound/firewire/tascam/
Dtascam-pcm.c257 static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm) in pcm_capture_pointer()
264 static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm) in pcm_playback_pointer()
/linux-4.4.14/sound/isa/gus/
Dgus_pcm.c358 snd_pcm_uframes_t pos, in snd_gf1_pcm_playback_copy()
360 snd_pcm_uframes_t count) in snd_gf1_pcm_playback_copy()
390 snd_pcm_uframes_t pos, in snd_gf1_pcm_playback_silence()
391 snd_pcm_uframes_t count) in snd_gf1_pcm_playback_silence()
526 static snd_pcm_uframes_t snd_gf1_pcm_playback_pointer(struct snd_pcm_substream *substream) in snd_gf1_pcm_playback_pointer()
616 static snd_pcm_uframes_t snd_gf1_pcm_capture_pointer(struct snd_pcm_substream *substream) in snd_gf1_pcm_capture_pointer()
/linux-4.4.14/sound/soc/kirkwood/
Dkirkwood-dma.c229 static snd_pcm_uframes_t kirkwood_dma_pointer(struct snd_pcm_substream in kirkwood_dma_pointer()
233 snd_pcm_uframes_t count; in kirkwood_dma_pointer()
/linux-4.4.14/sound/firewire/digi00x/
Ddigi00x-pcm.c318 static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm) in pcm_capture_pointer()
325 static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm) in pcm_playback_pointer()
/linux-4.4.14/sound/pci/emu10k1/
Dp16v.c549 static snd_pcm_uframes_t
555 snd_pcm_uframes_t ptr, ptr1, ptr2,ptr3,ptr4 = 0; in snd_p16v_pcm_pointer_playback()
574 static snd_pcm_uframes_t
580 snd_pcm_uframes_t ptr, ptr1, ptr2 = 0; in snd_p16v_pcm_pointer_capture()
Demu10k1x.c519 static snd_pcm_uframes_t
526 snd_pcm_uframes_t ptr = 0, ptr1 = 0, ptr2= 0,ptr3 = 0,ptr4 = 0; in snd_emu10k1x_pcm_pointer()
679 static snd_pcm_uframes_t
685 snd_pcm_uframes_t ptr; in snd_emu10k1x_pcm_pointer_capture()
Demupcm.c92 static snd_pcm_uframes_t snd_emu10k1_efx_playback_pointer(struct snd_pcm_substream *substream) in snd_emu10k1_efx_playback_pointer()
873 static snd_pcm_uframes_t snd_emu10k1_playback_pointer(struct snd_pcm_substream *substream) in snd_emu10k1_playback_pointer()
957 static snd_pcm_uframes_t snd_emu10k1_capture_pointer(struct snd_pcm_substream *substream) in snd_emu10k1_capture_pointer()
1733 static snd_pcm_uframes_t snd_emu10k1_fx8010_playback_pointer(struct snd_pcm_substream *substream) in snd_emu10k1_fx8010_playback_pointer()
/linux-4.4.14/sound/pci/korg1212/
Dkorg1212.c1616 static snd_pcm_uframes_t snd_korg1212_playback_pointer(struct snd_pcm_substream *substream) in snd_korg1212_playback_pointer()
1619 snd_pcm_uframes_t pos; in snd_korg1212_playback_pointer()
1629 static snd_pcm_uframes_t snd_korg1212_capture_pointer(struct snd_pcm_substream *substream) in snd_korg1212_capture_pointer()
1632 snd_pcm_uframes_t pos; in snd_korg1212_capture_pointer()
1644 snd_pcm_uframes_t pos, in snd_korg1212_playback_copy()
1646 snd_pcm_uframes_t count) in snd_korg1212_playback_copy()
1659 snd_pcm_uframes_t pos, in snd_korg1212_playback_silence()
1660 snd_pcm_uframes_t count) in snd_korg1212_playback_silence()
1672 snd_pcm_uframes_t pos, in snd_korg1212_capture_copy()
1674 snd_pcm_uframes_t count) in snd_korg1212_capture_copy()
/linux-4.4.14/sound/firewire/fireworks/
Dfireworks_pcm.c363 static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm) in pcm_capture_pointer()
368 static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm) in pcm_playback_pointer()
/linux-4.4.14/sound/firewire/bebob/
Dbebob_pcm.c337 static snd_pcm_uframes_t
343 static snd_pcm_uframes_t
/linux-4.4.14/sound/soc/intel/haswell/
Dsst-haswell-pcm.c683 snd_pcm_uframes_t pos; in hsw_pcm_trigger()
725 snd_pcm_uframes_t position = bytes_to_frames(runtime, in hsw_notify_pointer()
728 snd_pcm_uframes_t dma_frames = in hsw_notify_pointer()
730 snd_pcm_uframes_t old_position; in hsw_notify_pointer()
782 static snd_pcm_uframes_t hsw_pcm_pointer(struct snd_pcm_substream *substream) in hsw_pcm_pointer()
790 snd_pcm_uframes_t offset; in hsw_pcm_pointer()
Dsst-haswell-ipc.h460 snd_pcm_uframes_t sst_hsw_stream_get_old_position(struct sst_hsw *hsw,
463 struct sst_hsw_stream *stream, snd_pcm_uframes_t val);
Dsst-haswell-ipc.c251 snd_pcm_uframes_t old_position;
1231 snd_pcm_uframes_t sst_hsw_stream_get_old_position(struct sst_hsw *hsw, in sst_hsw_stream_get_old_position()
1238 struct sst_hsw_stream *stream, snd_pcm_uframes_t val) in sst_hsw_stream_set_old_position()
/linux-4.4.14/sound/pci/rme9652/
Drme9652.c368 static snd_pcm_uframes_t rme9652_hw_pointer(struct snd_rme9652 *rme9652) in rme9652_hw_pointer()
372 snd_pcm_uframes_t period_size = rme9652->period_bytes / 4; in rme9652_hw_pointer()
1857 static snd_pcm_uframes_t snd_rme9652_hw_pointer(struct snd_pcm_substream *substream) in snd_rme9652_hw_pointer()
1887 snd_pcm_uframes_t pos, void __user *src, snd_pcm_uframes_t count) in snd_rme9652_playback_copy()
1906 snd_pcm_uframes_t pos, void __user *dst, snd_pcm_uframes_t count) in snd_rme9652_capture_copy()
1925 snd_pcm_uframes_t pos, snd_pcm_uframes_t count) in snd_rme9652_hw_silence()
Dhdsp.c1047 static snd_pcm_uframes_t hdsp_hw_pointer(struct hdsp *hdsp) in hdsp_hw_pointer()
3891 static snd_pcm_uframes_t snd_hdsp_hw_pointer(struct snd_pcm_substream *substream) in snd_hdsp_hw_pointer()
3917 snd_pcm_uframes_t pos, void __user *src, snd_pcm_uframes_t count) in snd_hdsp_playback_copy()
3934 snd_pcm_uframes_t pos, void __user *dst, snd_pcm_uframes_t count) in snd_hdsp_capture_copy()
3951 snd_pcm_uframes_t pos, snd_pcm_uframes_t count) in snd_hdsp_hw_silence()
Dhdspm.c1484 static snd_pcm_uframes_t hdspm_hw_pointer(struct hdspm *hdspm) in hdspm_hw_pointer()
5472 static snd_pcm_uframes_t snd_hdspm_hw_pointer(struct snd_pcm_substream in snd_hdspm_hw_pointer()
/linux-4.4.14/sound/pci/ctxfi/
Dctpcm.c253 static snd_pcm_uframes_t
358 static snd_pcm_uframes_t
/linux-4.4.14/sound/firewire/dice/
Ddice-pcm.c366 static snd_pcm_uframes_t capture_pointer(struct snd_pcm_substream *substream) in capture_pointer()
372 static snd_pcm_uframes_t playback_pointer(struct snd_pcm_substream *substream) in playback_pointer()
/linux-4.4.14/sound/soc/atmel/
Datmel-pcm-pdc.c333 static snd_pcm_uframes_t atmel_pcm_pointer( in atmel_pcm_pointer()
340 snd_pcm_uframes_t x; in atmel_pcm_pointer()
/linux-4.4.14/sound/arm/
Dpxa2xx-pcm-lib.c82 snd_pcm_uframes_t
Daaci.c560 static snd_pcm_uframes_t aaci_pcm_pointer(struct snd_pcm_substream *substream) in aaci_pcm_pointer()
/linux-4.4.14/sound/firewire/oxfw/
Doxfw-pcm.c376 static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstm) in pcm_capture_pointer()
382 static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstm) in pcm_playback_pointer()
/linux-4.4.14/sound/soc/xtensa/
Dxtfpga-i2s.c458 static snd_pcm_uframes_t xtfpga_pcm_pointer(struct snd_pcm_substream *substream) in xtfpga_pcm_pointer()
462 snd_pcm_uframes_t pos = ACCESS_ONCE(i2s->tx_ptr); in xtfpga_pcm_pointer()
/linux-4.4.14/sound/atmel/
Dac97c.c588 static snd_pcm_uframes_t
593 snd_pcm_uframes_t frames; in atmel_ac97c_playback_pointer()
608 static snd_pcm_uframes_t
613 snd_pcm_uframes_t frames; in atmel_ac97c_capture_pointer()
Dabdac.c267 static snd_pcm_uframes_t
272 snd_pcm_uframes_t frames; in atmel_abdac_pointer()
/linux-4.4.14/sound/pci/pcxhr/
Dpcxhr.c677 snd_pcm_uframes_t *sample_count)
687 *sample_count = ((snd_pcm_uframes_t)rmh.stat[0]) << 24;
688 *sample_count += (snd_pcm_uframes_t)rmh.stat[1];
1128 static snd_pcm_uframes_t pcxhr_stream_pointer(struct snd_pcm_substream *subs) in pcxhr_stream_pointer()
1144 return (snd_pcm_uframes_t)((timer_buf_periods * runtime->period_size) + in pcxhr_stream_pointer()
/linux-4.4.14/sound/pcmcia/pdaudiocf/
Dpdaudiocf_pcm.c260 static snd_pcm_uframes_t pdacf_pcm_capture_pointer(struct snd_pcm_substream *subs) in pdacf_pcm_capture_pointer()
/linux-4.4.14/sound/soc/fsl/
Dfsl_dma.c701 static snd_pcm_uframes_t fsl_dma_pointer(struct snd_pcm_substream *substream) in fsl_dma_pointer()
709 snd_pcm_uframes_t frames; in fsl_dma_pointer()
Dimx-pcm-fiq.c149 static snd_pcm_uframes_t snd_imx_pcm_pointer(struct snd_pcm_substream *substream) in snd_imx_pcm_pointer()
Dfsl_asrc_dma.c317 static snd_pcm_uframes_t fsl_asrc_dma_pcm_pointer(struct snd_pcm_substream *substream) in fsl_asrc_dma_pcm_pointer()
Dmpc5200_dma.c263 static snd_pcm_uframes_t
/linux-4.4.14/sound/pci/au88x0/
Dau88x0_pcm.c419 static snd_pcm_uframes_t snd_vortex_pcm_pointer(struct snd_pcm_substream *substream) in snd_vortex_pcm_pointer()
424 snd_pcm_uframes_t current_ptr = 0; in snd_vortex_pcm_pointer()
/linux-4.4.14/sound/isa/msnd/
Dmsnd.c565 static snd_pcm_uframes_t
641 static snd_pcm_uframes_t
/linux-4.4.14/sound/aoa/soundbus/i2sbus/
Dpcm.c620 static snd_pcm_uframes_t i2sbus_pcm_pointer(struct i2sbus_dev *i2sdev, int in) in i2sbus_pcm_pointer()
769 static snd_pcm_uframes_t i2sbus_playback_pointer(struct snd_pcm_substream in i2sbus_playback_pointer()
839 static snd_pcm_uframes_t i2sbus_record_pointer(struct snd_pcm_substream in i2sbus_record_pointer()
/linux-4.4.14/sound/soc/sh/
Ddma-sh7760.c275 static snd_pcm_uframes_t camelot_pos(struct snd_pcm_substream *substream) in camelot_pos()
Dsiu_pcm.c491 static snd_pcm_uframes_t siu_pcm_pointer_dma(struct snd_pcm_substream *ss) in siu_pcm_pointer_dma()
Dfsi.c1748 static snd_pcm_uframes_t fsi_pointer(struct snd_pcm_substream *substream) in fsi_pointer()
/linux-4.4.14/sound/soc/au1x/
Ddbdma2.c279 static snd_pcm_uframes_t
Ddma.c268 static snd_pcm_uframes_t alchemy_pcm_pointer(struct snd_pcm_substream *ss) in alchemy_pcm_pointer()
/linux-4.4.14/sound/soc/nuc900/
Dnuc900-pcm.c221 static snd_pcm_uframes_t nuc900_dma_pointer(struct snd_pcm_substream *substream) in nuc900_dma_pointer()
/linux-4.4.14/drivers/media/usb/go7007/
Dsnd-go7007.c187 static snd_pcm_uframes_t go7007_snd_pcm_pointer(struct snd_pcm_substream *substream) in go7007_snd_pcm_pointer()
/linux-4.4.14/drivers/media/usb/cx231xx/
Dcx231xx-audio.c611 static snd_pcm_uframes_t snd_cx231xx_capture_pointer(struct snd_pcm_substream in snd_cx231xx_capture_pointer()
616 snd_pcm_uframes_t hwptr_done; in snd_cx231xx_capture_pointer()
/linux-4.4.14/drivers/media/usb/usbtv/
Dusbtv-audio.c311 static snd_pcm_uframes_t snd_usbtv_pointer(struct snd_pcm_substream *substream) in snd_usbtv_pointer()
/linux-4.4.14/sound/drivers/pcsp/
Dpcsp_lib.c277 static snd_pcm_uframes_t snd_pcsp_playback_pointer(struct snd_pcm_substream in snd_pcsp_playback_pointer()
/linux-4.4.14/sound/ppc/
Dsnd_ps3.c692 static snd_pcm_uframes_t snd_ps3_pcm_pointer( in snd_ps3_pcm_pointer()
697 snd_pcm_uframes_t ret; in snd_ps3_pcm_pointer()
Dpmac.c322 static snd_pcm_uframes_t snd_pmac_pcm_pointer(struct snd_pmac *chip, in snd_pmac_pcm_pointer()
360 static snd_pcm_uframes_t snd_pmac_playback_pointer(struct snd_pcm_substream *subs) in snd_pmac_playback_pointer()
384 static snd_pcm_uframes_t snd_pmac_capture_pointer(struct snd_pcm_substream *subs) in snd_pmac_capture_pointer()
/linux-4.4.14/sound/soc/intel/atom/
Dsst-mfld-platform-pcm.c134 snd_pcm_uframes_t period_size; in sst_fill_alloc_params()
642 static snd_pcm_uframes_t sst_platform_pcm_pointer in sst_platform_pcm_pointer()
/linux-4.4.14/drivers/media/usb/tm6000/
Dtm6000-alsa.c373 static snd_pcm_uframes_t snd_tm6000_pointer(struct snd_pcm_substream *substream) in snd_tm6000_pointer()
/linux-4.4.14/sound/mips/
Dsgio2audio.c89 snd_pcm_uframes_t size;
666 static snd_pcm_uframes_t
Dhal2.c588 static snd_pcm_uframes_t
681 static snd_pcm_uframes_t
Dau1x00.c406 static snd_pcm_uframes_t
/linux-4.4.14/sound/sparc/
Damd7930.c645 static snd_pcm_uframes_t snd_amd7930_playback_pointer(struct snd_pcm_substream *substream) in snd_amd7930_playback_pointer()
656 static snd_pcm_uframes_t snd_amd7930_capture_pointer(struct snd_pcm_substream *substream) in snd_amd7930_capture_pointer()
Dcs4231.c997 static snd_pcm_uframes_t snd_cs4231_playback_pointer( in snd_cs4231_playback_pointer()
1013 static snd_pcm_uframes_t snd_cs4231_capture_pointer( in snd_cs4231_capture_pointer()
Ddbri.c2196 static snd_pcm_uframes_t snd_dbri_pointer(struct snd_pcm_substream *substream) in snd_dbri_pointer()
2200 snd_pcm_uframes_t ret; in snd_dbri_pointer()
/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-audio.c450 static snd_pcm_uframes_t snd_em28xx_capture_pointer(struct snd_pcm_substream in snd_em28xx_capture_pointer()
455 snd_pcm_uframes_t hwptr_done; in snd_em28xx_capture_pointer()
/linux-4.4.14/sound/usb/misc/
Dua101.c867 static inline snd_pcm_uframes_t ua101_pcm_pointer(struct ua101 *ua, in ua101_pcm_pointer()
879 static snd_pcm_uframes_t capture_pcm_pointer(struct snd_pcm_substream *subs) in capture_pcm_pointer()
886 static snd_pcm_uframes_t playback_pcm_pointer(struct snd_pcm_substream *subs) in playback_pcm_pointer()
/linux-4.4.14/sound/pci/cs5535audio/
Dcs5535audio_pcm.c328 static snd_pcm_uframes_t snd_cs5535audio_pcm_pointer(struct snd_pcm_substream in snd_cs5535audio_pcm_pointer()
/linux-4.4.14/sound/soc/samsung/
Didma.c225 static snd_pcm_uframes_t
/linux-4.4.14/sound/soc/
Dsoc-generic-dmaengine-pcm.c309 static snd_pcm_uframes_t dmaengine_pcm_pointer( in dmaengine_pcm_pointer()
Dsoc-pcm.c1080 static snd_pcm_uframes_t soc_pcm_pointer(struct snd_pcm_substream *substream) in soc_pcm_pointer()
1087 snd_pcm_uframes_t offset = 0; in soc_pcm_pointer()
/linux-4.4.14/sound/usb/caiaq/
Daudio.c314 static snd_pcm_uframes_t
319 snd_pcm_uframes_t ptr; in snd_usb_caiaq_pcm_pointer()
/linux-4.4.14/sound/parisc/
Dharmony.c467 static snd_pcm_uframes_t
496 static snd_pcm_uframes_t
/linux-4.4.14/sound/soc/txx9/
Dtxx9aclc.c238 static snd_pcm_uframes_t
/linux-4.4.14/sound/soc/intel/baytrail/
Dsst-baytrail-pcm.c237 static snd_pcm_uframes_t sst_byt_pcm_pointer(struct snd_pcm_substream *substream) in sst_byt_pcm_pointer()
/linux-4.4.14/sound/pci/ca0106/
Dca0106_main.c1054 static snd_pcm_uframes_t
1084 static snd_pcm_uframes_t
1090 snd_pcm_uframes_t ptr, ptr1, ptr2 = 0; in snd_ca0106_pcm_pointer_capture()
/linux-4.4.14/sound/isa/ad1816a/
Dad1816a_lib.c296 static snd_pcm_uframes_t snd_ad1816a_playback_pointer(struct snd_pcm_substream *substream) in snd_ad1816a_playback_pointer()
306 static snd_pcm_uframes_t snd_ad1816a_capture_pointer(struct snd_pcm_substream *substream) in snd_ad1816a_capture_pointer()
/linux-4.4.14/sound/drivers/vx/
Dvx_pcm.c783 static snd_pcm_uframes_t vx_pcm_playback_pointer(struct snd_pcm_substream *subs) in vx_pcm_playback_pointer()
1086 static snd_pcm_uframes_t vx_pcm_capture_pointer(struct snd_pcm_substream *subs) in vx_pcm_capture_pointer()
/linux-4.4.14/sound/spi/
Dat73c213.c304 static snd_pcm_uframes_t
309 snd_pcm_uframes_t pos; in snd_at73c213_pcm_pointer()
/linux-4.4.14/drivers/media/pci/cx23885/
Dcx23885-alsa.c484 static snd_pcm_uframes_t snd_cx23885_pointer( in snd_cx23885_pointer()
/linux-4.4.14/sound/isa/es1688/
Des1688_lib.c503 static snd_pcm_uframes_t snd_es1688_playback_pointer(struct snd_pcm_substream *substream) in snd_es1688_playback_pointer()
514 static snd_pcm_uframes_t snd_es1688_capture_pointer(struct snd_pcm_substream *substream) in snd_es1688_capture_pointer()
/linux-4.4.14/sound/pci/ice1712/
Dice1712.c678 static snd_pcm_uframes_t snd_ice1712_playback_pointer(struct snd_pcm_substream *substream) in snd_ice1712_playback_pointer()
693 static snd_pcm_uframes_t snd_ice1712_playback_ds_pointer(struct snd_pcm_substream *substream) in snd_ice1712_playback_ds_pointer()
713 static snd_pcm_uframes_t snd_ice1712_capture_pointer(struct snd_pcm_substream *substream) in snd_ice1712_capture_pointer()
1103 static snd_pcm_uframes_t snd_ice1712_playback_pro_pointer(struct snd_pcm_substream *substream) in snd_ice1712_playback_pro_pointer()
1117 static snd_pcm_uframes_t snd_ice1712_capture_pro_pointer(struct snd_pcm_substream *substream) in snd_ice1712_capture_pro_pointer()
Dice1724.c814 static snd_pcm_uframes_t snd_vt1724_playback_pro_pointer(struct snd_pcm_substream *substream) in snd_vt1724_playback_pro_pointer()
866 static snd_pcm_uframes_t snd_vt1724_pcm_pointer(struct snd_pcm_substream *substream) in snd_vt1724_pcm_pointer()
/linux-4.4.14/sound/soc/qcom/
Dlpass-platform.c308 static snd_pcm_uframes_t lpass_platform_pcmops_pointer( in lpass_platform_pcmops_pointer()
/linux-4.4.14/drivers/gpu/drm/bridge/
Ddw_hdmi-ahb-audio.c508 static snd_pcm_uframes_t dw_hdmi_pointer(struct snd_pcm_substream *substream) in dw_hdmi_pointer()
/linux-4.4.14/drivers/staging/most/aim-sound/
Dsound.c450 static snd_pcm_uframes_t pcm_pointer(struct snd_pcm_substream *substream) in pcm_pointer()
/linux-4.4.14/sound/pci/mixart/
Dmixart.c915 static snd_pcm_uframes_t snd_mixart_stream_pointer(struct snd_pcm_substream *subs) in snd_mixart_stream_pointer()
920 return (snd_pcm_uframes_t)((stream->buf_periods * runtime->period_size) + stream->buf_period_frag); in snd_mixart_stream_pointer()
/linux-4.4.14/drivers/media/pci/cx25821/
Dcx25821-alsa.c626 static snd_pcm_uframes_t snd_cx25821_pointer(struct snd_pcm_substream in snd_cx25821_pointer()
/linux-4.4.14/sound/pci/lola/
Dlola_pcm.c564 static snd_pcm_uframes_t lola_pcm_pointer(struct snd_pcm_substream *substream) in lola_pcm_pointer()
/linux-4.4.14/sound/firewire/
Disight.c438 static snd_pcm_uframes_t isight_pointer(struct snd_pcm_substream *substream) in isight_pointer()
/linux-4.4.14/sound/pci/cs46xx/
Dcs46xx_lib.c910 static snd_pcm_uframes_t snd_cs46xx_playback_direct_pointer(struct snd_pcm_substream *substream) in snd_cs46xx_playback_direct_pointer()
928 static snd_pcm_uframes_t snd_cs46xx_playback_indirect_pointer(struct snd_pcm_substream *substream) in snd_cs46xx_playback_indirect_pointer()
945 static snd_pcm_uframes_t snd_cs46xx_capture_direct_pointer(struct snd_pcm_substream *substream) in snd_cs46xx_capture_direct_pointer()
952 static snd_pcm_uframes_t snd_cs46xx_capture_indirect_pointer(struct snd_pcm_substream *substream) in snd_cs46xx_capture_indirect_pointer()
/linux-4.4.14/sound/pci/oxygen/
Doxygen_pcm.c622 static snd_pcm_uframes_t oxygen_pointer(struct snd_pcm_substream *substream) in oxygen_pointer()
/linux-4.4.14/sound/pci/asihpi/
Dasihpi.c992 static snd_pcm_uframes_t
997 snd_pcm_uframes_t ptr; in snd_card_asihpi_playback_pointer()
1153 static snd_pcm_uframes_t
/linux-4.4.14/sound/soc/intel/skylake/
Dskl-pcm.c811 static snd_pcm_uframes_t skl_platform_pcm_pointer in skl_platform_pcm_pointer()
/linux-4.4.14/drivers/media/pci/cx88/
Dcx88-alsa.c575 static snd_pcm_uframes_t snd_cx88_pointer(struct snd_pcm_substream *substream) in snd_cx88_pointer()
/linux-4.4.14/sound/pci/ali5451/
Dali5451.c1393 static snd_pcm_uframes_t
1415 static snd_pcm_uframes_t snd_ali_pointer(struct snd_pcm_substream *substream) in snd_ali_pointer()
/linux-4.4.14/sound/usb/usx2y/
Dusbusx2yaudio.c523 static snd_pcm_uframes_t snd_usX2Y_pcm_pointer(struct snd_pcm_substream *substream) in snd_usX2Y_pcm_pointer()
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-alsa.c603 static snd_pcm_uframes_t
/linux-4.4.14/sound/isa/
Des18xx.c810 static snd_pcm_uframes_t snd_es18xx_playback_pointer(struct snd_pcm_substream *substream) in snd_es18xx_playback_pointer()
829 static snd_pcm_uframes_t snd_es18xx_capture_pointer(struct snd_pcm_substream *substream) in snd_es18xx_capture_pointer()
/linux-4.4.14/sound/isa/wss/
Dwss_lib.c1154 static snd_pcm_uframes_t snd_wss_playback_pointer(struct snd_pcm_substream *substream) in snd_wss_playback_pointer()
1165 static snd_pcm_uframes_t snd_wss_capture_pointer(struct snd_pcm_substream *substream) in snd_wss_capture_pointer()
/linux-4.4.14/sound/soc/mediatek/
Dmtk-afe-pcm.c172 static snd_pcm_uframes_t mtk_afe_pcm_pointer in mtk_afe_pcm_pointer()
/linux-4.4.14/sound/pci/trident/
Dtrident_main.c1642 static snd_pcm_uframes_t snd_trident_playback_pointer(struct snd_pcm_substream *substream) in snd_trident_playback_pointer()
1681 static snd_pcm_uframes_t snd_trident_capture_pointer(struct snd_pcm_substream *substream) in snd_trident_capture_pointer()
1711 static snd_pcm_uframes_t snd_trident_spdif_pointer(struct snd_pcm_substream *substream) in snd_trident_spdif_pointer()
/linux-4.4.14/sound/soc/sh/rcar/
Dcore.c942 static snd_pcm_uframes_t rsnd_pointer(struct snd_pcm_substream *substream) in rsnd_pointer()
/linux-4.4.14/sound/pci/hda/
Dhda_controller.c331 static snd_pcm_uframes_t azx_pcm_pointer(struct snd_pcm_substream *substream) in azx_pcm_pointer()
/linux-4.4.14/sound/pci/riptide/
Driptide.c1357 static snd_pcm_uframes_t snd_riptide_pointer(struct snd_pcm_substream in snd_riptide_pointer()
1365 snd_pcm_uframes_t ret; in snd_riptide_pointer()
/linux-4.4.14/sound/pci/ymfpci/
Dymfpci_main.c759 static snd_pcm_uframes_t snd_ymfpci_playback_pointer(struct snd_pcm_substream *substream) in snd_ymfpci_playback_pointer()
771 static snd_pcm_uframes_t snd_ymfpci_capture_pointer(struct snd_pcm_substream *substream) in snd_ymfpci_capture_pointer()
/linux-4.4.14/drivers/usb/gadget/function/
Df_uac2.c308 static snd_pcm_uframes_t uac2_pcm_pointer(struct snd_pcm_substream *substream) in uac2_pcm_pointer()
/linux-4.4.14/sound/pci/echoaudio/
Dechoaudio.c807 static snd_pcm_uframes_t pcm_pointer(struct snd_pcm_substream *substream) in pcm_pointer()