taglinefilesource code
sysex_info302drivers/sound/midi_synth.cstruct sysex_info sysex;
sysex_info316drivers/sound/midi_synth.cif (count < sizeof (struct sysex_info))
sysex_info322drivers/sound/midi_synth.ccount -= sizeof (struct sysex_info);
sysex_info329drivers/sound/midi_synth.cCOPY_FROM_USER (&((char *) &sysex)[offs], addr, offs, sizeof (struct sysex_info) - offs);
sysex_info347drivers/sound/midi_synth.cGET_BYTE_FROM_USER (data, addr, sizeof (struct sysex_info) + i);