taglinefilesource code
ev_code267drivers/sound/sequencer.cunsigned char   event[EV_SZ], ev_code;
ev_code289drivers/sound/sequencer.cev_code = event[0];
ev_code291drivers/sound/sequencer.cif (ev_code == SEQ_FULLSIZE)
ev_code309drivers/sound/sequencer.cif (ev_code >= 128)
ev_code311drivers/sound/sequencer.cif (seq_mode == SEQ_2 && ev_code == SEQ_EXTENDED)
ev_code313drivers/sound/sequencer.cprintk ("Sequencer: Invalid level 2 event %x\n", ev_code);