Searched defs:snd_timer (Results 1 – 2 of 2) sorted by relevance
118097 struct snd_timer { struct118109 void (*private_free)(struct snd_timer *); argument118110 struct snd_timer_hardware hw; argument118111 spinlock_t lock;118112 struct list_head device_list;118113 struct list_head open_list_head;118114 struct list_head active_list_head;118115 struct list_head ack_list_head;118116 struct list_head sack_list_head;118117 struct work_struct task_work;[all …]
124520 struct snd_timer { struct124532 void (*private_free)(struct snd_timer *); argument124533 struct snd_timer_hardware hw; argument124534 spinlock_t lock;124535 struct list_head device_list;124536 struct list_head open_list_head;124537 struct list_head active_list_head;124538 struct list_head ack_list_head;124539 struct list_head sack_list_head;124540 struct work_struct task_work;[all …]