• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/

Lines Matching refs:snd_seq_event

82 			      struct snd_seq_event *event,
85 struct snd_seq_event *event,
426 while (count >= sizeof(struct snd_seq_event)) {
434 struct snd_seq_event tmpev;
437 if (copy_to_user(buf, &tmpev, sizeof(struct snd_seq_event))) {
441 count -= sizeof(struct snd_seq_event);
442 buf += sizeof(struct snd_seq_event);
445 sizeof(struct snd_seq_event));
452 if (copy_to_user(buf, &cell->event, sizeof(struct snd_seq_event))) {
456 count -= sizeof(struct snd_seq_event);
457 buf += sizeof(struct snd_seq_event);
461 result += sizeof(struct snd_seq_event);
490 static struct snd_seq_client *get_event_dest_client(struct snd_seq_event *event,
525 struct snd_seq_event *event,
528 struct snd_seq_event bounce_ev;
563 static int update_timestamp_of_queue(struct snd_seq_event *event,
593 struct snd_seq_event *event,
654 struct snd_seq_event *event,
659 struct snd_seq_event event_saved;
704 struct snd_seq_event *event,
737 struct snd_seq_event *event, int atomic, int hop)
768 static int multicast_event(struct snd_seq_client *client, struct snd_seq_event *event,
785 static int snd_seq_deliver_event(struct snd_seq_client *client, struct snd_seq_event *event,
844 struct snd_seq_event tmpev, *ev;
898 struct snd_seq_event *event,
956 static int check_event_type_and_length(struct snd_seq_event *ev)
995 struct snd_seq_event event;
1013 while (count >= sizeof(struct snd_seq_event)) {
1045 + sizeof(struct snd_seq_event);
1407 struct snd_seq_event event;
2285 static int kernel_client_enqueue(int client, struct snd_seq_event *ev,
2323 int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event * ev,
2336 int snd_seq_kernel_client_enqueue_blocking(int client, struct snd_seq_event * ev,
2352 int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event * ev,