Lines Matching refs:list
51 list_for_each_entry(pcm, &snd_pcm_devices, list) { in snd_pcm_get()
64 list_for_each_entry(pcm, &snd_pcm_devices, list) { in snd_pcm_next()
79 list_for_each_entry(pcm, &snd_pcm_devices, list) { in snd_pcm_add()
85 list_add(&newpcm->list, pcm->list.prev); in snd_pcm_add()
89 list_add_tail(&newpcm->list, &snd_pcm_devices); in snd_pcm_add()
848 list_for_each_entry(notify, &snd_pcm_notify_list, list) { in snd_pcm_free()
887 list_for_each_entry(kctl, &card->ctl_files, list) { in snd_pcm_attach_substream()
1089 list_del(&pcm->list); in snd_pcm_dev_register()
1109 list_for_each_entry(notify, &snd_pcm_notify_list, list) in snd_pcm_dev_register()
1124 if (list_empty(&pcm->list)) in snd_pcm_dev_disconnect()
1129 list_del_init(&pcm->list); in snd_pcm_dev_disconnect()
1140 list_for_each_entry(notify, &snd_pcm_notify_list, list) { in snd_pcm_dev_disconnect()
1185 list_del(¬ify->list); in snd_pcm_notify()
1186 list_for_each_entry(pcm, &snd_pcm_devices, list) in snd_pcm_notify()
1189 list_add_tail(¬ify->list, &snd_pcm_notify_list); in snd_pcm_notify()
1190 list_for_each_entry(pcm, &snd_pcm_devices, list) in snd_pcm_notify()
1209 list_for_each_entry(pcm, &snd_pcm_devices, list) { in snd_pcm_proc_read()