Searched refs:SNDRV_SEQ_EVENT_NONE (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/sound/core/seq/ |
H A D | seq_midi_event.c | 63 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, 69 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf4 */ 70 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf5 */ 72 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf7 */ 74 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf9 */ 78 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xfd */ 187 return ev->type != SNDRV_SEQ_EVENT_NONE; in snd_midi_event_encode_byte() 295 if (ev->type == SNDRV_SEQ_EVENT_NONE) in snd_midi_event_decode()
|
H A D | seq_virmidi.c | 59 ev->type = SNDRV_SEQ_EVENT_NONE; in snd_virmidi_init_event() 149 if (vmidi->event.type != SNDRV_SEQ_EVENT_NONE) { in snd_vmidi_output_work() 153 vmidi->event.type = SNDRV_SEQ_EVENT_NONE; in snd_vmidi_output_work()
|
H A D | seq_clientmgr.c | 1062 if (event.type == SNDRV_SEQ_EVENT_NONE) in snd_seq_write() 2261 if (ev->type == SNDRV_SEQ_EVENT_NONE) in snd_seq_kernel_client_enqueue()
|
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_midi_event.c | 63 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, 69 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf4 */ 70 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf5 */ 72 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf7 */ 74 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xf9 */ 78 {SNDRV_SEQ_EVENT_NONE, -1, NULL, NULL}, /* 0xfd */ 187 return ev->type != SNDRV_SEQ_EVENT_NONE; in snd_midi_event_encode_byte() 295 if (ev->type == SNDRV_SEQ_EVENT_NONE) in snd_midi_event_decode()
|
H A D | seq_ump_convert.c | 165 {SNDRV_SEQ_EVENT_NONE, NULL}, /* 0xf0 */ 169 {SNDRV_SEQ_EVENT_NONE, NULL}, /* 0xf4 */ 170 {SNDRV_SEQ_EVENT_NONE, NULL}, /* 0xf5 */ 172 {SNDRV_SEQ_EVENT_NONE, NULL}, /* 0xf7 */ 174 {SNDRV_SEQ_EVENT_NONE, NULL}, /* 0xf9 */ 178 {SNDRV_SEQ_EVENT_NONE, NULL}, /* 0xfd */ 193 if (ev->type == SNDRV_SEQ_EVENT_NONE) in cvt_ump_system_to_event() 285 {SNDRV_SEQ_EVENT_NONE, NULL}, /* 0x00 */ 286 {SNDRV_SEQ_EVENT_NONE, NULL}, /* 0x10 */ 289 {SNDRV_SEQ_EVENT_NONE, NUL [all...] |
H A D | seq_virmidi.c | 59 ev->type = SNDRV_SEQ_EVENT_NONE; in snd_virmidi_init_event() 156 if (vmidi->event.type != SNDRV_SEQ_EVENT_NONE) { in snd_vmidi_output_work() 160 vmidi->event.type = SNDRV_SEQ_EVENT_NONE; in snd_vmidi_output_work()
|
H A D | seq_clientmgr.c | 1058 if (ev->type == SNDRV_SEQ_EVENT_NONE) in snd_seq_write() 2435 if (ev->type == SNDRV_SEQ_EVENT_NONE) in snd_seq_kernel_client_enqueue()
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | asequencer.h | 152 #define SNDRV_SEQ_EVENT_NONE 255 macro
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asequencer.h | 136 #define SNDRV_SEQ_EVENT_NONE 255 macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asequencer.h | 71 #define SNDRV_SEQ_EVENT_NONE 255 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asequencer.h | 82 #define SNDRV_SEQ_EVENT_NONE 255 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asequencer.h | 82 #define SNDRV_SEQ_EVENT_NONE 255 macro
|
Completed in 20 milliseconds