Searched refs:tmpev (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/sound/core/seq/oss/
H A Dseq_oss_ioctl.c60 struct snd_seq_event tmpev; snd_seq_oss_oob_user() local
64 memset(&tmpev, 0, sizeof(tmpev)); snd_seq_oss_oob_user()
65 snd_seq_oss_fill_addr(dp, &tmpev, dp->addr.port, dp->addr.client); snd_seq_oss_oob_user()
66 tmpev.time.tick = 0; snd_seq_oss_oob_user()
67 if (! snd_seq_oss_process_event(dp, (union evrec *)ev, &tmpev)) { snd_seq_oss_oob_user()
68 snd_seq_oss_dispatch(dp, &tmpev, 0, 0); snd_seq_oss_oob_user()
/linux-4.1.27/sound/core/seq/
H A Dseq_dummy.c92 struct snd_seq_event tmpev; dummy_input() local
98 tmpev = *ev; dummy_input()
100 tmpev.source.port = p->connect; dummy_input()
102 tmpev.source.port = p->port; dummy_input()
103 tmpev.dest.client = SNDRV_SEQ_ADDRESS_SUBSCRIBERS; dummy_input()
104 return snd_seq_kernel_client_dispatch(p->client, &tmpev, atomic, hop); dummy_input()
H A Dseq_clientmgr.c439 struct snd_seq_event tmpev; snd_seq_read() local
440 tmpev = cell->event; snd_seq_read()
441 tmpev.data.ext.len &= ~SNDRV_SEQ_EXT_MASK; snd_seq_read()
442 if (copy_to_user(buf, &tmpev, sizeof(struct snd_seq_event))) { snd_seq_read()
865 struct snd_seq_event tmpev, *ev; snd_seq_dispatch_event() local
868 tmpev = cell->event; snd_seq_dispatch_event()
869 tmpev.type = SNDRV_SEQ_EVENT_NOTEON; snd_seq_dispatch_event()
870 result = snd_seq_deliver_event(client, &tmpev, atomic, hop); snd_seq_dispatch_event()

Completed in 108 milliseconds