Searched refs:pcm_list_head (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/sound/pci/hda/ |
D | hda_codec.c | 890 list_add_tail(&pcm->list, &codec->pcm_list_head); in snd_hda_codec_pcm_new() 902 list_for_each_entry_safe(pcm, n, &codec->pcm_list_head, list) { in codec_release_pcms() 1052 INIT_LIST_HEAD(&codec->pcm_list_head); in snd_hda_codec_new() 1839 list_for_each_entry(cpcm, &codec->pcm_list_head, list) { in snd_hda_lock_devices() 3220 list_for_each_entry(pcm, &codec->pcm_list_head, list) in hda_codec_runtime_suspend() 3256 list_for_each_entry(pcm, &codec->pcm_list_head, list) { in add_std_chmaps() 3791 if (!list_empty(&codec->pcm_list_head)) in snd_hda_codec_parse_pcms() 3804 list_for_each_entry(cpcm, &codec->pcm_list_head, list) { in snd_hda_codec_parse_pcms() 3840 list_for_each_entry(cpcm, &codec->pcm_list_head, list) { in snd_hda_codec_build_pcms()
|
D | hda_codec.h | 223 struct list_head pcm_list_head; member
|
D | hda_proc.c | 109 list_for_each_entry(cpcm, &codec->pcm_list_head, list) { in print_nid_pcms()
|