/linux-4.1.27/sound/core/oss/ |
D | pcm_plugin.h | 43 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 …]
|
D | mulaw.c | 144 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()
|
D | route.c | 28 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()
|
D | io.c | 40 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()
|
D | linear.c | 58 snd_pcm_uframes_t frames) in convert() 67 snd_pcm_uframes_t frames1; in convert() 91 snd_pcm_uframes_t frames) in linear_transfer()
|
D | pcm_plugin.c | 49 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()
|
D | rate.c | 183 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()
|
D | copy.c | 30 snd_pcm_uframes_t frames) in copy_transfer()
|
D | pcm_oss.c | 638 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.1.27/sound/core/ |
D | pcm_trace.h | 11 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 )
|
D | pcm_lib.c | 53 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() 1904 snd_pcm_uframes_t *availp) in wait_for_avail() 1910 snd_pcm_uframes_t avail = 0; in wait_for_avail() 1992 snd_pcm_uframes_t frames) in snd_pcm_lib_write_transfer() [all …]
|
D | pcm_compat.c | 46 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()
|
D | pcm_dmaengine.c | 228 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()
|
D | pcm_native.c | 55 snd_pcm_uframes_t fifo_size; 507 snd_pcm_uframes_t frames; in snd_pcm_hw_params() 2433 snd_pcm_uframes_t frames) in snd_pcm_playback_rewind() 2468 if (frames > (snd_pcm_uframes_t)hw_avail) in snd_pcm_playback_rewind() 2481 snd_pcm_uframes_t frames) in snd_pcm_capture_rewind() 2516 if (frames > (snd_pcm_uframes_t)hw_avail) in snd_pcm_capture_rewind() 2529 snd_pcm_uframes_t frames) in snd_pcm_playback_forward() 2565 if (frames > (snd_pcm_uframes_t)avail) in snd_pcm_playback_forward() 2578 snd_pcm_uframes_t frames) in snd_pcm_capture_forward() 2614 if (frames > (snd_pcm_uframes_t)avail) in snd_pcm_capture_forward() [all …]
|
/linux-4.1.27/include/uapi/sound/ |
D | asound.h | 148 typedef unsigned long snd_pcm_uframes_t; typedef 388 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */ 402 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */ 403 snd_pcm_uframes_t xfer_align; /* obsolete: xfer size need to be a multiple */ 404 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */ 405 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ 406 snd_pcm_uframes_t silence_threshold; /* min distance from noise for silence filling */ 407 snd_pcm_uframes_t silence_size; /* silence block size */ 408 snd_pcm_uframes_t boundary; /* pointers wrap point */ 441 snd_pcm_uframes_t appl_ptr; /* appl ptr */ [all …]
|
/linux-4.1.27/include/sound/ |
D | pcm.h | 76 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) 347 snd_pcm_uframes_t avail_max; 348 snd_pcm_uframes_t hw_ptr_base; /* Position at buffer restart */ 349 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */ 361 snd_pcm_uframes_t period_size; /* period size */ 363 snd_pcm_uframes_t buffer_size; /* buffer size */ [all …]
|
D | pcm-indirect.h | 37 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
|
D | dmaengine_pcm.h | 39 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);
|
D | pxa2xx-lib.h | 13 extern snd_pcm_uframes_t pxa2xx_pcm_pointer(struct snd_pcm_substream *substream);
|
/linux-4.1.27/sound/usb/line6/ |
D | pcm.h | 102 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);
|
D | pcm.c | 272 snd_pcm_uframes_t snd_line6_pointer(struct snd_pcm_substream *substream) in snd_line6_pointer()
|
/linux-4.1.27/sound/soc/blackfin/ |
D | bf5xx-i2s-pcm.c | 141 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()
|
D | bf5xx-ac97-pcm.c | 56 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.1.27/sound/usb/6fire/ |
D | pcm.h | 46 snd_pcm_uframes_t dma_off; /* current position in alsa dma_area */ 47 snd_pcm_uframes_t period_off; /* current position in current period */
|
D | pcm.c | 541 static snd_pcm_uframes_t usb6fire_pcm_pointer( in usb6fire_pcm_pointer() 547 snd_pcm_uframes_t ret; in usb6fire_pcm_pointer()
|
/linux-4.1.27/sound/isa/sb/ |
D | emu8000_pcm.c | 443 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()
|
D | sb8_main.c | 414 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()
|
D | sb16_main.c | 450 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.1.27/sound/drivers/ |
D | pcm-indirect2.h | 90 snd_pcm_uframes_t appl_ptr; /* Last seen appl_ptr */ 126 snd_pcm_uframes_t
|
D | dummy.c | 109 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()
|
D | pcm-indirect2.c | 231 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()
|
D | aloop.c | 418 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()
|
D | ml403-ac97cr.c | 523 static snd_pcm_uframes_t 538 return (snd_pcm_uframes_t) 0; in snd_ml403_ac97cr_pcm_pointer()
|
/linux-4.1.27/sound/sh/ |
D | sh_dac_audio.c | 188 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.1.27/drivers/media/pci/solo6x10/ |
D | solo6x10-g723.c | 219 static snd_pcm_uframes_t snd_solo_pcm_pointer(struct snd_pcm_substream *ss) in snd_solo_pcm_pointer() 223 snd_pcm_uframes_t idx = solo_reg_read(solo_dev, SOLO_AUDIO_STA) & 0x1f; in snd_solo_pcm_pointer() 229 snd_pcm_uframes_t pos, void __user *dst, in snd_solo_pcm_copy() 230 snd_pcm_uframes_t count) in snd_solo_pcm_copy()
|
/linux-4.1.27/sound/usb/ |
D | pcm.h | 4 snd_pcm_uframes_t snd_usb_pcm_delay(struct snd_usb_substream *subs,
|
D | pcm.c | 43 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.1.27/sound/soc/omap/ |
D | omap-pcm.c | 117 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.1.27/sound/pci/lx6464es/ |
D | lx6464es.h | 60 snd_pcm_uframes_t frame_pos;
|
D | lx6464es.c | 113 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.1.27/sound/usb/hiface/ |
D | pcm.c | 41 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.1.27/sound/pci/aw2/ |
D | aw2-alsa.c | 134 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.1.27/sound/pci/ |
D | rme32.c | 258 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
|
D | rme96.c | 299 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
|
D | es1938.c | 770 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()
|
D | als4000.c | 506 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()
|
D | ad1889.c | 537 static snd_pcm_uframes_t 556 static snd_pcm_uframes_t
|
D | bt87x.c | 545 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()
|
D | fm801.c | 505 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()
|
D | als300.c | 541 static snd_pcm_uframes_t snd_als300_pointer(struct snd_pcm_substream *substream) in snd_als300_pointer()
|
D | sonicvibes.c | 758 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()
|
D | ens1370.c | 1011 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()
|
D | azt3328.c | 1634 static snd_pcm_uframes_t 1641 snd_pcm_uframes_t frmres; in snd_azf3328_pcm_pointer()
|
D | via82xx_modem.c | 618 static snd_pcm_uframes_t snd_via686_pcm_pointer(struct snd_pcm_substream *substream) in snd_via686_pcm_pointer()
|
D | atiixp_modem.c | 610 static snd_pcm_uframes_t snd_atiixp_pcm_pointer(struct snd_pcm_substream *substream) in snd_atiixp_pcm_pointer()
|
D | cmipci.c | 940 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()
|
D | via82xx.c | 837 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()
|
D | intel8x0m.c | 582 static snd_pcm_uframes_t snd_intel8x0m_pcm_pointer(struct snd_pcm_substream *substream) in snd_intel8x0m_pcm_pointer()
|
D | sis7019.c | 661 static snd_pcm_uframes_t sis_pcm_pointer(struct snd_pcm_substream *substream) in sis_pcm_pointer()
|
D | atiixp.c | 661 static snd_pcm_uframes_t snd_atiixp_pcm_pointer(struct snd_pcm_substream *substream) in snd_atiixp_pcm_pointer()
|
D | cs4281.c | 834 static snd_pcm_uframes_t snd_cs4281_pointer(struct snd_pcm_substream *substream) in snd_cs4281_pointer()
|
D | maestro3.c | 1485 static snd_pcm_uframes_t
|
D | es1968.c | 1282 static snd_pcm_uframes_t snd_es1968_pcm_pointer(struct snd_pcm_substream *substream) in snd_es1968_pcm_pointer()
|
D | intel8x0.c | 1068 static snd_pcm_uframes_t snd_intel8x0_pcm_pointer(struct snd_pcm_substream *substream) in snd_intel8x0_pcm_pointer()
|
/linux-4.1.27/sound/pci/nm256/ |
D | nm256.c | 662 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.1.27/drivers/media/pci/cx18/ |
D | cx18-alsa-pcm.c | 293 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.1.27/drivers/media/pci/ivtv/ |
D | ivtv-alsa-pcm.c | 300 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.1.27/sound/isa/gus/ |
D | gus_pcm.c | 358 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.1.27/sound/soc/kirkwood/ |
D | kirkwood-dma.c | 225 static snd_pcm_uframes_t kirkwood_dma_pointer(struct snd_pcm_substream in kirkwood_dma_pointer() 229 snd_pcm_uframes_t count; in kirkwood_dma_pointer()
|
/linux-4.1.27/sound/arm/ |
D | pxa2xx-pcm-lib.c | 153 snd_pcm_uframes_t 161 snd_pcm_uframes_t x = bytes_to_frames(runtime, ptr - runtime->dma_addr); in pxa2xx_pcm_pointer()
|
D | aaci.c | 560 static snd_pcm_uframes_t aaci_pcm_pointer(struct snd_pcm_substream *substream) in aaci_pcm_pointer()
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | p16v.c | 549 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()
|
D | emu10k1x.c | 519 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()
|
D | emupcm.c | 92 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.1.27/sound/pci/korg1212/ |
D | korg1212.c | 1614 static snd_pcm_uframes_t snd_korg1212_playback_pointer(struct snd_pcm_substream *substream) in snd_korg1212_playback_pointer() 1617 snd_pcm_uframes_t pos; in snd_korg1212_playback_pointer() 1627 static snd_pcm_uframes_t snd_korg1212_capture_pointer(struct snd_pcm_substream *substream) in snd_korg1212_capture_pointer() 1630 snd_pcm_uframes_t pos; in snd_korg1212_capture_pointer() 1642 snd_pcm_uframes_t pos, in snd_korg1212_playback_copy() 1644 snd_pcm_uframes_t count) in snd_korg1212_playback_copy() 1657 snd_pcm_uframes_t pos, in snd_korg1212_playback_silence() 1658 snd_pcm_uframes_t count) in snd_korg1212_playback_silence() 1670 snd_pcm_uframes_t pos, in snd_korg1212_capture_copy() 1672 snd_pcm_uframes_t count) in snd_korg1212_capture_copy()
|
/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks_pcm.c | 351 static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstrm) in pcm_capture_pointer() 356 static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstrm) in pcm_playback_pointer()
|
/linux-4.1.27/sound/firewire/bebob/ |
D | bebob_pcm.c | 325 static snd_pcm_uframes_t 331 static snd_pcm_uframes_t
|
/linux-4.1.27/sound/soc/intel/haswell/ |
D | sst-haswell-pcm.c | 683 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()
|
D | sst-haswell-ipc.h | 460 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);
|
D | sst-haswell-ipc.c | 251 snd_pcm_uframes_t old_position; 1227 snd_pcm_uframes_t sst_hsw_stream_get_old_position(struct sst_hsw *hsw, in sst_hsw_stream_get_old_position() 1234 struct sst_hsw_stream *stream, snd_pcm_uframes_t val) in sst_hsw_stream_set_old_position()
|
/linux-4.1.27/sound/pci/rme9652/ |
D | rme9652.c | 368 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()
|
D | hdsp.c | 1047 static snd_pcm_uframes_t hdsp_hw_pointer(struct hdsp *hdsp) in hdsp_hw_pointer() 3890 static snd_pcm_uframes_t snd_hdsp_hw_pointer(struct snd_pcm_substream *substream) in snd_hdsp_hw_pointer() 3916 snd_pcm_uframes_t pos, void __user *src, snd_pcm_uframes_t count) in snd_hdsp_playback_copy() 3933 snd_pcm_uframes_t pos, void __user *dst, snd_pcm_uframes_t count) in snd_hdsp_capture_copy() 3950 snd_pcm_uframes_t pos, snd_pcm_uframes_t count) in snd_hdsp_hw_silence()
|
D | hdspm.c | 1484 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.1.27/sound/firewire/dice/ |
D | dice-pcm.c | 358 static snd_pcm_uframes_t capture_pointer(struct snd_pcm_substream *substream) in capture_pointer() 364 static snd_pcm_uframes_t playback_pointer(struct snd_pcm_substream *substream) in playback_pointer()
|
/linux-4.1.27/sound/soc/atmel/ |
D | atmel-pcm-pdc.c | 333 static snd_pcm_uframes_t atmel_pcm_pointer( in atmel_pcm_pointer() 340 snd_pcm_uframes_t x; in atmel_pcm_pointer()
|
/linux-4.1.27/sound/pci/ctxfi/ |
D | ctpcm.c | 253 static snd_pcm_uframes_t 358 static snd_pcm_uframes_t
|
/linux-4.1.27/sound/firewire/oxfw/ |
D | oxfw-pcm.c | 367 static snd_pcm_uframes_t pcm_capture_pointer(struct snd_pcm_substream *sbstm) in pcm_capture_pointer() 373 static snd_pcm_uframes_t pcm_playback_pointer(struct snd_pcm_substream *sbstm) in pcm_playback_pointer()
|
/linux-4.1.27/sound/soc/xtensa/ |
D | xtfpga-i2s.c | 458 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.1.27/sound/atmel/ |
D | ac97c.c | 588 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()
|
D | abdac.c | 267 static snd_pcm_uframes_t 272 snd_pcm_uframes_t frames; in atmel_abdac_pointer()
|
/linux-4.1.27/sound/pci/pcxhr/ |
D | pcxhr.c | 677 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.1.27/sound/pcmcia/pdaudiocf/ |
D | pdaudiocf_pcm.c | 260 static snd_pcm_uframes_t pdacf_pcm_capture_pointer(struct snd_pcm_substream *subs) in pdacf_pcm_capture_pointer()
|
/linux-4.1.27/sound/isa/msnd/ |
D | msnd.c | 565 static snd_pcm_uframes_t 641 static snd_pcm_uframes_t
|
/linux-4.1.27/sound/pci/au88x0/ |
D | au88x0_pcm.c | 419 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.1.27/sound/soc/fsl/ |
D | fsl_dma.c | 701 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()
|
D | imx-pcm-fiq.c | 149 static snd_pcm_uframes_t snd_imx_pcm_pointer(struct snd_pcm_substream *substream) in snd_imx_pcm_pointer()
|
D | fsl_asrc_dma.c | 317 static snd_pcm_uframes_t fsl_asrc_dma_pcm_pointer(struct snd_pcm_substream *substream) in fsl_asrc_dma_pcm_pointer()
|
D | mpc5200_dma.c | 263 static snd_pcm_uframes_t
|
/linux-4.1.27/sound/aoa/soundbus/i2sbus/ |
D | pcm.c | 620 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.1.27/sound/soc/sh/ |
D | dma-sh7760.c | 275 static snd_pcm_uframes_t camelot_pos(struct snd_pcm_substream *substream) in camelot_pos()
|
D | siu_pcm.c | 491 static snd_pcm_uframes_t siu_pcm_pointer_dma(struct snd_pcm_substream *ss) in siu_pcm_pointer_dma()
|
D | fsi.c | 1748 static snd_pcm_uframes_t fsi_pointer(struct snd_pcm_substream *substream) in fsi_pointer()
|
/linux-4.1.27/sound/soc/au1x/ |
D | dbdma2.c | 279 static snd_pcm_uframes_t
|
D | dma.c | 268 static snd_pcm_uframes_t alchemy_pcm_pointer(struct snd_pcm_substream *ss) in alchemy_pcm_pointer()
|
/linux-4.1.27/drivers/media/usb/go7007/ |
D | snd-go7007.c | 187 static snd_pcm_uframes_t go7007_snd_pcm_pointer(struct snd_pcm_substream *substream) in go7007_snd_pcm_pointer()
|
/linux-4.1.27/sound/soc/nuc900/ |
D | nuc900-pcm.c | 221 static snd_pcm_uframes_t nuc900_dma_pointer(struct snd_pcm_substream *substream) in nuc900_dma_pointer()
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
D | cx231xx-audio.c | 611 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.1.27/sound/drivers/pcsp/ |
D | pcsp_lib.c | 277 static snd_pcm_uframes_t snd_pcsp_playback_pointer(struct snd_pcm_substream in snd_pcsp_playback_pointer()
|
/linux-4.1.27/drivers/media/usb/usbtv/ |
D | usbtv-audio.c | 311 static snd_pcm_uframes_t snd_usbtv_pointer(struct snd_pcm_substream *substream) in snd_usbtv_pointer()
|
/linux-4.1.27/sound/ppc/ |
D | snd_ps3.c | 692 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()
|
D | pmac.c | 322 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.1.27/sound/soc/intel/atom/ |
D | sst-mfld-platform-pcm.c | 135 snd_pcm_uframes_t period_size; in sst_fill_alloc_params() 619 static snd_pcm_uframes_t sst_platform_pcm_pointer in sst_platform_pcm_pointer()
|
/linux-4.1.27/sound/soc/ |
D | soc-generic-dmaengine-pcm.c | 306 static snd_pcm_uframes_t dmaengine_pcm_pointer( in dmaengine_pcm_pointer()
|
D | soc-pcm.c | 1033 static snd_pcm_uframes_t soc_pcm_pointer(struct snd_pcm_substream *substream) in soc_pcm_pointer() 1040 snd_pcm_uframes_t offset = 0; in soc_pcm_pointer()
|
/linux-4.1.27/drivers/media/usb/tm6000/ |
D | tm6000-alsa.c | 373 static snd_pcm_uframes_t snd_tm6000_pointer(struct snd_pcm_substream *substream) in snd_tm6000_pointer()
|
/linux-4.1.27/sound/sparc/ |
D | amd7930.c | 645 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()
|
D | cs4231.c | 997 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()
|
D | dbri.c | 2196 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.1.27/drivers/media/usb/em28xx/ |
D | em28xx-audio.c | 450 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.1.27/sound/mips/ |
D | sgio2audio.c | 89 snd_pcm_uframes_t size; 666 static snd_pcm_uframes_t
|
D | hal2.c | 588 static snd_pcm_uframes_t 681 static snd_pcm_uframes_t
|
D | au1x00.c | 406 static snd_pcm_uframes_t
|
/linux-4.1.27/sound/usb/misc/ |
D | ua101.c | 867 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.1.27/sound/pci/cs5535audio/ |
D | cs5535audio_pcm.c | 328 static snd_pcm_uframes_t snd_cs5535audio_pcm_pointer(struct snd_pcm_substream in snd_cs5535audio_pcm_pointer()
|
/linux-4.1.27/sound/soc/samsung/ |
D | idma.c | 225 static snd_pcm_uframes_t
|
/linux-4.1.27/sound/usb/caiaq/ |
D | audio.c | 314 static snd_pcm_uframes_t 319 snd_pcm_uframes_t ptr; in snd_usb_caiaq_pcm_pointer()
|
/linux-4.1.27/sound/parisc/ |
D | harmony.c | 467 static snd_pcm_uframes_t 496 static snd_pcm_uframes_t
|
/linux-4.1.27/sound/soc/qcom/ |
D | lpass-platform.c | 301 static snd_pcm_uframes_t lpass_platform_pcmops_pointer( in lpass_platform_pcmops_pointer()
|
/linux-4.1.27/sound/soc/intel/baytrail/ |
D | sst-baytrail-pcm.c | 237 static snd_pcm_uframes_t sst_byt_pcm_pointer(struct snd_pcm_substream *substream) in sst_byt_pcm_pointer()
|
/linux-4.1.27/sound/soc/txx9/ |
D | txx9aclc.c | 238 static snd_pcm_uframes_t
|
/linux-4.1.27/sound/pci/ca0106/ |
D | ca0106_main.c | 1054 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.1.27/sound/spi/ |
D | at73c213.c | 304 static snd_pcm_uframes_t 309 snd_pcm_uframes_t pos; in snd_at73c213_pcm_pointer()
|
/linux-4.1.27/sound/isa/ad1816a/ |
D | ad1816a_lib.c | 296 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.1.27/sound/drivers/vx/ |
D | vx_pcm.c | 783 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.1.27/drivers/media/pci/cx23885/ |
D | cx23885-alsa.c | 484 static snd_pcm_uframes_t snd_cx23885_pointer( in snd_cx23885_pointer()
|
/linux-4.1.27/sound/isa/es1688/ |
D | es1688_lib.c | 503 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.1.27/sound/pci/ice1712/ |
D | ice1712.c | 678 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()
|
D | ice1724.c | 814 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.1.27/sound/pci/mixart/ |
D | mixart.c | 915 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.1.27/drivers/media/pci/cx25821/ |
D | cx25821-alsa.c | 626 static snd_pcm_uframes_t snd_cx25821_pointer(struct snd_pcm_substream in snd_cx25821_pointer()
|
/linux-4.1.27/sound/firewire/ |
D | isight.c | 438 static snd_pcm_uframes_t isight_pointer(struct snd_pcm_substream *substream) in isight_pointer()
|
/linux-4.1.27/sound/pci/lola/ |
D | lola_pcm.c | 564 static snd_pcm_uframes_t lola_pcm_pointer(struct snd_pcm_substream *substream) in lola_pcm_pointer()
|
/linux-4.1.27/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 910 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.1.27/sound/pci/oxygen/ |
D | oxygen_pcm.c | 622 static snd_pcm_uframes_t oxygen_pointer(struct snd_pcm_substream *substream) in oxygen_pointer()
|
/linux-4.1.27/sound/pci/asihpi/ |
D | asihpi.c | 992 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.1.27/drivers/media/pci/cx88/ |
D | cx88-alsa.c | 575 static snd_pcm_uframes_t snd_cx88_pointer(struct snd_pcm_substream *substream) in snd_cx88_pointer()
|
/linux-4.1.27/sound/pci/ali5451/ |
D | ali5451.c | 1393 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.1.27/sound/usb/usx2y/ |
D | usbusx2yaudio.c | 523 static snd_pcm_uframes_t snd_usX2Y_pcm_pointer(struct snd_pcm_substream *substream) in snd_usX2Y_pcm_pointer()
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-alsa.c | 611 static snd_pcm_uframes_t
|
/linux-4.1.27/sound/soc/sh/rcar/ |
D | core.c | 744 static snd_pcm_uframes_t rsnd_pointer(struct snd_pcm_substream *substream) in rsnd_pointer()
|
/linux-4.1.27/sound/isa/wss/ |
D | wss_lib.c | 1154 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.1.27/sound/isa/ |
D | es18xx.c | 810 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.1.27/sound/pci/trident/ |
D | trident_main.c | 1642 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.1.27/sound/pci/riptide/ |
D | riptide.c | 1357 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.1.27/sound/pci/ymfpci/ |
D | ymfpci_main.c | 759 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.1.27/drivers/usb/gadget/function/ |
D | f_uac2.c | 308 static snd_pcm_uframes_t uac2_pcm_pointer(struct snd_pcm_substream *substream) in uac2_pcm_pointer()
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_controller.c | 733 static snd_pcm_uframes_t azx_pcm_pointer(struct snd_pcm_substream *substream) in azx_pcm_pointer()
|
/linux-4.1.27/sound/pci/echoaudio/ |
D | echoaudio.c | 807 static snd_pcm_uframes_t pcm_pointer(struct snd_pcm_substream *substream) in pcm_pointer()
|