Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/core/seq/oss/
A Dseq_oss_ioctl.c102 if (dp->readq == NULL || ! is_read_mode(dp->file_mode)) in snd_seq_oss_ioctl()
160 if (dp->readq == NULL || !is_read_mode(dp->file_mode)) in snd_seq_oss_ioctl()
A Dseq_oss_rw.c39 if (readq == NULL || ! is_read_mode(dp->file_mode)) in snd_seq_oss_read()
190 if (dp->readq && is_read_mode(dp->file_mode)) { in snd_seq_oss_poll()
A Dseq_oss_init.c230 if (is_read_mode(dp->file_mode)) { in snd_seq_oss_open()
261 else if (is_read_mode(dp->file_mode)) in snd_seq_oss_open()
501 if (is_read_mode(dp->file_mode) && dp->readq) in snd_seq_oss_system_info_read()
A Dseq_oss_device.h130 #define is_read_mode(mode) ((mode) & SNDRV_SEQ_OSS_FILE_READ) macro
A Dseq_oss_midi.c339 if (is_read_mode(fmode)) in snd_seq_oss_midi_open()

Completed in 7 milliseconds