Lines Matching refs:seq_softc

116 struct seq_softc {  struct
283 static void seq_reset(struct seq_softc *scp);
284 static int seq_sync(struct seq_softc *scp);
286 static int seq_processevent(struct seq_softc *scp, u_char *event);
288 static int seq_timing(struct seq_softc *scp, u_char *event);
289 static int seq_local(struct seq_softc *scp, u_char *event);
291 static int seq_chnvoice(struct seq_softc *scp, kobj_t md, u_char *event);
292 static int seq_chncommon(struct seq_softc *scp, kobj_t md, u_char *event);
293 static int seq_sysex(struct seq_softc *scp, kobj_t md, u_char *event);
295 static int seq_fetch_mid(struct seq_softc *scp, int unit, kobj_t *md);
296 void seq_copytoinput(struct seq_softc *scp, u_char *event, int len);
298 struct seq_softc *seqs[10];
302 static void timer_start(struct seq_softc *t);
303 static void timer_stop(struct seq_softc *t);
304 static void timer_setvals(struct seq_softc *t, int tempo, int timerbase);
305 static void timer_wait(struct seq_softc *t, int ticks, int wait_abs);
306 static int timer_now(struct seq_softc *t);
309 timer_start(struct seq_softc *t) in timer_start()
316 timer_continue(struct seq_softc *t) in timer_continue()
329 timer_stop(struct seq_softc *t) in timer_stop()
336 timer_setvals(struct seq_softc *t, int tempo, int timerbase) in timer_setvals()
343 timer_wait(struct seq_softc *t, int ticks, int wait_abs) in timer_wait()
401 timer_now(struct seq_softc *t) in timer_now()
431 struct seq_softc *scp = arg; in seq_eventthread()
474 seq_processevent(struct seq_softc *scp, u_char *event) in seq_processevent()
519 struct seq_softc *scp; in seq_addunit()
625 struct seq_softc *scp = seqs[unit]; in seq_delunit()
723 seq_fetch_mid(struct seq_softc *scp, int unit, kobj_t *md) in seq_fetch_mid()
737 struct seq_softc *scp = i_dev->si_drv1; in mseq_open()
825 struct seq_softc *scp = i_dev->si_drv1; in mseq_close()
863 struct seq_softc *scp = i_dev->si_drv1; in mseq_read()
941 struct seq_softc *scp = i_dev->si_drv1; in mseq_write()
1129 struct seq_softc *scp = i_dev->si_drv1; in mseq_ioctl()
1432 struct seq_softc *scp = i_dev->si_drv1; in mseq_poll()
1478 struct seq_softc *scp;
1480 scp = (struct seq_softc *)p;
1670 seq_copytoinput(struct seq_softc *scp, u_char *event, int len) in seq_copytoinput()
1689 seq_chnvoice(struct seq_softc *scp, kobj_t md, u_char *event) in seq_chnvoice()
1763 seq_chncommon(struct seq_softc *scp, kobj_t md, u_char *event) in seq_chncommon()
1839 seq_timing(struct seq_softc *scp, u_char *event) in seq_timing()
1917 seq_local(struct seq_softc *scp, u_char *event) in seq_local()
1937 seq_sysex(struct seq_softc *scp, kobj_t md, u_char *event) in seq_sysex()
1963 seq_reset(struct seq_softc *scp) in seq_reset()
2010 seq_sync(struct seq_softc *scp) in seq_sync()