Home
last modified time | relevance | path

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

/linux/include/sound/
H A Dtimer.h107 struct list_head slave_active_head; member
/linux/sound/core/
H A Dtimer.c166 INIT_LIST_HEAD(&timeri->slave_active_head); in snd_timer_instance_new()
244 list_add_tail(&slave->active_list, &master->slave_active_head); in check_matching_master_slave()
534 list_for_each_entry(ts, &ti->slave_active_head, active_list) in snd_timer_notify1()
607 &timeri->master->slave_active_head); in snd_timer_start_slave()
876 list_for_each_entry(ts, &ti->slave_active_head, active_list) { in snd_timer_interrupt()
1068 list_for_each_entry(ts, &ti->slave_active_head, active_list) in snd_timer_notify()