Home
last modified time | relevance | path

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

/linux-4.4.14/include/sound/
Dtimer.h118 struct list_head slave_list_head; member
/linux-4.4.14/sound/core/
Dtimer.c117 INIT_LIST_HEAD(&timeri->slave_list_head); in snd_timer_instance_new()
192 &master->slave_list_head); in snd_timer_check_slave()
217 list_move_tail(&slave->open_list, &master->slave_list_head); in snd_timer_check_master()
356 list_for_each_entry_safe(slave, tmp, &timeri->slave_list_head, in snd_timer_close()