Searched refs:open_list_head (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/core/ |
H A D | timer.c | 252 list_for_each_entry(master, &timer->open_list_head, open_list) { in snd_timer_check_slave() 334 if (!list_empty(&timer->open_list_head)) { in snd_timer_open() 336 list_entry(timer->open_list_head.next, in snd_timer_open() 357 if (list_empty(&timer->open_list_head) && timer->hw.open) { in snd_timer_open() 369 list_add_tail(&timeri->open_list, &timer->open_list_head); in snd_timer_open() 443 if (list_empty(&timer->open_list_head) && timer->hw.close) in snd_timer_close_locked() 965 INIT_LIST_HEAD(&timer->open_list_head); in snd_timer_new() 992 if (! list_empty(&timer->open_list_head)) { in snd_timer_free() 996 list_for_each_safe(p, n, &timer->open_list_head) { in snd_timer_free() 1065 list_for_each_entry(ti, &timer->open_list_head, open_lis in snd_timer_dev_disconnect() [all...] |
/kernel/linux/linux-6.6/sound/core/ |
H A D | timer.c | 252 list_for_each_entry(master, &timer->open_list_head, open_list) { in snd_timer_check_slave() 334 if (!list_empty(&timer->open_list_head)) { in snd_timer_open() 336 list_entry(timer->open_list_head.next, in snd_timer_open() 357 if (list_empty(&timer->open_list_head) && timer->hw.open) { in snd_timer_open() 369 list_add_tail(&timeri->open_list, &timer->open_list_head); in snd_timer_open() 443 if (list_empty(&timer->open_list_head) && timer->hw.close) in snd_timer_close_locked() 965 INIT_LIST_HEAD(&timer->open_list_head); in snd_timer_new() 992 if (! list_empty(&timer->open_list_head)) { in snd_timer_free() 996 list_for_each_safe(p, n, &timer->open_list_head) { in snd_timer_free() 1065 list_for_each_entry(ti, &timer->open_list_head, open_lis in snd_timer_dev_disconnect() [all...] |
/kernel/linux/linux-5.10/include/sound/ |
H A D | timer.h | 73 struct list_head open_list_head; member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | timer.h | 73 struct list_head open_list_head; member
|
Completed in 6 milliseconds