snd_seq_event      51 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      61 include/sound/seq_kernel.h int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event *ev,
snd_seq_event      63 include/sound/seq_kernel.h int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event *ev, int atomic, int hop);
snd_seq_event      71 include/sound/seq_kernel.h int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf,
snd_seq_event      73 include/sound/seq_kernel.h int snd_seq_dump_var_event(const struct snd_seq_event *event,
snd_seq_event     177 include/sound/seq_midi_emul.h void snd_midi_process_event(struct snd_midi_op *ops, struct snd_seq_event *ev,
snd_seq_event      34 include/sound/seq_midi_event.h 				struct snd_seq_event *ev);
snd_seq_event      37 include/sound/seq_midi_event.h 			   struct snd_seq_event *ev);
snd_seq_event      27 include/sound/seq_virmidi.h 	struct snd_seq_event event;
snd_seq_event     268 include/uapi/sound/asequencer.h 	struct snd_seq_event *event;		/* quoted event */
snd_seq_event     306 include/uapi/sound/asequencer.h 	struct snd_seq_event event;
snd_seq_event     136 sound/core/seq/oss/seq_oss_device.h snd_seq_oss_dispatch(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int atomic, int hop)
snd_seq_event     155 sound/core/seq/oss/seq_oss_device.h snd_seq_oss_fill_addr(struct seq_oss_devinfo *dp, struct snd_seq_event *ev,
snd_seq_event      22 sound/core/seq/oss/seq_oss_event.c static int extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
snd_seq_event      23 sound/core/seq/oss/seq_oss_event.c static int chn_voice_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
snd_seq_event      24 sound/core/seq/oss/seq_oss_event.c static int chn_common_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
snd_seq_event      25 sound/core/seq/oss/seq_oss_event.c static int timing_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
snd_seq_event      26 sound/core/seq/oss/seq_oss_event.c static int local_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
snd_seq_event      27 sound/core/seq/oss/seq_oss_event.c static int old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
snd_seq_event      28 sound/core/seq/oss/seq_oss_event.c static int note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
snd_seq_event      29 sound/core/seq/oss/seq_oss_event.c static int note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
snd_seq_event      30 sound/core/seq/oss/seq_oss_event.c static int set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev);
snd_seq_event      31 sound/core/seq/oss/seq_oss_event.c static int set_control_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int param, int val, struct snd_seq_event *ev);
snd_seq_event      32 sound/core/seq/oss/seq_oss_event.c static int set_echo_event(struct seq_oss_devinfo *dp, union evrec *rec, struct snd_seq_event *ev);
snd_seq_event      42 sound/core/seq/oss/seq_oss_event.c snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
snd_seq_event      95 sound/core/seq/oss/seq_oss_event.c old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
snd_seq_event     121 sound/core/seq/oss/seq_oss_event.c extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
snd_seq_event     175 sound/core/seq/oss/seq_oss_event.c chn_voice_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
snd_seq_event     196 sound/core/seq/oss/seq_oss_event.c chn_common_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
snd_seq_event     223 sound/core/seq/oss/seq_oss_event.c timing_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
snd_seq_event     258 sound/core/seq/oss/seq_oss_event.c local_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev)
snd_seq_event     274 sound/core/seq/oss/seq_oss_event.c note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev)
snd_seq_event     335 sound/core/seq/oss/seq_oss_event.c note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev)
snd_seq_event     372 sound/core/seq/oss/seq_oss_event.c set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev)
snd_seq_event     390 sound/core/seq/oss/seq_oss_event.c set_control_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int param, int val, struct snd_seq_event *ev)
snd_seq_event     408 sound/core/seq/oss/seq_oss_event.c set_echo_event(struct seq_oss_devinfo *dp, union evrec *rec, struct snd_seq_event *ev)
snd_seq_event     422 sound/core/seq/oss/seq_oss_event.c snd_seq_oss_event_input(struct snd_seq_event *ev, int direct, void *private_data,
snd_seq_event      94 sound/core/seq/oss/seq_oss_event.h int snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
snd_seq_event      96 sound/core/seq/oss/seq_oss_event.h int snd_seq_oss_event_input(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop);
snd_seq_event      40 sound/core/seq/oss/seq_oss_init.c static int receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop);
snd_seq_event     123 sound/core/seq/oss/seq_oss_init.c receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop)
snd_seq_event      47 sound/core/seq/oss/seq_oss_ioctl.c 	struct snd_seq_event tmpev;
snd_seq_event      56 sound/core/seq/oss/seq_oss_midi.c static int send_synth_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int dev);
snd_seq_event      57 sound/core/seq/oss/seq_oss_midi.c static int send_midi_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, struct seq_oss_midi *mdev);
snd_seq_event     454 sound/core/seq/oss/seq_oss_midi.c 		struct snd_seq_event ev;
snd_seq_event     506 sound/core/seq/oss/seq_oss_midi.c snd_seq_oss_midi_input(struct snd_seq_event *ev, int direct, void *private_data)
snd_seq_event     534 sound/core/seq/oss/seq_oss_midi.c send_synth_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int dev)
snd_seq_event     595 sound/core/seq/oss/seq_oss_midi.c send_midi_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, struct seq_oss_midi *mdev)
snd_seq_event     622 sound/core/seq/oss/seq_oss_midi.c snd_seq_oss_midi_putc(struct seq_oss_devinfo *dp, int dev, unsigned char c, struct snd_seq_event *ev)
snd_seq_event      29 sound/core/seq/oss/seq_oss_midi.h 			  struct snd_seq_event *ev);
snd_seq_event      30 sound/core/seq/oss/seq_oss_midi.h int snd_seq_oss_midi_input(struct snd_seq_event *ev, int direct, void *private);
snd_seq_event     124 sound/core/seq/oss/seq_oss_readq.c 			    struct snd_seq_event *ev)
snd_seq_event      35 sound/core/seq/oss/seq_oss_readq.h 			    struct snd_seq_event *ev);
snd_seq_event     154 sound/core/seq/oss/seq_oss_rw.c 	struct snd_seq_event event;
snd_seq_event     425 sound/core/seq/oss/seq_oss_synth.c 		struct snd_seq_event ev;
snd_seq_event     488 sound/core/seq/oss/seq_oss_synth.c snd_seq_oss_synth_sysex(struct seq_oss_devinfo *dp, int dev, unsigned char *buf, struct snd_seq_event *ev)
snd_seq_event     547 sound/core/seq/oss/seq_oss_synth.c snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev)
snd_seq_event     587 sound/core/seq/oss/seq_oss_synth.c snd_seq_oss_synth_raw_event(struct seq_oss_devinfo *dp, int dev, unsigned char *data, struct snd_seq_event *ev)
snd_seq_event      30 sound/core/seq/oss/seq_oss_synth.h 			    struct snd_seq_event *ev);
snd_seq_event      31 sound/core/seq/oss/seq_oss_synth.h int snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev);
snd_seq_event      35 sound/core/seq/oss/seq_oss_synth.h 				unsigned char *data, struct snd_seq_event *ev);
snd_seq_event     129 sound/core/seq/oss/seq_oss_timer.c 	struct snd_seq_event ev;
snd_seq_event      92 sound/core/seq/oss/seq_oss_writeq.c 		struct snd_seq_event ev;
snd_seq_event      67 sound/core/seq/seq_clientmgr.c 			      struct snd_seq_event *event,
snd_seq_event      70 sound/core/seq/seq_clientmgr.c 					struct snd_seq_event *event,
snd_seq_event     435 sound/core/seq/seq_clientmgr.c 	while (count >= sizeof(struct snd_seq_event)) {
snd_seq_event     443 sound/core/seq/seq_clientmgr.c 			struct snd_seq_event tmpev;
snd_seq_event     446 sound/core/seq/seq_clientmgr.c 			if (copy_to_user(buf, &tmpev, sizeof(struct snd_seq_event))) {
snd_seq_event     450 sound/core/seq/seq_clientmgr.c 			count -= sizeof(struct snd_seq_event);
snd_seq_event     451 sound/core/seq/seq_clientmgr.c 			buf += sizeof(struct snd_seq_event);
snd_seq_event     454 sound/core/seq/seq_clientmgr.c 						       sizeof(struct snd_seq_event));
snd_seq_event     461 sound/core/seq/seq_clientmgr.c 			if (copy_to_user(buf, &cell->event, sizeof(struct snd_seq_event))) {
snd_seq_event     465 sound/core/seq/seq_clientmgr.c 			count -= sizeof(struct snd_seq_event);
snd_seq_event     466 sound/core/seq/seq_clientmgr.c 			buf += sizeof(struct snd_seq_event);
snd_seq_event     470 sound/core/seq/seq_clientmgr.c 		result += sizeof(struct snd_seq_event);
snd_seq_event     499 sound/core/seq/seq_clientmgr.c static struct snd_seq_client *get_event_dest_client(struct snd_seq_event *event,
snd_seq_event     534 sound/core/seq/seq_clientmgr.c 			      struct snd_seq_event *event,
snd_seq_event     537 sound/core/seq/seq_clientmgr.c 	struct snd_seq_event bounce_ev;
snd_seq_event     572 sound/core/seq/seq_clientmgr.c static int update_timestamp_of_queue(struct snd_seq_event *event,
snd_seq_event     602 sound/core/seq/seq_clientmgr.c 					struct snd_seq_event *event,
snd_seq_event     663 sound/core/seq/seq_clientmgr.c 				  struct snd_seq_event *event,
snd_seq_event     668 sound/core/seq/seq_clientmgr.c 	struct snd_seq_event event_saved;
snd_seq_event     720 sound/core/seq/seq_clientmgr.c 				struct snd_seq_event *event,
snd_seq_event     757 sound/core/seq/seq_clientmgr.c 			   struct snd_seq_event *event, int atomic, int hop)
snd_seq_event     792 sound/core/seq/seq_clientmgr.c static int multicast_event(struct snd_seq_client *client, struct snd_seq_event *event,
snd_seq_event     809 sound/core/seq/seq_clientmgr.c static int snd_seq_deliver_event(struct snd_seq_client *client, struct snd_seq_event *event,
snd_seq_event     873 sound/core/seq/seq_clientmgr.c 		struct snd_seq_event tmpev, *ev;
snd_seq_event     927 sound/core/seq/seq_clientmgr.c 					struct snd_seq_event *event,
snd_seq_event     987 sound/core/seq/seq_clientmgr.c static int check_event_type_and_length(struct snd_seq_event *ev)
snd_seq_event    1025 sound/core/seq/seq_clientmgr.c 	struct snd_seq_event event;
snd_seq_event    1049 sound/core/seq/seq_clientmgr.c 	while (count >= sizeof(struct snd_seq_event)) {
snd_seq_event    1081 sound/core/seq/seq_clientmgr.c 						+ sizeof(struct snd_seq_event);
snd_seq_event    1448 sound/core/seq/seq_clientmgr.c 	struct snd_seq_event event;
snd_seq_event    2254 sound/core/seq/seq_clientmgr.c int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event *ev,
snd_seq_event    2300 sound/core/seq/seq_clientmgr.c int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event * ev,
snd_seq_event      74 sound/core/seq/seq_dummy.c dummy_input(struct snd_seq_event *ev, int direct, void *private_data,
snd_seq_event      78 sound/core/seq/seq_dummy.c 	struct snd_seq_event tmpev;
snd_seq_event     102 sound/core/seq/seq_fifo.c 			  struct snd_seq_event *event)
snd_seq_event      35 sound/core/seq/seq_fifo.h int snd_seq_fifo_event_in(struct snd_seq_fifo *f, struct snd_seq_event *event);
snd_seq_event      58 sound/core/seq/seq_memory.c static int get_var_len(const struct snd_seq_event *event)
snd_seq_event      66 sound/core/seq/seq_memory.c int snd_seq_dump_var_event(const struct snd_seq_event *event,
snd_seq_event      97 sound/core/seq/seq_memory.c 		int size = sizeof(struct snd_seq_event);
snd_seq_event     130 sound/core/seq/seq_memory.c int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char *buf,
snd_seq_event     279 sound/core/seq/seq_memory.c int snd_seq_event_dup(struct snd_seq_pool *pool, struct snd_seq_event *event,
snd_seq_event     293 sound/core/seq/seq_memory.c 		ncells = (extlen + sizeof(struct snd_seq_event) - 1) / sizeof(struct snd_seq_event);
snd_seq_event     321 sound/core/seq/seq_memory.c 			int size = sizeof(struct snd_seq_event);
snd_seq_event      16 sound/core/seq/seq_memory.h 	struct snd_seq_event event;
snd_seq_event      53 sound/core/seq/seq_memory.h int snd_seq_event_dup(struct snd_seq_pool *pool, struct snd_seq_event *event,
snd_seq_event      65 sound/core/seq/seq_midi.c 	struct snd_seq_event ev;
snd_seq_event     114 sound/core/seq/seq_midi.c static int event_process_midi(struct snd_seq_event *ev, int direct,
snd_seq_event      70 sound/core/seq/seq_midi_emul.c 		       struct snd_seq_event *ev,
snd_seq_event      33 sound/core/seq/seq_midi_event.c static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
snd_seq_event      34 sound/core/seq/seq_midi_event.c static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
snd_seq_event      35 sound/core/seq/seq_midi_event.c static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
snd_seq_event      36 sound/core/seq/seq_midi_event.c static void two_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
snd_seq_event      37 sound/core/seq/seq_midi_event.c static void one_param_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
snd_seq_event      38 sound/core/seq/seq_midi_event.c static void songpos_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
snd_seq_event      39 sound/core/seq/seq_midi_event.c static void note_decode(struct snd_seq_event *ev, unsigned char *buf);
snd_seq_event      40 sound/core/seq/seq_midi_event.c static void one_param_decode(struct snd_seq_event *ev, unsigned char *buf);
snd_seq_event      41 sound/core/seq/seq_midi_event.c static void pitchbend_decode(struct snd_seq_event *ev, unsigned char *buf);
snd_seq_event      42 sound/core/seq/seq_midi_event.c static void two_param_decode(struct snd_seq_event *ev, unsigned char *buf);
snd_seq_event      43 sound/core/seq/seq_midi_event.c static void songpos_decode(struct snd_seq_event *ev, unsigned char *buf);
snd_seq_event      51 sound/core/seq/seq_midi_event.c 	void (*encode)(struct snd_midi_event *dev, struct snd_seq_event *ev);
snd_seq_event      52 sound/core/seq/seq_midi_event.c 	void (*decode)(struct snd_seq_event *ev, unsigned char *buf);
snd_seq_event      84 sound/core/seq/seq_midi_event.c 			       struct snd_seq_event *ev);
snd_seq_event      86 sound/core/seq/seq_midi_event.c 			     struct snd_seq_event *ev);
snd_seq_event      91 sound/core/seq/seq_midi_event.c 		      struct snd_seq_event *ev);
snd_seq_event     177 sound/core/seq/seq_midi_event.c 				struct snd_seq_event *ev)
snd_seq_event     245 sound/core/seq/seq_midi_event.c static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev)
snd_seq_event     253 sound/core/seq/seq_midi_event.c static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev)
snd_seq_event     260 sound/core/seq/seq_midi_event.c static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev)
snd_seq_event     267 sound/core/seq/seq_midi_event.c static void two_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev)
snd_seq_event     275 sound/core/seq/seq_midi_event.c static void one_param_event(struct snd_midi_event *dev, struct snd_seq_event *ev)
snd_seq_event     281 sound/core/seq/seq_midi_event.c static void songpos_event(struct snd_midi_event *dev, struct snd_seq_event *ev)
snd_seq_event     291 sound/core/seq/seq_midi_event.c 			   struct snd_seq_event *ev)
snd_seq_event     348 sound/core/seq/seq_midi_event.c static void note_decode(struct snd_seq_event *ev, unsigned char *buf)
snd_seq_event     355 sound/core/seq/seq_midi_event.c static void one_param_decode(struct snd_seq_event *ev, unsigned char *buf)
snd_seq_event     361 sound/core/seq/seq_midi_event.c static void pitchbend_decode(struct snd_seq_event *ev, unsigned char *buf)
snd_seq_event     369 sound/core/seq/seq_midi_event.c static void two_param_decode(struct snd_seq_event *ev, unsigned char *buf)
snd_seq_event     376 sound/core/seq/seq_midi_event.c static void songpos_decode(struct snd_seq_event *ev, unsigned char *buf)
snd_seq_event     384 sound/core/seq/seq_midi_event.c 			       int count, struct snd_seq_event *ev)
snd_seq_event     422 sound/core/seq/seq_midi_event.c 			     int count, struct snd_seq_event *ev)
snd_seq_event      57 sound/core/seq/seq_ports.h 	int (*event_input)(struct snd_seq_event *ev, int direct, void *private_data,
snd_seq_event      86 sound/core/seq/seq_prioq.c static inline int compare_timestamp(struct snd_seq_event *a,
snd_seq_event      87 sound/core/seq/seq_prioq.c 				    struct snd_seq_event *b)
snd_seq_event     103 sound/core/seq/seq_prioq.c static inline int compare_timestamp_rel(struct snd_seq_event *a,
snd_seq_event     104 sound/core/seq/seq_prioq.c 					struct snd_seq_event *b)
snd_seq_event     203 sound/core/seq/seq_prioq.c static int event_is_ready(struct snd_seq_event *ev, void *current_time)
snd_seq_event     329 sound/core/seq/seq_prioq.c 			      struct snd_seq_event *ev)
snd_seq_event     640 sound/core/seq/seq_queue.c static void queue_broadcast_event(struct snd_seq_queue *q, struct snd_seq_event *ev,
snd_seq_event     643 sound/core/seq/seq_queue.c 	struct snd_seq_event sev;
snd_seq_event     664 sound/core/seq/seq_queue.c 					struct snd_seq_event *ev,
snd_seq_event     716 sound/core/seq/seq_queue.c int snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop)
snd_seq_event      96 sound/core/seq/seq_queue.h int snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop);
snd_seq_event      55 sound/core/seq/seq_system.c static int setheader(struct snd_seq_event * ev, int client, int port)
snd_seq_event      60 sound/core/seq/seq_system.c 	memset(ev, 0, sizeof(struct snd_seq_event));
snd_seq_event      81 sound/core/seq/seq_system.c 	struct snd_seq_event ev;
snd_seq_event      90 sound/core/seq/seq_system.c int snd_seq_system_notify(int client, int port, struct snd_seq_event *ev)
snd_seq_event     101 sound/core/seq/seq_system.c static int event_input_timer(struct snd_seq_event * ev, int direct, void *private_data, int atomic, int hop)
snd_seq_event      22 sound/core/seq/seq_system.h int snd_seq_system_notify(int client, int port, struct snd_seq_event *ev);
snd_seq_event      45 sound/core/seq/seq_virmidi.c 				   struct snd_seq_event *ev)
snd_seq_event      66 sound/core/seq/seq_virmidi.c 					 struct snd_seq_event *ev,
snd_seq_event     102 sound/core/seq/seq_virmidi.c static int snd_virmidi_event_input(struct snd_seq_event *ev, int direct,
snd_seq_event      28 sound/drivers/opl3/opl3_oss.c static int snd_opl3_oss_event_input(struct snd_seq_event *ev, int direct,
snd_seq_event     141 sound/drivers/opl3/opl3_seq.c static int snd_opl3_synth_event_input(struct snd_seq_event * ev, int direct,
snd_seq_event     111 sound/drivers/opl4/opl4_seq.c static int snd_opl4_seq_event_input(struct snd_seq_event *ev, int direct,
snd_seq_event      26 sound/synth/emux/emux_oss.c static int snd_emux_event_oss_input(struct snd_seq_event *ev, int direct,
snd_seq_event     287 sound/synth/emux/emux_oss.c snd_emux_event_oss_input(struct snd_seq_event *ev, int direct, void *private_data,
snd_seq_event     483 sound/synth/emux/emux_oss.c 	struct snd_seq_event ev;
snd_seq_event     239 sound/synth/emux/emux_seq.c snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private_data,
snd_seq_event      24 sound/synth/emux/emux_voice.h int snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private,