Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dtimer.c262 list_for_each_entry(master, &timer->open_list_head, open_list) { in snd_timer_check_slave()
344 if (!list_empty(&timer->open_list_head)) { in snd_timer_open()
346 list_entry(timer->open_list_head.next, in snd_timer_open()
367 if (list_empty(&timer->open_list_head) && timer->hw.open) { in snd_timer_open()
379 list_add_tail(&timeri->open_list, &timer->open_list_head); in snd_timer_open()
456 if (list_empty(&timer->open_list_head) && timer->hw.close) in snd_timer_close_locked()
944 INIT_LIST_HEAD(&timer->open_list_head); in snd_timer_new()
971 if (! list_empty(&timer->open_list_head)) { in snd_timer_free()
975 list_for_each_safe(p, n, &timer->open_list_head) { in snd_timer_free()
1041 list_for_each_entry(ti, &timer->open_list_head, open_list) { in snd_timer_dev_disconnect()
[all …]
/linux/include/sound/
H A Dtimer.h73 struct list_head open_list_head; member