Searched refs:prefix_cmd (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dmidi_synth.c115 prefix_cmd(int midi_dev, unsigned char status) function
117 if ((char *) midi_devs[midi_dev]->prefix_cmd == NULL)
120 return midi_devs[midi_dev]->prefix_cmd(midi_dev, status);
306 if (!prefix_cmd(orig_dev, note))
324 if (!prefix_cmd(orig_dev, 0x90 | (channel & 0x0f)))
335 if (!prefix_cmd(orig_dev, 0x80 | (channel & 0x0f)))
361 if (!prefix_cmd(orig_dev, 0xc0 | (channel & 0x0f)))
396 if (!prefix_cmd(orig_dev, note))
402 if (!prefix_cmd(orig_dev, 0x90 | (channel & 0x0f)))
491 if (!prefix_cmd(orig_de
[all...]
H A Ddev_table.h327 int (*prefix_cmd) (int dev, unsigned char status); member in struct:midi_operations
H A Dmpu401.c922 .prefix_cmd = mpu401_prefix_cmd

Completed in 85 milliseconds