Searched refs:pcm_list_head (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/sound/pci/hda/ |
D | hda_codec.c | 746 list_add_tail(&pcm->list, &codec->pcm_list_head); in snd_hda_codec_pcm_new() 758 list_for_each_entry_safe(pcm, n, &codec->pcm_list_head, list) { in codec_release_pcms() 944 INIT_LIST_HEAD(&codec->pcm_list_head); in snd_hda_codec_device_new() 1733 list_for_each_entry(cpcm, &codec->pcm_list_head, list) { in snd_hda_lock_devices() 2922 list_for_each_entry(pcm, &codec->pcm_list_head, list) in hda_codec_runtime_suspend() 2961 list_for_each_entry(pcm, &codec->pcm_list_head, list) { in add_std_chmaps() 3191 if (!list_empty(&codec->pcm_list_head)) in snd_hda_codec_parse_pcms() 3204 list_for_each_entry(cpcm, &codec->pcm_list_head, list) { in snd_hda_codec_parse_pcms() 3238 list_for_each_entry(cpcm, &codec->pcm_list_head, list) { in snd_hda_codec_build_pcms()
|
D | hda_codec.h | 199 struct list_head pcm_list_head; member
|
D | hda_proc.c | 94 list_for_each_entry(cpcm, &codec->pcm_list_head, list) { in print_nid_pcms()
|
D | patch_ca0132.c | 5739 list_for_each_entry(pcm, &codec->pcm_list_head, list) { in ca0132_alt_add_chmap_ctls()
|