Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_EVENT_LENGTH_VARIABLE (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/include/sound/
H A Dasequencer.h55 #define snd_seq_ev_is_variable(ev) (snd_seq_ev_length_type(ev) == SNDRV_SEQ_EVENT_LENGTH_VARIABLE)
/OK3568_Linux_fs/kernel/sound/core/seq/oss/
H A Dseq_oss_readq.c131 if ((ev->flags & SNDRV_SEQ_EVENT_LENGTH_MASK) != SNDRV_SEQ_EVENT_LENGTH_VARIABLE) in snd_seq_oss_readq_sysex()
H A Dseq_oss_synth.c531 ev->flags = SNDRV_SEQ_EVENT_LENGTH_VARIABLE; in snd_seq_oss_synth_sysex()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasequencer.h185 #define SNDRV_SEQ_EVENT_LENGTH_VARIABLE (1<<2) /* variable event size */ macro
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasequencer.h185 #define SNDRV_SEQ_EVENT_LENGTH_VARIABLE (1<<2) /* variable event size */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasequencer.h185 #define SNDRV_SEQ_EVENT_LENGTH_VARIABLE (1<<2) /* variable event size */ macro
/OK3568_Linux_fs/kernel/sound/core/seq/
H A Dseq_virmidi.c81 if ((ev->flags & SNDRV_SEQ_EVENT_LENGTH_MASK) != SNDRV_SEQ_EVENT_LENGTH_VARIABLE) in snd_virmidi_dev_receive_event()
H A Dseq_memory.c60 if ((event->flags & SNDRV_SEQ_EVENT_LENGTH_MASK) != SNDRV_SEQ_EVENT_LENGTH_VARIABLE) in get_var_len()
H A Dseq_midi.c128 if ((ev->flags & SNDRV_SEQ_EVENT_LENGTH_MASK) != SNDRV_SEQ_EVENT_LENGTH_VARIABLE) { in event_process_midi()
H A Dseq_midi_event.c227 ev->flags |= SNDRV_SEQ_EVENT_LENGTH_VARIABLE; in snd_midi_event_encode_byte()
H A Dseq_midi_emul.c194 if ((ev->flags & SNDRV_SEQ_EVENT_LENGTH_MASK) == SNDRV_SEQ_EVENT_LENGTH_VARIABLE) { in snd_midi_process_event()
H A Dseq_clientmgr.c992 case SNDRV_SEQ_EVENT_LENGTH_VARIABLE: in check_event_type_and_length()