snd_seq_event     270 include/sound/asequencer.h 	struct snd_seq_event *event;		/* quoted event */
snd_seq_event     308 include/sound/asequencer.h 	struct snd_seq_event event;
snd_seq_event      71 include/sound/seq_kernel.h 	int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop);
snd_seq_event      41 include/sound/seq_virmidi.h 	struct snd_seq_event event;
snd_seq_event      60 sound/core/seq/oss/seq_oss_ioctl.c 	struct snd_seq_event tmpev;
snd_seq_event     468 sound/core/seq/oss/seq_oss_midi.c 		struct snd_seq_event ev;
snd_seq_event     167 sound/core/seq/oss/seq_oss_rw.c 	struct snd_seq_event event;
snd_seq_event     438 sound/core/seq/oss/seq_oss_synth.c 		struct snd_seq_event ev;
snd_seq_event     141 sound/core/seq/oss/seq_oss_timer.c 	struct snd_seq_event ev;
snd_seq_event     103 sound/core/seq/oss/seq_oss_writeq.c 		struct snd_seq_event ev;
snd_seq_event     425 sound/core/seq/seq_clientmgr.c 	while (count >= sizeof(struct snd_seq_event)) {
snd_seq_event     433 sound/core/seq/seq_clientmgr.c 			struct snd_seq_event tmpev;
snd_seq_event     436 sound/core/seq/seq_clientmgr.c 			if (copy_to_user(buf, &tmpev, sizeof(struct snd_seq_event))) {
snd_seq_event     440 sound/core/seq/seq_clientmgr.c 			count -= sizeof(struct snd_seq_event);
snd_seq_event     441 sound/core/seq/seq_clientmgr.c 			buf += sizeof(struct snd_seq_event);
snd_seq_event     444 sound/core/seq/seq_clientmgr.c 						       sizeof(struct snd_seq_event));
snd_seq_event     451 sound/core/seq/seq_clientmgr.c 			if (copy_to_user(buf, &cell->event, sizeof(struct snd_seq_event))) {
snd_seq_event     455 sound/core/seq/seq_clientmgr.c 			count -= sizeof(struct snd_seq_event);
snd_seq_event     456 sound/core/seq/seq_clientmgr.c 			buf += sizeof(struct snd_seq_event);
snd_seq_event     460 sound/core/seq/seq_clientmgr.c 		result += sizeof(struct snd_seq_event);
snd_seq_event     527 sound/core/seq/seq_clientmgr.c 	struct snd_seq_event bounce_ev;
snd_seq_event     658 sound/core/seq/seq_clientmgr.c 	struct snd_seq_event event_saved;
snd_seq_event     844 sound/core/seq/seq_clientmgr.c 		struct snd_seq_event tmpev, *ev;
snd_seq_event     994 sound/core/seq/seq_clientmgr.c 	struct snd_seq_event event;
snd_seq_event    1013 sound/core/seq/seq_clientmgr.c 	while (count >= sizeof(struct snd_seq_event)) {
snd_seq_event    1045 sound/core/seq/seq_clientmgr.c 						+ sizeof(struct snd_seq_event);
snd_seq_event    1408 sound/core/seq/seq_clientmgr.c 	struct snd_seq_event event;
snd_seq_event      94 sound/core/seq/seq_dummy.c 	struct snd_seq_event ev;
snd_seq_event     122 sound/core/seq/seq_dummy.c 	struct snd_seq_event tmpev;
snd_seq_event     109 sound/core/seq/seq_memory.c 		int size = sizeof(struct snd_seq_event);
snd_seq_event     302 sound/core/seq/seq_memory.c 		ncells = (extlen + sizeof(struct snd_seq_event) - 1) / sizeof(struct snd_seq_event);
snd_seq_event     330 sound/core/seq/seq_memory.c 			int size = sizeof(struct snd_seq_event);
snd_seq_event      29 sound/core/seq/seq_memory.h 	struct snd_seq_event event;
snd_seq_event      79 sound/core/seq/seq_midi.c 	struct snd_seq_event ev;
snd_seq_event      63 sound/core/seq/seq_midi_event.c 	void (*encode)(struct snd_midi_event *dev, struct snd_seq_event *ev);
snd_seq_event      64 sound/core/seq/seq_midi_event.c 	void (*decode)(struct snd_seq_event *ev, unsigned char *buf);
snd_seq_event     103 sound/core/seq/seq_midi_event.c 		      struct snd_seq_event *ev);
snd_seq_event      72 sound/core/seq/seq_ports.h 	int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data,
snd_seq_event     661 sound/core/seq/seq_queue.c 	struct snd_seq_event sev;
snd_seq_event      73 sound/core/seq/seq_system.c 	memset(ev, 0, sizeof(struct snd_seq_event));
snd_seq_event      94 sound/core/seq/seq_system.c 	struct snd_seq_event ev;
snd_seq_event     507 sound/synth/emux/emux_oss.c 	struct snd_seq_event ev;