Lines Matching defs:snd_timer_user
61 struct snd_timer_user { struct
62 struct snd_timer_instance *timeri;
63 int tread; /* enhanced read with timestamps and events */
64 unsigned long ticks;
65 unsigned long overrun;
66 int qhead;
67 int qtail;
68 int qused;
69 int queue_size;
70 bool disconnected;
71 struct snd_timer_read *queue;
72 struct snd_timer_tread *tqueue;
73 spinlock_t qlock;
74 unsigned long last_resolution;
75 unsigned int filter;
76 struct timespec tstamp; /* trigger tstamp */
77 wait_queue_head_t qchange_sleep;
78 struct fasync_struct *fasync;
79 struct mutex ioctl_lock;