HomeSort by: relevance | last modified time | path
    Searched defs:midi_in (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/
midi.c 90 static void midi_in(void *, int);
687 midi_in(void *addr, int data) function in typeref:typename:void
763 DPRINTF(("midi_in: buffer full, discard data=0x%02x\n",
781 printf("midi_in: midi_fst returned %d?!\n", got);
862 error = hw->open(sc->hw_hdl, flags, midi_in, midi_out, sc);
1629 * This code relies on the current implementation of midi_in
midi.c 90 static void midi_in(void *, int);
687 midi_in(void *addr, int data) function in typeref:typename:void
763 DPRINTF(("midi_in: buffer full, discard data=0x%02x\n",
781 printf("midi_in: midi_fst returned %d?!\n", got);
862 error = hw->open(sc->hw_hdl, flags, midi_in, midi_out, sc);
1629 * This code relies on the current implementation of midi_in

Completed in 26 milliseconds