Home
last modified time | relevance | path

Searched refs:proc_info_entry (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/sound/
Dcompress_driver.h146 struct snd_info_entry *proc_info_entry; member
Dpcm.h485 struct snd_info_entry *proc_info_entry; member
515 struct snd_info_entry *proc_info_entry; member
/Linux-v4.19/sound/core/
Dpcm.c542 pstr->proc_info_entry = entry; in snd_pcm_stream_proc_init()
568 snd_info_free_entry(pstr->proc_info_entry); in snd_pcm_stream_proc_done()
569 pstr->proc_info_entry = NULL; in snd_pcm_stream_proc_done()
603 substream->proc_info_entry = entry; in snd_pcm_substream_proc_init()
659 snd_info_free_entry(substream->proc_info_entry); in snd_pcm_substream_proc_done()
660 substream->proc_info_entry = NULL; in snd_pcm_substream_proc_done()
Dcompress_offload.c1021 compr->proc_info_entry = entry; in snd_compress_proc_init()
1028 snd_info_free_entry(compr->proc_info_entry); in snd_compress_proc_done()
1029 compr->proc_info_entry = NULL; in snd_compress_proc_done()