Home
last modified time | relevance | path

Searched refs:PCM_RUNTIME_CHECK (Results 1 – 5 of 5) sorted by relevance

/linux/sound/core/
A Dpcm_memory.c395 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_lib_malloc_pages()
456 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_lib_free_pages()
476 if (PCM_RUNTIME_CHECK(substream)) in _snd_pcm_lib_alloc_vmalloc_buffer()
503 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_lib_free_vmalloc_buffer()
A Dpcm_local.h68 #define PCM_RUNTIME_CHECK(sub) snd_BUG_ON(!(sub) || !(sub)->runtime) macro
A Dpcm_native.c683 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_hw_params()
840 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_hw_free()
867 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_sw_params()
2142 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_drop()
3227 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_common_ioctl()
3401 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_read()
3426 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_write()
3453 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_readv()
3490 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_writev()
3529 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_poll()
[all …]
A Dpcm_lib.c1812 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_period_elapsed_under_stream_lock()
2097 if (PCM_RUNTIME_CHECK(substream)) in pcm_sanity_check()
A Dpcm.c983 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_detach_substream()

Completed in 294 milliseconds