Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/
Dtimer.c190 list_for_each_entry(master, &timer->open_list_head, open_list) { in snd_timer_check_slave()
300 if (!list_empty(&timer->open_list_head)) { in snd_timer_open()
301 timeri = list_entry(timer->open_list_head.next, in snd_timer_open()
323 if (list_empty(&timer->open_list_head) && timer->hw.open) { in snd_timer_open()
337 list_add_tail(&timeri->open_list, &timer->open_list_head); in snd_timer_open()
402 if (list_empty(&timer->open_list_head) && timer->hw.close) in snd_timer_close_locked()
904 INIT_LIST_HEAD(&timer->open_list_head); in snd_timer_new()
932 if (! list_empty(&timer->open_list_head)) { in snd_timer_free()
936 list_for_each_safe(p, n, &timer->open_list_head) { in snd_timer_free()
1005 list_for_each_entry(ti, &timer->open_list_head, open_list) { in snd_timer_dev_disconnect()
[all …]
/Linux-v4.19/include/sound/
Dtimer.h88 struct list_head open_list_head; member