Lines Matching defs:md
332 struct midi_dev *md; in sequenceropen() local
731 struct midi_dev *md; in sequencerioctl() local
1029 struct midi_dev *md; in seq_reset() local
1086 struct midi_dev *md; in seq_do_chnvoice() local
1121 struct midi_dev *md; in seq_do_chncommon() local
1168 struct midi_dev *md; in seq_do_sysex() local
1417 midiseq_in(struct midi_dev *md, u_char *msg, int len) in midiseq_in()
1439 struct midi_dev *md; in midiseq_open() local
1491 midiseq_close(struct midi_dev *md) in midiseq_close()
1500 midiseq_reset(struct midi_dev *md) in midiseq_reset()
1507 midiseq_out(struct midi_dev *md, u_char *bf, u_int cc, int chk) in midiseq_out()
1522 midiseq_noteon(struct midi_dev *md, int chan, int key, seq_event_t *ev) in midiseq_noteon()
1530 midiseq_noteoff(struct midi_dev *md, int chan, int key, seq_event_t *ev) in midiseq_noteoff()
1538 midiseq_keypressure(struct midi_dev *md, int chan, int key, seq_event_t *ev) in midiseq_keypressure()
1547 midiseq_pgmchange(struct midi_dev *md, int chan, seq_event_t *ev) in midiseq_pgmchange()
1557 midiseq_chnpressure(struct midi_dev *md, int chan, seq_event_t *ev) in midiseq_chnpressure()
1567 midiseq_ctlchange(struct midi_dev *md, int chan, seq_event_t *ev) in midiseq_ctlchange()
1579 midiseq_pitchbend(struct midi_dev *md, int chan, seq_event_t *ev) in midiseq_pitchbend()
1589 midiseq_loadpatch(struct midi_dev *md, in midiseq_loadpatch()