Lines Matching refs:seq_softc
121 struct seq_softc { struct
287 static void seq_reset(struct seq_softc *scp);
288 static int seq_sync(struct seq_softc *scp);
290 static int seq_processevent(struct seq_softc *scp, u_char *event);
292 static int seq_timing(struct seq_softc *scp, u_char *event);
293 static int seq_local(struct seq_softc *scp, u_char *event);
295 static int seq_chnvoice(struct seq_softc *scp, kobj_t md, u_char *event);
296 static int seq_chncommon(struct seq_softc *scp, kobj_t md, u_char *event);
297 static int seq_sysex(struct seq_softc *scp, kobj_t md, u_char *event);
299 static int seq_fetch_mid(struct seq_softc *scp, int unit, kobj_t *md);
300 void seq_copytoinput(struct seq_softc *scp, u_char *event, int len);
302 struct seq_softc *seqs[10];
306 static void timer_start(struct seq_softc *t);
307 static void timer_stop(struct seq_softc *t);
308 static void timer_setvals(struct seq_softc *t, int tempo, int timerbase);
309 static void timer_wait(struct seq_softc *t, int ticks, int wait_abs);
310 static int timer_now(struct seq_softc *t);
314 timer_start(struct seq_softc *t) in timer_start()
321 timer_continue(struct seq_softc *t) in timer_continue()
334 timer_stop(struct seq_softc *t) in timer_stop()
341 timer_setvals(struct seq_softc *t, int tempo, int timerbase) in timer_setvals()
348 timer_wait(struct seq_softc *t, int ticks, int wait_abs) in timer_wait()
406 timer_now(struct seq_softc *t) in timer_now()
436 struct seq_softc *scp = arg; in seq_eventthread()
479 seq_processevent(struct seq_softc *scp, u_char *event) in seq_processevent()
524 struct seq_softc *scp; in seq_addunit()
632 struct seq_softc *scp = seqs[unit]; in seq_delunit()
730 seq_fetch_mid(struct seq_softc *scp, int unit, kobj_t *md) in seq_fetch_mid()
744 struct seq_softc *scp = i_dev->si_drv1; in mseq_open()
828 struct seq_softc *scp = i_dev->si_drv1; in mseq_close()
866 struct seq_softc *scp = i_dev->si_drv1; in mseq_read()
944 struct seq_softc *scp = i_dev->si_drv1; in mseq_write()
1135 struct seq_softc *scp = i_dev->si_drv1; in mseq_ioctl()
1438 struct seq_softc *scp = i_dev->si_drv1; in mseq_poll()
1484 struct seq_softc *scp;
1486 scp = (struct seq_softc *)p;
1676 seq_copytoinput(struct seq_softc *scp, u_char *event, int len) in seq_copytoinput()
1695 seq_chnvoice(struct seq_softc *scp, kobj_t md, u_char *event) in seq_chnvoice()
1769 seq_chncommon(struct seq_softc *scp, kobj_t md, u_char *event) in seq_chncommon()
1846 seq_timing(struct seq_softc *scp, u_char *event) in seq_timing()
1924 seq_local(struct seq_softc *scp, u_char *event) in seq_local()
1944 seq_sysex(struct seq_softc *scp, kobj_t md, u_char *event) in seq_sysex()
1970 seq_reset(struct seq_softc *scp) in seq_reset()
2017 seq_sync(struct seq_softc *scp) in seq_sync()