Searched refs:is_read_mode (Results 1 – 5 of 5) sorted by relevance
115 if (dp->readq == NULL || ! is_read_mode(dp->file_mode)) in snd_seq_oss_ioctl()173 if (dp->readq == NULL || !is_read_mode(dp->file_mode)) in snd_seq_oss_ioctl()
52 if (readq == NULL || ! is_read_mode(dp->file_mode)) in snd_seq_oss_read()205 if (dp->readq && is_read_mode(dp->file_mode)) { in snd_seq_oss_poll()
244 if (is_read_mode(dp->file_mode)) { in snd_seq_oss_open()275 else if (is_read_mode(dp->file_mode)) in snd_seq_oss_open()513 if (is_read_mode(dp->file_mode) && dp->readq) in snd_seq_oss_system_info_read()
142 #define is_read_mode(mode) ((mode) & SNDRV_SEQ_OSS_FILE_READ) macro
346 if (is_read_mode(fmode)) in snd_seq_oss_midi_open()