Home
last modified time | relevance | path

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

/linux-4.1.27/sound/core/
Dtimer.c188 list_for_each_entry(master, &timer->open_list_head, open_list) { in snd_timer_check_slave()
281 if (!list_empty(&timer->open_list_head)) { in snd_timer_open()
282 timeri = list_entry(timer->open_list_head.next, in snd_timer_open()
299 if (list_empty(&timer->open_list_head) && timer->hw.open) in snd_timer_open()
301 list_add_tail(&timeri->open_list, &timer->open_list_head); in snd_timer_open()
350 if (list_empty(&timer->open_list_head) && in snd_timer_close()
841 INIT_LIST_HEAD(&timer->open_list_head); in snd_timer_new()
867 if (! list_empty(&timer->open_list_head)) { in snd_timer_free()
871 list_for_each_safe(p, n, &timer->open_list_head) { in snd_timer_free()
945 list_for_each_entry(ti, &timer->open_list_head, open_list) { in snd_timer_dev_disconnect()
[all …]
/linux-4.1.27/include/sound/
Dtimer.h88 struct list_head open_list_head; member