Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_TIME_STAMP_MASK (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_prioq.c89 if ((a->flags & SNDRV_SEQ_TIME_STAMP_MASK) == SNDRV_SEQ_TIME_STAMP_TICK) { in compare_timestamp()
106 if ((a->flags & SNDRV_SEQ_TIME_STAMP_MASK) == SNDRV_SEQ_TIME_STAMP_TICK) { in compare_timestamp_rel()
205 if ((ev->flags & SNDRV_SEQ_TIME_STAMP_MASK) == SNDRV_SEQ_TIME_STAMP_TICK) in event_is_ready()
260 switch (cell->event.flags & SNDRV_SEQ_TIME_STAMP_MASK) { in prioq_match()
H A Dseq_queue.c312 switch (cell->event.flags & SNDRV_SEQ_TIME_STAMP_MASK) { in snd_seq_enqueue_event()
326 switch (cell->event.flags & SNDRV_SEQ_TIME_STAMP_MASK) { in snd_seq_enqueue_event()
H A Dseq_clientmgr.c579 event->flags &= ~SNDRV_SEQ_TIME_STAMP_MASK; in update_timestamp_of_queue()
888 switch (ev->flags & SNDRV_SEQ_TIME_STAMP_MASK) { in snd_seq_dispatch_event()
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_prioq.c89 if ((a->flags & SNDRV_SEQ_TIME_STAMP_MASK) == SNDRV_SEQ_TIME_STAMP_TICK) { in compare_timestamp()
106 if ((a->flags & SNDRV_SEQ_TIME_STAMP_MASK) == SNDRV_SEQ_TIME_STAMP_TICK) { in compare_timestamp_rel()
205 if ((ev->flags & SNDRV_SEQ_TIME_STAMP_MASK) == SNDRV_SEQ_TIME_STAMP_TICK) in event_is_ready()
260 switch (cell->event.flags & SNDRV_SEQ_TIME_STAMP_MASK) { in prioq_match()
H A Dseq_queue.c313 switch (cell->event.flags & SNDRV_SEQ_TIME_STAMP_MASK) { in snd_seq_enqueue_event()
327 switch (cell->event.flags & SNDRV_SEQ_TIME_STAMP_MASK) { in snd_seq_enqueue_event()
H A Dseq_clientmgr.c612 event->flags &= ~SNDRV_SEQ_TIME_STAMP_MASK; in update_timestamp_of_queue()
870 switch (ev->flags & SNDRV_SEQ_TIME_STAMP_MASK) { in snd_seq_dispatch_event()
/kernel/linux/linux-5.10/include/sound/
H A Dasequencer.h59 #define snd_seq_ev_timestamp_type(ev) ((ev)->flags & SNDRV_SEQ_TIME_STAMP_MASK)
/kernel/linux/linux-6.6/include/sound/
H A Dasequencer.h59 #define snd_seq_ev_timestamp_type(ev) ((ev)->flags & SNDRV_SEQ_TIME_STAMP_MASK)
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dasequencer.h178 #define SNDRV_SEQ_TIME_STAMP_MASK (1<<0) macro
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dasequencer.h162 #define SNDRV_SEQ_TIME_STAMP_MASK (1<<0) macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasequencer.h88 #define SNDRV_SEQ_TIME_STAMP_MASK (1<<0) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dasequencer.h98 #define SNDRV_SEQ_TIME_STAMP_MASK (1 << 0) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dasequencer.h98 #define SNDRV_SEQ_TIME_STAMP_MASK (1 << 0) macro

Completed in 18 milliseconds