Home
last modified time | relevance | path

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

12345678910

/linux/sound/core/oss/
H A Dpcm_oss.c535 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_oss_plugin_clear() local
550 struct snd_pcm_runtime *runtime = plugin->plug->runtime; in snd_pcm_plugin_insert() local
565 struct snd_pcm_runtime *runtime = plugin->plug->runtime; in snd_pcm_plugin_append() local
581 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_oss_bytes() local
598 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_alsa_frames() local
606 snd_pcm_uframes_t get_hw_ptr_period(struct snd_pcm_runtime *runtime) in get_hw_ptr_period()
683 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_oss_period_size() local
820 static int lock_params(struct snd_pcm_runtime *runtime) in lock_params()
831 static void unlock_params(struct snd_pcm_runtime *runtime) in unlock_params()
838 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_oss_release_buffers() local
[all …]
/linux/sound/pci/ctxfi/
H A 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/drivers/staging/vc04_services/bcm2835-audio/
H A 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/sound/core/
H A Dpcm_native.c606 static int period_to_usecs(struct snd_pcm_runtime *runtime) in period_to_usecs()
717 static int snd_pcm_buffer_access_lock(struct snd_pcm_runtime *runtime) in snd_pcm_buffer_access_lock()
726 static void snd_pcm_buffer_access_unlock(struct snd_pcm_runtime *runtime) in snd_pcm_buffer_access_unlock()
733 int snd_pcm_runtime_buffer_set_silence(struct snd_pcm_runtime *runtime) in snd_pcm_runtime_buffer_set_silence()
757 struct snd_pcm_runtime *runtime; in snd_pcm_hw_params() local
922 struct snd_pcm_runtime *runtime; in snd_pcm_hw_free() local
956 struct snd_pcm_runtime *runtime; in snd_pcm_sw_params() local
1034 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_status64() local
1181 struct snd_pcm_runtime *runtime; in snd_pcm_channel_info() local
1215 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_trigger_tstamp() local
[all …]
H A Drawmidi.c101 static inline bool __snd_rawmidi_ready(struct snd_rawmidi_runtime *runtime) in __snd_rawmidi_ready()
115 struct snd_rawmidi_runtime *runtime = substream->runtime; in snd_rawmidi_ready_append() local
123 struct snd_rawmidi_runtime *runtime = in snd_rawmidi_input_event_work() local
131 static inline void snd_rawmidi_buffer_ref(struct snd_rawmidi_runtime *runtime) in snd_rawmidi_buffer_ref()
136 static inline void snd_rawmidi_buffer_unref(struct snd_rawmidi_runtime *runtime) in snd_rawmidi_buffer_unref()
160 struct snd_rawmidi_runtime *runtime; in snd_rawmidi_runtime_create() local
188 static inline int get_align(struct snd_rawmidi_runtime *runtime) in get_align()
197 #define get_aligned_size(runtime, size) ((size) & ~get_align(runtime)) argument
201 struct snd_rawmidi_runtime *runtime = substream->runtime; in snd_rawmidi_runtime_free() local
225 static void __reset_runtime_ptrs(struct snd_rawmidi_runtime *runtime, in __reset_runtime_ptrs()
[all …]
H A Dpcm_lib.c37 static inline void update_silence_vars(struct snd_pcm_runtime *runtime, in update_silence_vars()
66 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_playback_silence() local
170 struct snd_pcm_runtime *runtime = substream->runtime; in __snd_pcm_xrun() local
210 struct snd_pcm_runtime *runtime) in snd_pcm_update_state()
240 struct snd_pcm_runtime *runtime = substream->runtime; in update_audio_tstamp() local
289 struct snd_pcm_runtime *runtime = substream->runtime; in snd_pcm_update_hw_ptr0() local
1165 int snd_pcm_hw_rule_add(struct snd_pcm_runtime *runtime, unsigned int cond, in snd_pcm_hw_rule_add()
1219 int snd_pcm_hw_constraint_mask(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var, in snd_pcm_hw_constraint_mask()
1241 int snd_pcm_hw_constraint_mask64(struct snd_pcm_runtime *runtime, snd_pcm_hw_param_t var, in snd_pcm_hw_constraint_mask64()
1265 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/sound/isa/gus/
H A Dgus_pcm.c65 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_block_change() local
89 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_trigger_up() local
162 struct snd_pcm_runtime *runtime; in snd_gf1_pcm_interrupt_wave() local
334 struct snd_pcm_runtime *runtime = substream->runtime; in playback_copy_ack() local
353 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_copy() local
370 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_silence() local
387 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_hw_params() local
434 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_hw_free() local
454 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_prepare() local
468 struct snd_pcm_runtime *runtime = substream->runtime; in snd_gf1_pcm_playback_trigger() local
[all …]
/linux/sound/soc/qcom/qdsp6/
H A Dq6apm-dai.c209 struct snd_pcm_runtime *runtime = substream->runtime; in q6apm_dai_prepare() local
286 struct snd_pcm_runtime *runtime = substream->runtime; in q6apm_dai_ack() local
308 struct snd_pcm_runtime *runtime = substream->runtime; in q6apm_dai_trigger() local
335 struct snd_pcm_runtime *runtime = substream->runtime; in q6apm_dai_open() local
415 struct snd_pcm_runtime *runtime = substream->runtime; in q6apm_dai_close() local
434 struct snd_pcm_runtime *runtime = substream->runtime; in q6apm_dai_pointer() local
449 struct snd_pcm_runtime *runtime = substream->runtime; in q6apm_dai_hw_params() local
481 struct snd_compr_runtime *runtime = stream->runtime; in q6apm_dai_compr_open() local
527 struct snd_compr_runtime *runtime = stream->runtime; in q6apm_dai_compr_free() local
578 struct snd_compr_runtime *runtime = stream->runtime; in q6apm_dai_compr_pointer() local
[all …]
H A Dq6asm-dai.c209 struct snd_pcm_runtime *runtime = substream->runtime; in q6asm_dai_prepare() local
308 struct snd_pcm_runtime *runtime = substream->runtime; in q6asm_dai_ack() local
333 struct snd_pcm_runtime *runtime = substream->runtime; in q6asm_dai_trigger() local
364 struct snd_pcm_runtime *runtime = substream->runtime; in q6asm_dai_open() local
455 struct snd_pcm_runtime *runtime = substream->runtime; in q6asm_dai_close() local
479 struct snd_pcm_runtime *runtime = substream->runtime; in q6asm_dai_pointer() local
494 struct snd_pcm_runtime *runtime = substream->runtime; in q6asm_dai_hw_params() local
610 struct snd_compr_runtime *runtime = stream->runtime; in q6asm_dai_compr_open() local
672 struct snd_compr_runtime *runtime = stream->runtime; in q6asm_dai_compr_free() local
704 struct snd_compr_runtime *runtime = stream->runtime; in __q6asm_dai_compr_set_codec_params() local
[all …]
/linux/sound/soc/fsl/
H A 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
137 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_hw_params() local
325 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_hw_free() local
347 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_startup() local
422 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_shutdown() local
443 struct snd_pcm_runtime *runtime = substream->runtime; in fsl_asrc_dma_pcm_pointer() local
H A 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
204 struct snd_pcm_runtime *runtime = substream->runtime; in snd_imx_close() local
/linux/sound/soc/amd/
H A Dacp-da7219-max98357a.c247 struct snd_pcm_runtime *runtime = substream->runtime; in cz_da7219_play_startup() local
268 struct snd_pcm_runtime *runtime = substream->runtime; in cz_da7219_cap_startup() local
290 struct snd_pcm_runtime *runtime = substream->runtime; in cz_max_startup() local
311 struct snd_pcm_runtime *runtime = substream->runtime; in cz_dmic0_startup() local
332 struct snd_pcm_runtime *runtime = substream->runtime; in cz_dmic1_startup() local
359 struct snd_pcm_runtime *runtime = substream->runtime; in cz_rt5682_play_startup() local
380 struct snd_pcm_runtime *runtime = substream->runtime; in cz_rt5682_cap_startup() local
402 struct snd_pcm_runtime *runtime = substream->runtime; in cz_rt5682_max_startup() local
423 struct snd_pcm_runtime *runtime = substream->runtime; in cz_rt5682_dmic0_startup() local
444 struct snd_pcm_runtime *runtime = substream->runtime; in cz_rt5682_dmic1_startup() local
/linux/sound/drivers/vx/
H A 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()
516 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_playback_open() local
612 struct snd_pcm_runtime *runtime, in vx_pcm_playback_transfer_chunk()
649 struct snd_pcm_runtime *runtime, in vx_update_pipe_position()
681 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_playback_transfer() local
702 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_playback_update() local
775 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_playback_pointer() local
786 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_prepare() local
891 struct snd_pcm_runtime *runtime = subs->runtime; in vx_pcm_capture_open() local
[all …]
/linux/sound/soc/uniphier/
H A 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/sound/pci/emu10k1/
H A Demupcm.c186 struct snd_pcm_runtime *runtime) in snd_emu10k1_constrain_capture_rates()
203 struct snd_pcm_runtime *runtime) in snd_emu1010_constrain_efx_rate()
352 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_playback_hw_params() local
398 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_playback_hw_free() local
421 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_playback_prepare() local
451 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_efx_playback_prepare() local
500 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_capture_prepare() local
586 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_playback_prepare_voices() local
723 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_playback_trigger() local
765 struct snd_pcm_runtime *runtime = substream->runtime; in snd_emu10k1_capture_trigger() local
[all …]
/linux/sound/drivers/
H A Dpcmtest.c172 static void check_buf_block_i(struct pcmtst_buf_iter *v_iter, struct snd_pcm_runtime *runtime) in check_buf_block_i()
196 static void check_buf_block_ni(struct pcmtst_buf_iter *v_iter, struct snd_pcm_runtime *runtime) in check_buf_block_ni()
223 static void check_buf_block(struct pcmtst_buf_iter *v_iter, struct snd_pcm_runtime *runtime) in check_buf_block()
239 static void fill_block_pattern_n(struct pcmtst_buf_iter *v_iter, struct snd_pcm_runtime *runtime) in fill_block_pattern_n()
255 static void fill_block_pattern_i(struct pcmtst_buf_iter *v_iter, struct snd_pcm_runtime *runtime) in fill_block_pattern_i()
275 static void fill_block_pattern(struct pcmtst_buf_iter *v_iter, struct snd_pcm_runtime *runtime) in fill_block_pattern()
283 static void fill_block_rand_n(struct pcmtst_buf_iter *v_iter, struct snd_pcm_runtime *runtime) in fill_block_rand_n()
306 static void fill_block_rand_i(struct pcmtst_buf_iter *v_iter, struct snd_pcm_runtime *runtime) in fill_block_rand_i()
319 static void fill_block_random(struct pcmtst_buf_iter *v_iter, struct snd_pcm_runtime *runtime) in fill_block_random()
327 static void fill_block(struct pcmtst_buf_iter *v_iter, struct snd_pcm_runtime *runtime) in fill_block()
[all …]
/linux/sound/soc/sprd/
H A 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
H A Dsprd-pcm-dma.c52 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
380 struct snd_pcm_runtime *runtime = substream->runtime; in sprd_pcm_pointer() local
/linux/sound/soc/dwc/
H A 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/sound/pci/trident/
H A Dtrident_main.c745 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_control_mode() local
780 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_allocate_pcm_mem() local
811 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_allocate_evoice() local
872 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_hw_free() local
903 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_playback_prepare() local
1004 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_capture_prepare() local
1112 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_si7018_capture_hw_free() local
1137 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_si7018_capture_prepare() local
1207 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_foldback_prepare() local
1347 struct snd_pcm_runtime *runtime = substream->runtime; in snd_trident_spdif_prepare() local
[all …]
/linux/sound/soc/samsung/
H A 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/sound/pci/ca0106/
H A Dca0106_main.c466 static void snd_ca0106_pcm_free_substream(struct snd_pcm_runtime *runtime) in snd_ca0106_pcm_free_substream()
543 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ca0106_pcm_open_playback_channel() local
593 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ca0106_pcm_close_playback() local
638 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ca0106_pcm_open_capture_channel() local
678 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ca0106_pcm_close_capture() local
709 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ca0106_pcm_prepare_playback() local
822 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ca0106_pcm_prepare_capture() local
914 struct snd_pcm_runtime *runtime; in snd_ca0106_pcm_trigger_playback() local
981 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ca0106_pcm_trigger_capture() local
1009 struct snd_pcm_runtime *runtime = substream->runtime; in snd_ca0106_pcm_pointer_playback() local
[all …]
/linux/drivers/gpu/drm/i915/
H A Dintel_device_info.c90 const struct intel_runtime_info *runtime, in intel_device_info_print()
335 struct intel_runtime_info *runtime = RUNTIME_INFO(i915); in intel_ipver_early_init() local
391 struct intel_runtime_info *runtime = RUNTIME_INFO(dev_priv); in intel_device_info_runtime_init() local
411 struct intel_runtime_info *runtime; in intel_device_info_driver_create() local
/linux/sound/usb/usx2y/
H A Dusbusx2yaudio.c34 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in usx2y_urb_capt_retire() local
96 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in usx2y_urb_play_prepare() local
150 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in usx2y_urb_play_retire() local
789 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usx2y_pcm_hw_free() local
823 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usx2y_pcm_prepare() local
883 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usx2y_pcm_open() local
897 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usx2y_pcm_close() local
/linux/sound/usb/
H A Dpcm.c33 struct snd_pcm_runtime *runtime) in snd_usb_pcm_delay()
74 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usb_pcm_pointer() local
641 static int in_free_wheeling_mode(struct snd_pcm_runtime *runtime) in in_free_wheeling_mode()
647 static int lowlatency_playback_available(struct snd_pcm_runtime *runtime, in lowlatency_playback_available()
672 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usb_pcm_prepare() local
1112 static int setup_hw_info(struct snd_pcm_runtime *runtime, struct snd_usb_substream *subs) in setup_hw_info()
1239 struct snd_pcm_runtime *runtime = substream->runtime; in snd_usb_pcm_open() local
1322 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in retire_capture_urb() local
1402 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in fill_playback_urb_dsd_dop() local
1459 struct snd_pcm_runtime *runtime = subs->pcm_substream->runtime; in fill_playback_urb_dsd_bitrev() local
[all …]

12345678910