Home
last modified time | relevance | path

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

/linux/sound/core/seq/
A Dseq_clientmgr.c75 static inline unsigned short snd_seq_file_flags(struct file *file) in snd_seq_file_flags() function
337 mode = snd_seq_file_flags(file); in snd_seq_open()
409 if (!(snd_seq_file_flags(file) & SNDRV_SEQ_LFLG_INPUT)) in snd_seq_read()
1030 if (!(snd_seq_file_flags(file) & SNDRV_SEQ_LFLG_OUTPUT)) in snd_seq_write()
1134 if ((snd_seq_file_flags(file) & SNDRV_SEQ_LFLG_INPUT) && in snd_seq_poll()
1142 if (snd_seq_file_flags(file) & SNDRV_SEQ_LFLG_OUTPUT) { in snd_seq_poll()

Completed in 7 milliseconds