Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/
Dpcm.c538 pstr->proc_info_entry = entry; in snd_pcm_stream_proc_init()
563 snd_info_free_entry(pstr->proc_info_entry); in snd_pcm_stream_proc_done()
564 pstr->proc_info_entry = NULL; in snd_pcm_stream_proc_done()
596 substream->proc_info_entry = entry; in snd_pcm_substream_proc_init()
649 snd_info_free_entry(substream->proc_info_entry); in snd_pcm_substream_proc_done()
650 substream->proc_info_entry = NULL; in snd_pcm_substream_proc_done()
/linux-4.4.14/include/sound/
Dpcm.h473 struct snd_info_entry *proc_info_entry; member
503 struct snd_info_entry *proc_info_entry; member