HomeSort by: relevance | last modified time | path
    Searched refs:MIDI_PROP_CAN_INPUT (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/
midi_if.h 42 #define MIDI_PROP_CAN_INPUT 2
midi.c 239 if (sc->props & MIDI_PROP_CAN_INPUT) {
310 if (sc->props & MIDI_PROP_CAN_INPUT) {
923 if ((sc->props & MIDI_PROP_CAN_INPUT) == 0) {
sequencer.c 1466 if ((mi.props & MIDI_PROP_CAN_INPUT) == 0)
1484 if (mi.props & MIDI_PROP_CAN_INPUT)
  /src/sys/dev/pci/
autri.c 1415 mi->props = MIDI_PROP_CAN_INPUT;
cs4280.c 1487 mi->props = MIDI_PROP_CAN_INPUT | MIDI_PROP_OUT_INTR;
eap.c 1770 mi->props = MIDI_PROP_CAN_INPUT | MIDI_PROP_OUT_INTR;
  /src/sys/dev/usb/
umidi.c 639 mi->props |= MIDI_PROP_CAN_INPUT;
  /src/sys/dev/isa/
sbdsp.c 2569 mi->props = MIDI_PROP_CAN_INPUT;

Completed in 96 milliseconds