Lines Matching defs:device
15 * device file instance:
16 * This instance is created at each time the midi device file is
18 * (buffer), and is associated with the device instance.
37 * device record:
38 * Each virtual midi device has one device instance. It contains
43 struct snd_rawmidi *rmidi; /* rawmidi device */
45 int device; /* sequencer device */
55 * ATTACH = input/output events from midi device are routed to the
67 int snd_virmidi_new(struct snd_card *card, int device, struct snd_rawmidi **rrmidi);