Lines Matching defs:seq_softc
123 struct seq_softc { struct
126 struct lock seq_lock, q_lock;
127 struct cv empty_cv, reset_cv, in_cv, out_cv, state_cv, th_cv;
131 u_long flags;
133 int fflags; /* Access mode */
134 int music;
136 int out_water; /* Sequence output threshould */
137 snd_sync_parm sync_parm; /* AIOSYNC parameter set */
138 struct thread *sync_thread; /* AIOSYNCing thread */
139 struct kqinfo in_kq, out_kq;
140 int midi_number;
141 struct cdev *seqdev, *musicdev;
142 int unit;
143 int maxunits;
144 kobj_t *midis;
145 int *midi_flags;
146 kobj_t mapper;
147 void *mapper_cookie;
148 struct timeval timerstop, timersub;
149 int timerbase, tempo;
150 int timerrun;
151 int done;
152 int playing;
153 int recording;
154 int busy;
155 int pre_event_timeout;
156 int waiting;