• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/

Lines Matching refs:snd_seq_event

81 			      struct snd_seq_event *event,
84 struct snd_seq_event *event,
430 while (count >= sizeof(struct snd_seq_event)) {
438 struct snd_seq_event tmpev;
441 if (copy_to_user(buf, &tmpev, sizeof(struct snd_seq_event))) {
445 count -= sizeof(struct snd_seq_event);
446 buf += sizeof(struct snd_seq_event);
449 sizeof(struct snd_seq_event));
456 if (copy_to_user(buf, &cell->event, sizeof(struct snd_seq_event))) {
460 count -= sizeof(struct snd_seq_event);
461 buf += sizeof(struct snd_seq_event);
465 result += sizeof(struct snd_seq_event);
494 static struct snd_seq_client *get_event_dest_client(struct snd_seq_event *event,
529 struct snd_seq_event *event,
532 struct snd_seq_event bounce_ev;
567 static int update_timestamp_of_queue(struct snd_seq_event *event,
597 struct snd_seq_event *event,
658 struct snd_seq_event *event,
663 struct snd_seq_event event_saved;
708 struct snd_seq_event *event,
741 struct snd_seq_event *event, int atomic, int hop)
772 static int multicast_event(struct snd_seq_client *client, struct snd_seq_event *event,
789 static int snd_seq_deliver_event(struct snd_seq_client *client, struct snd_seq_event *event,
849 struct snd_seq_event tmpev, *ev;
903 struct snd_seq_event *event,
961 static int check_event_type_and_length(struct snd_seq_event *ev)
999 struct snd_seq_event event;
1018 while (count >= sizeof(struct snd_seq_event)) {
1050 + sizeof(struct snd_seq_event);
1413 struct snd_seq_event event;
2294 static int kernel_client_enqueue(int client, struct snd_seq_event *ev,
2333 int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event * ev,
2346 int snd_seq_kernel_client_enqueue_blocking(int client, struct snd_seq_event * ev,
2362 int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event * ev,