Lines Matching refs:next
82 struct list_head *pos, *next;
86 list_for_each_safe(pos, next, &h->hooks[SND_PCM_HOOK_TYPE_CLOSE]) {
96 pos = hooks->next;
102 pos = h->dllist.next;
114 struct list_head *pos, *next;
118 list_for_each_safe(pos, next, &h->hooks[SND_PCM_HOOK_TYPE_HW_PARAMS]) {
130 struct list_head *pos, *next;
134 list_for_each_safe(pos, next, &h->hooks[SND_PCM_HOOK_TYPE_HW_FREE]) {
348 snd_config_iterator_t i, next;
356 snd_config_for_each(i, next, conf) {
395 snd_config_for_each(i, next, type) {
484 snd_config_iterator_t i, next;
489 snd_config_for_each(i, next, conf) {
529 snd_config_for_each(i, next, hooks) {