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

/linux-master/include/sound/
H A Dtimer.h73 struct list_head open_list_head; member in struct:snd_timer
/linux-master/sound/core/
H A Dtimer.c250 list_for_each_entry(master, &timer->open_list_head, open_list) {
332 if (!list_empty(&timer->open_list_head)) {
334 list_entry(timer->open_list_head.next,
355 if (list_empty(&timer->open_list_head) && timer->hw.open) {
367 list_add_tail(&timeri->open_list, &timer->open_list_head);
444 if (list_empty(&timer->open_list_head) && timer->hw.close)
924 INIT_LIST_HEAD(&timer->open_list_head);
951 if (! list_empty(&timer->open_list_head)) {
955 list_for_each_safe(p, n, &timer->open_list_head) {
1021 list_for_each_entry(ti, &timer->open_list_head, open_lis
[all...]

Completed in 198 milliseconds