Home
last modified time | relevance | path

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

/linux-2.6.39/sound/core/
Dtimer.c186 list_for_each_entry(master, &timer->open_list_head, open_list) { in snd_timer_check_slave()
276 if (!list_empty(&timer->open_list_head)) { in snd_timer_open()
277 timeri = list_entry(timer->open_list_head.next, in snd_timer_open()
291 if (list_empty(&timer->open_list_head) && timer->hw.open) in snd_timer_open()
293 list_add_tail(&timeri->open_list, &timer->open_list_head); in snd_timer_open()
341 if (timer && list_empty(&timer->open_list_head) && in snd_timer_close()
781 INIT_LIST_HEAD(&timer->open_list_head); in snd_timer_new()
807 if (! list_empty(&timer->open_list_head)) { in snd_timer_free()
811 list_for_each_safe(p, n, &timer->open_list_head) { in snd_timer_free()
1073 list_for_each_entry(ti, &timer->open_list_head, open_list) in snd_timer_proc_read()
[all …]
/linux-2.6.39/include/sound/
Dtimer.h88 struct list_head open_list_head; member