Home
last modified time | relevance | path

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

/linux-2.6.39/include/sound/
Dtimer.h118 struct list_head slave_list_head; member
/linux-2.6.39/sound/core/
Dtimer.c115 INIT_LIST_HEAD(&timeri->slave_list_head); in snd_timer_instance_new()
190 &master->slave_list_head); in snd_timer_check_slave()
215 list_move_tail(&slave->open_list, &master->slave_list_head); in snd_timer_check_master()
345 list_for_each_entry_safe(slave, tmp, &timeri->slave_list_head, in snd_timer_close()