taglinefilesource code
mpu_cmd736drivers/sound/mpu401.cif (mpu_cmd (dev, 0xD0, 0) < 0)
mpu_cmd747drivers/sound/mpu401.cif (mpu_cmd (dev, 0xDF, 0) < 0)
mpu_cmd920drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x8B, 0);  /* Enable data in stop mode */
mpu_cmd921drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x34, 0);  /* Return timing bytes in stop mode */
mpu_cmd936drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x15, 0);  /* Stop recording, playback and MIDI */
mpu_cmd937drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x8a, 0);  /* Disable data in stopped mode */
mpu_cmd1005drivers/sound/mpu401.cif ((tmp = mpu_cmd (num_midis, 0xAC, 0)) < 0)
mpu_cmd1013drivers/sound/mpu401.cif ((tmp = mpu_cmd (num_midis, 0xAD, 0)) < 0)
mpu_cmd1082drivers/sound/mpu401.cif (mpu_cmd (num_midis, 0xC5, 0) >= 0)  /* Set timebase OK */
mpu_cmd1083drivers/sound/mpu401.cif (mpu_cmd (num_midis, 0xE0, 120) >= 0)  /* Set tempo OK */
mpu_cmd1246drivers/sound/mpu401.cif (mpu_cmd (dev, UART_MODE_ON, 0) < 0)
mpu_cmd1352drivers/sound/mpu401.cif (mpu_cmd (midi_dev, 0xC0 | (hw_val & 0x0f), 0) < 0)
mpu_cmd1379drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x3c, 0);  /* Use CLS sync */
mpu_cmd1381drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x3d, 0);  /* Use SMPTE sync */
mpu_cmd1385drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x80, 0);  /* Use MIDI sync */
mpu_cmd1391drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x82, 0);  /* Use MIDI sync */
mpu_cmd1392drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x91, 0);  /* Enable ext MIDI ctrl */
mpu_cmd1395drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x81, 0);  /* Use FSK sync */
mpu_cmd1402drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x84, 0);  /* Disable metronome */
mpu_cmd1419drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x84, 0);  /* Disable metronome */
mpu_cmd1422drivers/sound/mpu401.cmpu_cmd (midi_dev, 0xE4, clks_per_click);
mpu_cmd1423drivers/sound/mpu401.cmpu_cmd (midi_dev, 0xE6, beats_per_measure);
mpu_cmd1424drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x83, 0);  /* Enable metronome without accents */
mpu_cmd1439drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x02, 0);  /* Send MIDI start */
mpu_cmd1445drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x35, 0);  /* Enable mode messages to PC */
mpu_cmd1446drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x38, 0);  /* Enable sys common messages to PC */
mpu_cmd1447drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x39, 0);  /* Enable real time messages to PC */
mpu_cmd1448drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x97, 0);  /* Enable system exclusive messages to PC */
mpu_cmd1464drivers/sound/mpu401.cmpu_cmd (midi_dev, 0xE0, 50);
mpu_cmd1471drivers/sound/mpu401.cmpu_cmd (midi_dev, 0xe7, 0x04);  /* Send all clocks to host */
mpu_cmd1472drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x95, 0);  /* Enable clock to host */
mpu_cmd1483drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x15, 0);  /* Stop all */
mpu_cmd1484drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x94, 0);  /* Disable clock to host */
mpu_cmd1485drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x8c, 0);  /* Disable measure end messages to host */
mpu_cmd1522drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x01, 0);  /* Send MIDI stop */
mpu_cmd1530drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x03, 0);  /* Send MIDI continue */
mpu_cmd1543drivers/sound/mpu401.cif (mpu_cmd (midi_dev, 0xE0, parm) < 0)
mpu_cmd1593drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x3c, 0);  /* Use CLS sync */
mpu_cmd1595drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x3d, 0);  /* Use SMPTE sync */
mpu_cmd1609drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x01, 0);  /* Send MIDI stop */
mpu_cmd1618drivers/sound/mpu401.cmpu_cmd (midi_dev, 0x03, 0);  /* Send MIDI continue */
mpu_cmd1644drivers/sound/mpu401.cif ((ret = mpu_cmd (midi_dev, 0xE0, val)) < 0)