Lines Matching defs:seq_softc

115 struct seq_softc {
280 * static void seq_midiinput(struct seq_softc * scp, void *md);
282 static void seq_reset(struct seq_softc *scp);
283 static int seq_sync(struct seq_softc *scp);
285 static int seq_processevent(struct seq_softc *scp, u_char *event);
287 static int seq_timing(struct seq_softc *scp, u_char *event);
288 static int seq_local(struct seq_softc *scp, u_char *event);
290 static int seq_chnvoice(struct seq_softc *scp, kobj_t md, u_char *event);
291 static int seq_chncommon(struct seq_softc *scp, kobj_t md, u_char *event);
292 static int seq_sysex(struct seq_softc *scp, kobj_t md, u_char *event);
294 static int seq_fetch_mid(struct seq_softc *scp, int unit, kobj_t *md);
295 void seq_copytoinput(struct seq_softc *scp, u_char *event, int len);
297 struct seq_softc *seqs[10];
301 static void timer_start(struct seq_softc *t);
302 static void timer_stop(struct seq_softc *t);
303 static void timer_setvals(struct seq_softc *t, int tempo, int timerbase);
304 static void timer_wait(struct seq_softc *t, int ticks, int wait_abs);
305 static int timer_now(struct seq_softc *t);
308 timer_start(struct seq_softc *t)
315 timer_continue(struct seq_softc *t)
328 timer_stop(struct seq_softc *t)
335 timer_setvals(struct seq_softc *t, int tempo, int timerbase)
342 timer_wait(struct seq_softc *t, int ticks, int wait_abs)
400 timer_now(struct seq_softc *t)
430 struct seq_softc *scp = arg;
473 seq_processevent(struct seq_softc *scp, u_char *event)
518 struct seq_softc *scp;
624 struct seq_softc *scp = seqs[unit];
722 seq_fetch_mid(struct seq_softc *scp, int unit, kobj_t *md)
736 struct seq_softc *scp = i_dev->si_drv1;
824 struct seq_softc *scp = i_dev->si_drv1;
862 struct seq_softc *scp = i_dev->si_drv1;
940 struct seq_softc *scp = i_dev->si_drv1;
1128 struct seq_softc *scp = i_dev->si_drv1;
1431 struct seq_softc *scp = i_dev->si_drv1;
1477 struct seq_softc *scp;
1479 scp = (struct seq_softc *)p;
1669 seq_copytoinput(struct seq_softc *scp, u_char *event, int len)
1688 seq_chnvoice(struct seq_softc *scp, kobj_t md, u_char *event)
1762 seq_chncommon(struct seq_softc *scp, kobj_t md, u_char *event)
1838 seq_timing(struct seq_softc *scp, u_char *event)
1916 seq_local(struct seq_softc *scp, u_char *event)
1936 seq_sysex(struct seq_softc *scp, kobj_t md, u_char *event)
1962 seq_reset(struct seq_softc *scp)
2009 seq_sync(struct seq_softc *scp)