/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-audio/ |
D | bcm2835-pcm.c | 47 static void snd_bcm2835_playback_free(struct snd_pcm_runtime *runtime) in snd_bcm2835_playback_free() 89 struct snd_pcm_runtime *runtime = substream->runtime; in snd_bcm2835_playback_open_generic() local 171 struct snd_pcm_runtime *runtime; in snd_bcm2835_playback_close() local 199 struct snd_pcm_runtime *runtime = substream->runtime; in snd_bcm2835_pcm_prepare() local 238 struct snd_pcm_runtime *runtime = substream->runtime; in snd_bcm2835_pcm_transfer() local 247 struct snd_pcm_runtime *runtime = substream->runtime; in snd_bcm2835_pcm_ack() local 258 struct snd_pcm_runtime *runtime = substream->runtime; in snd_bcm2835_pcm_trigger() local 278 struct snd_pcm_runtime *runtime = substream->runtime; in snd_bcm2835_pcm_pointer() local
|
/kernel/linux/linux-5.10/sound/core/oss/ |
D | pcm_oss.c | 541 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_oss_plugin_clear() local 556 struct snd_pcm_runtime *runtime = plugin->plug->runtime; in snd_pcm_plugin_insert() local 571 struct snd_pcm_runtime *runtime = plugin->plug->runtime; in snd_pcm_plugin_append() local 587 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_oss_bytes() local 604 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_alsa_frames() local 612 snd_pcm_uframes_t get_hw_ptr_period(struct snd_pcm_runtime *runtime) in get_hw_ptr_period() 689 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_oss_period_size() local 829 static int lock_params(struct snd_pcm_runtime *runtime) in lock_params() 840 static void unlock_params(struct snd_pcm_runtime *runtime) in unlock_params() 848 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_oss_change_params_locked() local [all …]
|
/kernel/linux/linux-5.10/sound/pci/ctxfi/ |
D | ctpcm.c | 103 static void ct_atc_pcm_free_substream(struct snd_pcm_runtime *runtime) in ct_atc_pcm_free_substream() 118 struct snd_pcm_runtime *runtime = substream->runtime; in ct_pcm_playback_open() local 202 struct snd_pcm_runtime *runtime = substream->runtime; in ct_pcm_playback_prepare() local 223 struct snd_pcm_runtime *runtime = substream->runtime; in ct_pcm_playback_trigger() local 249 struct snd_pcm_runtime *runtime = substream->runtime; in ct_pcm_playback_pointer() local 264 struct snd_pcm_runtime *runtime = substream->runtime; in ct_pcm_capture_open() local 315 struct snd_pcm_runtime *runtime = substream->runtime; in ct_pcm_capture_prepare() local 332 struct snd_pcm_runtime *runtime = substream->runtime; in ct_pcm_capture_trigger() local 355 struct snd_pcm_runtime *runtime = substream->runtime; in ct_pcm_capture_pointer() local
|
/kernel/linux/linux-5.10/sound/isa/sb/ |
D | sb16_main.c | 37 #define runtime_format_bits(runtime) \ argument 41 static void snd_sb16_csp_playback_prepare(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_playback_prepare() 89 static void snd_sb16_csp_capture_prepare(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_capture_prepare() 140 static void snd_sb16_csp_playback_open(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_playback_open() 171 static void snd_sb16_csp_capture_open(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_capture_open() 202 #define snd_sb16_csp_playback_prepare(chip, runtime) /*nop*/ argument 203 #define snd_sb16_csp_capture_prepare(chip, runtime) /*nop*/ argument 205 #define snd_sb16_csp_playback_open(chip, runtime) /*nop*/ argument 207 #define snd_sb16_csp_capture_open(chip, runtime) /*nop*/ argument 239 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sb16_playback_prepare() local [all …]
|
D | sb8_main.c | 94 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sb8_playback_prepare() local 211 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sb8_playback_trigger() local 232 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sb8_capture_prepare() local 336 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sb8_capture_trigger() local 466 struct snd_pcm_runtime *runtime = substream->runtime; in snd_sb8_open() local
|
/kernel/linux/linux-5.10/sound/core/ |
D | rawmidi.c | 98 static inline bool __snd_rawmidi_ready(struct snd_rawmidi_runtime *runtime) in __snd_rawmidi_ready() 105 struct snd_rawmidi_runtime *runtime = substream->runtime; in snd_rawmidi_ready() local 118 struct snd_rawmidi_runtime *runtime = substream->runtime; in snd_rawmidi_ready_append() local 126 struct snd_rawmidi_runtime *runtime = in snd_rawmidi_input_event_work() local 134 static inline void snd_rawmidi_buffer_ref(struct snd_rawmidi_runtime *runtime) in snd_rawmidi_buffer_ref() 139 static inline void snd_rawmidi_buffer_unref(struct snd_rawmidi_runtime *runtime) in snd_rawmidi_buffer_unref() 146 struct snd_rawmidi_runtime *runtime; in snd_rawmidi_runtime_create() local 174 struct snd_rawmidi_runtime *runtime = substream->runtime; in snd_rawmidi_runtime_free() local 198 static void __reset_runtime_ptrs(struct snd_rawmidi_runtime *runtime, in __reset_runtime_ptrs() 206 static void reset_runtime_ptrs(struct snd_rawmidi_runtime *runtime, in reset_runtime_ptrs() [all …]
|
D | pcm_native.c | 561 static int period_to_usecs(struct snd_pcm_runtime *runtime) in period_to_usecs() 673 static int snd_pcm_buffer_access_lock(struct snd_pcm_runtime *runtime) in snd_pcm_buffer_access_lock() 682 static void snd_pcm_buffer_access_unlock(struct snd_pcm_runtime *runtime) in snd_pcm_buffer_access_unlock() 697 struct snd_pcm_runtime *runtime; in snd_pcm_hw_params() local 863 struct snd_pcm_runtime *runtime; in snd_pcm_hw_free() local 897 struct snd_pcm_runtime *runtime; in snd_pcm_sw_params() local 977 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_status64() local 1126 struct snd_pcm_runtime *runtime; in snd_pcm_channel_info() local 1162 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_trigger_tstamp() local 1394 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_pre_start() local [all …]
|
D | pcm_lib.c | 47 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_playback_silence() local 144 struct snd_pcm_runtime *runtime = substream->runtime; in __snd_pcm_xrun() local 181 struct snd_pcm_runtime *runtime) in snd_pcm_update_state() 211 struct snd_pcm_runtime *runtime = substream->runtime; in update_audio_tstamp() local 260 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_update_hw_ptr0() local 500 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_set_sync() local 1119 int snd_pcm_hw_rule_add(struct snd_pcm_runtime *runtime, unsigned int cond, in snd_pcm_hw_rule_add() 1173 int snd_pcm_hw_constraint_mask(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var, in snd_pcm_hw_constraint_mask() 1195 int snd_pcm_hw_constraint_mask64(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var, in snd_pcm_hw_constraint_mask64() 1219 int snd_pcm_hw_constraint_integer(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var) in snd_pcm_hw_constraint_integer() [all …]
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
D | emupcm.c | 81 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_efx_playback_pointer() local 276 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_pcm_init_voice() local 397 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_playback_hw_params() local 432 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_playback_hw_free() local 462 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_efx_playback_hw_free() local 491 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_playback_prepare() local 519 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_efx_playback_prepare() local 575 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_capture_prepare() local 621 struct snd_pcm_runtime *runtime; in snd_emu10k1_playback_invalidate_cache() local 659 struct snd_pcm_runtime *runtime; in snd_emu10k1_playback_prepare_voice() local [all …]
|
D | p16v.c | 152 static void snd_p16v_pcm_free_substream(struct snd_pcm_runtime *runtime) in snd_p16v_pcm_free_substream() 165 struct snd_pcm_runtime *runtime = substream->runtime; in snd_p16v_pcm_open_playback_channel() local 213 struct snd_pcm_runtime *runtime = substream->runtime; in snd_p16v_pcm_open_capture_channel() local 289 struct snd_pcm_runtime *runtime = substream->runtime; in snd_p16v_pcm_prepare_playback() local 351 struct snd_pcm_runtime *runtime = substream->runtime; in snd_p16v_pcm_prepare_capture() local 417 struct snd_pcm_runtime *runtime; in snd_p16v_pcm_trigger_playback() local 471 struct snd_pcm_runtime *runtime = substream->runtime; in snd_p16v_pcm_trigger_capture() local 501 struct snd_pcm_runtime *runtime = substream->runtime; in snd_p16v_pcm_pointer_playback() local 526 struct snd_pcm_runtime *runtime = substream->runtime; in snd_p16v_pcm_pointer_capture() local
|
/kernel/linux/linux-5.10/sound/isa/gus/ |
D | gus_pcm.c | 65 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_block_change() local 93 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_trigger_up() local 175 struct snd_pcm_runtime *runtime; in snd_gf1_pcm_interrupt_wave() local 355 struct snd_pcm_runtime *runtime = substream->runtime; in playback_copy_ack() local 374 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_copy() local 391 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_copy_kernel() local 407 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_silence() local 424 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_hw_params() local 468 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_hw_free() local 488 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_prepare() local [all …]
|
/kernel/linux/linux-5.10/sound/soc/fsl/ |
D | fsl_asrc_dma.c | 45 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_complete() local 59 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_prepare_and_submit() local 100 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_trigger() local 136 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_hw_params() local 293 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_hw_free() local 317 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_startup() local 392 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_shutdown() local 413 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_pcm_pointer() local
|
D | imx-pcm-fiq.c | 76 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_pcm_hw_params() local 92 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_pcm_prepare() local 112 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_pcm_trigger() local 151 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_pcm_pointer() local 176 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_open() local 206 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_close() local 220 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_pcm_mmap() local
|
/kernel/linux/linux-5.10/sound/soc/uniphier/ |
D | aio-dma.c | 30 struct snd_pcm_runtime *runtime = sub->substream->runtime; in aiodma_pcm_irq() local 50 struct snd_compr_runtime *runtime = sub->cstream->runtime; in aiodma_compr_irq() local 99 struct snd_pcm_runtime *runtime = substream->runtime; in uniphier_aiodma_open() local 110 struct snd_pcm_runtime *runtime = substream->runtime; in uniphier_aiodma_prepare() local 137 struct snd_pcm_runtime *runtime = substream->runtime; in uniphier_aiodma_trigger() local 173 struct snd_pcm_runtime *runtime = substream->runtime; in uniphier_aiodma_pointer() local
|
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/ |
D | q6asm-dai.c | 220 struct snd_pcm_runtime *runtime = substream->runtime; in q6asm_dai_prepare() local 321 struct snd_pcm_runtime *runtime = substream->runtime; in q6asm_dai_trigger() local 352 struct snd_pcm_runtime *runtime = substream->runtime; in q6asm_dai_open() local 447 struct snd_pcm_runtime *runtime = substream->runtime; in q6asm_dai_close() local 471 struct snd_pcm_runtime *runtime = substream->runtime; in q6asm_dai_pointer() local 484 struct snd_pcm_runtime *runtime = substream->runtime; in q6asm_dai_mmap() local 496 struct snd_pcm_runtime *runtime = substream->runtime; in q6asm_dai_hw_params() local 619 struct snd_compr_runtime *runtime = stream->runtime; in q6asm_dai_compr_open() local 681 struct snd_compr_runtime *runtime = stream->runtime; in q6asm_dai_compr_free() local 713 struct snd_compr_runtime *runtime = stream->runtime; in __q6asm_dai_compr_set_codec_params() local [all …]
|
/kernel/linux/linux-5.10/sound/drivers/vx/ |
D | vx_pcm.c | 45 static void vx_pcm_read_per_bytes(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx_pcm_read_per_bytes() 151 struct snd_pcm_runtime *runtime) in vx_set_format() 512 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_playback_open() local 608 struct snd_pcm_runtime *runtime, in vx_pcm_playback_transfer_chunk() 646 struct snd_pcm_runtime *runtime, in vx_update_pipe_position() 678 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_playback_transfer() local 698 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_playback_update() local 768 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_playback_pointer() local 779 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_prepare() local 879 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_capture_open() local [all …]
|
/kernel/linux/linux-5.10/sound/soc/sprd/ |
D | sprd-pcm-compress.c | 106 struct snd_compr_runtime *runtime = cstream->runtime; in sprd_platform_compr_drain_notify() local 117 struct snd_compr_runtime *runtime = cstream->runtime; in sprd_platform_compr_dma_complete() local 134 struct snd_compr_runtime *runtime = cstream->runtime; in sprd_platform_compr_dma_config() local 268 struct snd_compr_runtime *runtime = cstream->runtime; in sprd_platform_compr_set_params() local 318 struct snd_compr_runtime *runtime = cstream->runtime; in sprd_platform_compr_open() local 395 struct snd_compr_runtime *runtime = cstream->runtime; in sprd_platform_compr_free() local 422 struct snd_compr_runtime *runtime = cstream->runtime; in sprd_platform_compr_trigger() local 518 struct snd_compr_runtime *runtime = cstream->runtime; in sprd_platform_compr_pointer() local 533 struct snd_compr_runtime *runtime = cstream->runtime; in sprd_platform_compr_copy() local
|
D | sprd-pcm-dma.c | 52 struct snd_pcm_runtime *runtime = substream->runtime; in sprd_pcm_open() local 115 struct snd_pcm_runtime *runtime = substream->runtime; in sprd_pcm_close() local 142 struct snd_pcm_runtime *runtime = substream->runtime; in sprd_pcm_release_dma_channel() local 160 struct snd_pcm_runtime *runtime = substream->runtime; in sprd_pcm_request_dma_channel() local 191 struct snd_pcm_runtime *runtime = substream->runtime; in sprd_pcm_hw_params() local 386 struct snd_pcm_runtime *runtime = substream->runtime; in sprd_pcm_pointer() local 442 struct snd_pcm_runtime *runtime = substream->runtime; in sprd_pcm_mmap() local
|
/kernel/linux/linux-5.10/sound/soc/amd/ |
D | acp-da7219-max98357a.c | 153 struct snd_pcm_runtime *runtime = substream->runtime; in cz_da7219_play_startup() local 174 struct snd_pcm_runtime *runtime = substream->runtime; in cz_da7219_cap_startup() local 196 struct snd_pcm_runtime *runtime = substream->runtime; in cz_max_startup() local 217 struct snd_pcm_runtime *runtime = substream->runtime; in cz_dmic0_startup() local 238 struct snd_pcm_runtime *runtime = substream->runtime; in cz_dmic1_startup() local
|
/kernel/linux/linux-5.10/sound/soc/dwc/ |
D | dwc-pcm.c | 141 struct snd_pcm_runtime *runtime = substream->runtime; in dw_pcm_open() local 163 struct snd_pcm_runtime *runtime = substream->runtime; in dw_pcm_hw_params() local 195 struct snd_pcm_runtime *runtime = substream->runtime; in dw_pcm_trigger() local 230 struct snd_pcm_runtime *runtime = substream->runtime; in dw_pcm_pointer() local
|
/kernel/linux/linux-5.10/sound/soc/bcm/ |
D | bcm63xx-pcm-whistler.c | 49 struct snd_pcm_runtime *runtime = substream->runtime; in bcm63xx_pcm_hw_params() local 152 struct snd_pcm_runtime *runtime = substream->runtime; in bcm63xx_pcm_prepare() local 197 struct snd_pcm_runtime *runtime = substream->runtime; in bcm63xx_pcm_mmap() local 210 struct snd_pcm_runtime *runtime = substream->runtime; in bcm63xx_pcm_open() local 243 struct snd_pcm_runtime *runtime = substream->runtime; in bcm63xx_pcm_close() local 255 struct snd_pcm_runtime *runtime; in i2s_dma_isr() local
|
/kernel/linux/linux-5.10/sound/usb/usx2y/ |
D | usx2yhwdeppcm.c | 53 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in usx2y_usbpcm_urb_capt_retire() local 82 static inline int usx2y_iso_frames_per_buffer(struct snd_pcm_runtime *runtime, in usx2y_iso_frames_per_buffer() 104 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in usx2y_hwdep_urb_play_prepare() local 346 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usx2y_usbpcm_hw_free() local 471 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usx2y_usbpcm_prepare() local 556 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usx2y_usbpcm_open() local 572 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usx2y_usbpcm_close() local
|
/kernel/linux/linux-5.10/sound/pcmcia/pdaudiocf/ |
D | pdaudiocf_pcm.c | 37 struct snd_pcm_runtime *runtime = subs->runtime; in pdacf_pcm_trigger() local 92 struct snd_pcm_runtime *runtime = subs->runtime; in pdacf_pcm_prepare() local 198 struct snd_pcm_runtime *runtime = subs->runtime; in pdacf_pcm_capture_open() local
|
/kernel/linux/linux-5.10/sound/pci/aw2/ |
D | aw2-alsa.c | 376 struct snd_pcm_runtime *runtime = substream->runtime; in snd_aw2_pcm_playback_open() local 392 struct snd_pcm_runtime *runtime = substream->runtime; in snd_aw2_pcm_capture_open() local 411 struct snd_pcm_runtime *runtime = substream->runtime; in snd_aw2_pcm_prepare_playback() local 440 struct snd_pcm_runtime *runtime = substream->runtime; in snd_aw2_pcm_prepare_capture() local 525 struct snd_pcm_runtime *runtime = substream->runtime; in snd_aw2_pcm_pointer_playback() local 544 struct snd_pcm_runtime *runtime = substream->runtime; in snd_aw2_pcm_pointer_capture() local
|
/kernel/linux/linux-5.10/sound/soc/samsung/ |
D | idma.c | 66 struct snd_pcm_runtime *runtime = substream->runtime; in idma_enqueue() local 144 struct snd_pcm_runtime *runtime = substream->runtime; in idma_hw_params() local 226 struct snd_pcm_runtime *runtime = substream->runtime; in idma_pointer() local 245 struct snd_pcm_runtime *runtime = substream->runtime; in idma_mmap() local 290 struct snd_pcm_runtime *runtime = substream->runtime; in idma_open() local 317 struct snd_pcm_runtime *runtime = substream->runtime; in idma_close() local
|