Home
last modified time | relevance | path

Searched defs:runtime (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/linux-5.19.10/sound/core/oss/
Dpcm_oss.c541 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()
847 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_oss_release_buffers() local
[all …]
/linux-5.19.10/drivers/staging/vc04_services/bcm2835-audio/
Dbcm2835-pcm.c47 static void snd_bcm2835_playback_free(struct snd_pcm_runtime *runtime) in snd_bcm2835_playback_free()
88 struct snd_pcm_runtime *runtime = substream->runtime; in snd_bcm2835_playback_open_generic() local
170 struct snd_pcm_runtime *runtime; in snd_bcm2835_playback_close() local
198 struct snd_pcm_runtime *runtime = substream->runtime; in snd_bcm2835_pcm_prepare() local
237 struct snd_pcm_runtime *runtime = substream->runtime; in snd_bcm2835_pcm_transfer() local
246 struct snd_pcm_runtime *runtime = substream->runtime; in snd_bcm2835_pcm_ack() local
257 struct snd_pcm_runtime *runtime = substream->runtime; in snd_bcm2835_pcm_trigger() local
277 struct snd_pcm_runtime *runtime = substream->runtime; in snd_bcm2835_pcm_pointer() local
/linux-5.19.10/sound/pci/ctxfi/
Dctpcm.c103 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
/linux-5.19.10/sound/isa/sb/
Dsb16_main.c37 #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 …]
Dsb8_main.c94 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
/linux-5.19.10/sound/pci/emu10k1/
Demupcm.c82 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_efx_playback_pointer() local
277 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_pcm_init_voice() local
398 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_playback_hw_params() local
434 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_playback_hw_free() local
464 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_efx_playback_hw_free() local
493 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_playback_prepare() local
521 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_efx_playback_prepare() local
577 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_capture_prepare() local
623 struct snd_pcm_runtime *runtime; in snd_emu10k1_playback_invalidate_cache() local
661 struct snd_pcm_runtime *runtime; in snd_emu10k1_playback_prepare_voice() local
[all …]
Dp16v.c152 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
214 struct snd_pcm_runtime *runtime = substream->runtime; in snd_p16v_pcm_open_capture_channel() local
291 struct snd_pcm_runtime *runtime = substream->runtime; in snd_p16v_pcm_prepare_playback() local
353 struct snd_pcm_runtime *runtime = substream->runtime; in snd_p16v_pcm_prepare_capture() local
419 struct snd_pcm_runtime *runtime; in snd_p16v_pcm_trigger_playback() local
473 struct snd_pcm_runtime *runtime = substream->runtime; in snd_p16v_pcm_trigger_capture() local
503 struct snd_pcm_runtime *runtime = substream->runtime; in snd_p16v_pcm_pointer_playback() local
528 struct snd_pcm_runtime *runtime = substream->runtime; in snd_p16v_pcm_pointer_capture() local
/linux-5.19.10/sound/core/
Drawmidi.c98 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 …]
Dpcm_native.c579 static int period_to_usecs(struct snd_pcm_runtime *runtime) in period_to_usecs()
691 static int snd_pcm_buffer_access_lock(struct snd_pcm_runtime *runtime) in snd_pcm_buffer_access_lock()
700 static void snd_pcm_buffer_access_unlock(struct snd_pcm_runtime *runtime) in snd_pcm_buffer_access_unlock()
715 struct snd_pcm_runtime *runtime; in snd_pcm_hw_params() local
882 struct snd_pcm_runtime *runtime; in snd_pcm_hw_free() local
916 struct snd_pcm_runtime *runtime; in snd_pcm_sw_params() local
996 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_status64() local
1145 struct snd_pcm_runtime *runtime; in snd_pcm_channel_info() local
1181 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_trigger_tstamp() local
1413 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_pre_start() local
[all …]
Dpcm_lib.c47 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_playback_silence() local
145 struct snd_pcm_runtime *runtime = substream->runtime; in __snd_pcm_xrun() local
182 struct snd_pcm_runtime *runtime) in snd_pcm_update_state()
212 struct snd_pcm_runtime *runtime = substream->runtime; in update_audio_tstamp() local
261 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_update_hw_ptr0() local
501 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_set_sync() local
1120 int snd_pcm_hw_rule_add(struct snd_pcm_runtime *runtime, unsigned int cond, in snd_pcm_hw_rule_add()
1174 int snd_pcm_hw_constraint_mask(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var, in snd_pcm_hw_constraint_mask()
1196 int snd_pcm_hw_constraint_mask64(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var, in snd_pcm_hw_constraint_mask64()
1220 int snd_pcm_hw_constraint_integer(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var) in snd_pcm_hw_constraint_integer()
[all …]
/linux-5.19.10/sound/isa/gus/
Dgus_pcm.c65 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
471 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_hw_free() local
491 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_prepare() local
[all …]
/linux-5.19.10/sound/soc/fsl/
Dfsl_asrc_dma.c45 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
294 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_hw_free() local
316 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_startup() local
391 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_shutdown() local
412 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_pcm_pointer() local
Dimx-pcm-fiq.c76 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_pcm_hw_params() local
91 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_pcm_prepare() local
111 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_pcm_trigger() local
150 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_pcm_pointer() local
175 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_open() local
205 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_close() local
/linux-5.19.10/sound/soc/amd/
Dacp-da7219-max98357a.c229 struct snd_pcm_runtime *runtime = substream->runtime; in cz_da7219_play_startup() local
250 struct snd_pcm_runtime *runtime = substream->runtime; in cz_da7219_cap_startup() local
272 struct snd_pcm_runtime *runtime = substream->runtime; in cz_max_startup() local
293 struct snd_pcm_runtime *runtime = substream->runtime; in cz_dmic0_startup() local
314 struct snd_pcm_runtime *runtime = substream->runtime; in cz_dmic1_startup() local
341 struct snd_pcm_runtime *runtime = substream->runtime; in cz_rt5682_play_startup() local
362 struct snd_pcm_runtime *runtime = substream->runtime; in cz_rt5682_cap_startup() local
384 struct snd_pcm_runtime *runtime = substream->runtime; in cz_rt5682_max_startup() local
405 struct snd_pcm_runtime *runtime = substream->runtime; in cz_rt5682_dmic0_startup() local
426 struct snd_pcm_runtime *runtime = substream->runtime; in cz_rt5682_dmic1_startup() local
/linux-5.19.10/sound/soc/uniphier/
Daio-dma.c30 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
/linux-5.19.10/sound/drivers/vx/
Dvx_pcm.c45 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()
514 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_playback_open() local
610 struct snd_pcm_runtime *runtime, in vx_pcm_playback_transfer_chunk()
648 struct snd_pcm_runtime *runtime, in vx_update_pipe_position()
680 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_playback_transfer() local
701 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_playback_update() local
774 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_playback_pointer() local
785 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_prepare() local
888 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_capture_open() local
[all …]
/linux-5.19.10/sound/soc/qcom/qdsp6/
Dq6asm-dai.c220 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
445 struct snd_pcm_runtime *runtime = substream->runtime; in q6asm_dai_close() local
469 struct snd_pcm_runtime *runtime = substream->runtime; in q6asm_dai_pointer() local
482 struct snd_pcm_runtime *runtime = substream->runtime; in q6asm_dai_hw_params() local
605 struct snd_compr_runtime *runtime = stream->runtime; in q6asm_dai_compr_open() local
667 struct snd_compr_runtime *runtime = stream->runtime; in q6asm_dai_compr_free() local
699 struct snd_compr_runtime *runtime = stream->runtime; in __q6asm_dai_compr_set_codec_params() local
876 struct snd_compr_runtime *runtime = stream->runtime; in q6asm_dai_compr_set_params() local
[all …]
Dq6apm-dai.c129 struct snd_pcm_runtime *runtime = substream->runtime; in q6apm_dai_prepare() local
212 struct snd_pcm_runtime *runtime = substream->runtime; in q6apm_dai_trigger() local
242 struct snd_pcm_runtime *runtime = substream->runtime; in q6apm_dai_open() local
320 struct snd_pcm_runtime *runtime = substream->runtime; in q6apm_dai_close() local
339 struct snd_pcm_runtime *runtime = substream->runtime; in q6apm_dai_pointer() local
352 struct snd_pcm_runtime *runtime = substream->runtime; in q6apm_dai_hw_params() local
/linux-5.19.10/sound/soc/sprd/
Dsprd-pcm-compress.c106 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
/linux-5.19.10/sound/soc/dwc/
Ddwc-pcm.c141 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
/linux-5.19.10/sound/usb/usx2y/
Dusx2yhwdeppcm.c52 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in usx2y_usbpcm_urb_capt_retire() local
86 static int usx2y_iso_frames_per_buffer(struct snd_pcm_runtime *runtime, in usx2y_iso_frames_per_buffer()
108 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in usx2y_hwdep_urb_play_prepare() local
361 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usx2y_usbpcm_hw_free() local
498 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usx2y_usbpcm_prepare() local
591 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usx2y_usbpcm_open() local
608 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usx2y_usbpcm_close() local
/linux-5.19.10/sound/soc/samsung/
Didma.c66 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
287 struct snd_pcm_runtime *runtime = substream->runtime; in idma_open() local
314 struct snd_pcm_runtime *runtime = substream->runtime; in idma_close() local
/linux-5.19.10/sound/pci/aw2/
Daw2-alsa.c313 struct snd_pcm_runtime *runtime = substream->runtime; in snd_aw2_pcm_playback_open() local
329 struct snd_pcm_runtime *runtime = substream->runtime; in snd_aw2_pcm_capture_open() local
348 struct snd_pcm_runtime *runtime = substream->runtime; in snd_aw2_pcm_prepare_playback() local
377 struct snd_pcm_runtime *runtime = substream->runtime; in snd_aw2_pcm_prepare_capture() local
462 struct snd_pcm_runtime *runtime = substream->runtime; in snd_aw2_pcm_pointer_playback() local
481 struct snd_pcm_runtime *runtime = substream->runtime; in snd_aw2_pcm_pointer_capture() local
/linux-5.19.10/sound/pci/trident/
Dtrident_main.c751 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_control_mode() local
786 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_allocate_pcm_mem() local
817 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_allocate_evoice() local
878 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_hw_free() local
909 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_playback_prepare() local
1012 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_capture_prepare() local
1121 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_si7018_capture_hw_free() local
1146 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_si7018_capture_prepare() local
1217 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_foldback_prepare() local
1360 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_spdif_prepare() local
[all …]
/linux-5.19.10/sound/pcmcia/pdaudiocf/
Dpdaudiocf_pcm.c37 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

12345678910>>...15