taglinefilesource code
mpu_cmd752drivers/sound/mpu401.cif (mpu_cmd (dev, 0xD0, 0) < 0)
mpu_cmd763drivers/sound/mpu401.cif (mpu_cmd (dev, 0xDF, 0) < 0)
mpu_cmd936drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x8B, 0);  /* Enable data in stop mode */
mpu_cmd937drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x34, 0);  /* Return timing bytes in stop mode */
mpu_cmd938drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x87, 0);  /* Enable pitch & controller */
mpu_cmd953drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x15, 0);  /* Stop recording, playback and MIDI */
mpu_cmd954drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x8a, 0);  /* Disable data in stopped mode */
mpu_cmd1025drivers/sound/mpu401.cif ((tmp = mpu_cmd (num_midis, 0xAC, 0)) < 0)
mpu_cmd1039drivers/sound/mpu401.cif ((tmp = mpu_cmd (num_midis, 0xAD, 0)) < 0)
mpu_cmd1115drivers/sound/mpu401.cif (mpu_cmd (num_midis, 0xC5, 0) >= 0)  /* Set timebase OK */
mpu_cmd1116drivers/sound/mpu401.cif (mpu_cmd (num_midis, 0xE0, 120) >= 0)  /* Set tempo OK */
mpu_cmd1274drivers/sound/mpu401.cif (mpu_cmd (dev, UART_MODE_ON, 0) < 0)
mpu_cmd1373drivers/sound/mpu401.cif (mpu_cmd (midi_dev, 0xC0 | (hw_val & 0x0f), 0) < 0)
mpu_cmd1400drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x3c, 0);  /* Use CLS sync */
mpu_cmd1402drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x3d, 0);  /* Use SMPTE sync */
mpu_cmd1406drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x80, 0);  /* Use MIDI sync */
mpu_cmd1412drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x82, 0);  /* Use MIDI sync */
mpu_cmd1413drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x91, 0);  /* Enable ext MIDI ctrl */
mpu_cmd1416drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x81, 0);  /* Use FSK sync */
mpu_cmd1423drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x84, 0);  /* Disable metronome */
mpu_cmd1440drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x84, 0);  /* Disable metronome */
mpu_cmd1443drivers/sound/mpu401.cmpu_cmd (midi_dev, 0xE4, clks_per_click);
mpu_cmd1444drivers/sound/mpu401.cmpu_cmd (midi_dev, 0xE6, beats_per_measure);
mpu_cmd1445drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x83, 0);  /* Enable metronome without accents */
mpu_cmd1460drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x02, 0);  /* Send MIDI start */
mpu_cmd1466drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x35, 0);  /* Enable mode messages to PC */
mpu_cmd1467drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x38, 0);  /* Enable sys common messages to PC */
mpu_cmd1468drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x39, 0);  /* Enable real time messages to PC */
mpu_cmd1469drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x97, 0);  /* Enable system exclusive messages to PC */
mpu_cmd1485drivers/sound/mpu401.cmpu_cmd (midi_dev, 0xE0, 50);
mpu_cmd1492drivers/sound/mpu401.cmpu_cmd (midi_dev, 0xe7, 0x04);  /* Send all clocks to host */
mpu_cmd1493drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x95, 0);  /* Enable clock to host */
mpu_cmd1504drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x15, 0);  /* Stop all */
mpu_cmd1505drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x94, 0);  /* Disable clock to host */
mpu_cmd1506drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x8c, 0);  /* Disable measure end messages to host */
mpu_cmd1543drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x01, 0);  /* Send MIDI stop */
mpu_cmd1551drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x03, 0);  /* Send MIDI continue */
mpu_cmd1564drivers/sound/mpu401.cif (mpu_cmd (midi_dev, 0xE0, parm) < 0)
mpu_cmd1614drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x3c, 0);  /* Use CLS sync */
mpu_cmd1616drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x3d, 0);  /* Use SMPTE sync */
mpu_cmd1630drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x01, 0);  /* Send MIDI stop */
mpu_cmd1639drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x03, 0);  /* Send MIDI continue */
mpu_cmd1665drivers/sound/mpu401.cif ((ret = mpu_cmd (midi_dev, 0xE0, val)) < 0)