Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_EVENT_LENGTH_VARUSR (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/sound/
Dasequencer.h56 #define snd_seq_ev_is_varusr(ev) (snd_seq_ev_length_type(ev) == SNDRV_SEQ_EVENT_LENGTH_VARUSR)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dasequencer.h94 #define SNDRV_SEQ_EVENT_LENGTH_VARUSR (2<<2) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dasequencer.h104 #define SNDRV_SEQ_EVENT_LENGTH_VARUSR (2 << 2) macro
/kernel/linux/linux-5.10/include/uapi/sound/
Dasequencer.h186 #define SNDRV_SEQ_EVENT_LENGTH_VARUSR (2<<2) /* variable event size - user memory space */ macro
/kernel/linux/linux-5.10/sound/core/seq/
Dseq_clientmgr.c997 case SNDRV_SEQ_EVENT_LENGTH_VARUSR: in check_event_type_and_length()