Searched refs:is_write_mode (Results 1 – 6 of 6) sorted by relevance
97 if (! is_write_mode(dp->file_mode) || dp->writeq == NULL) in snd_seq_oss_ioctl()120 if (! is_write_mode(dp->file_mode) || dp->writeq == NULL) in snd_seq_oss_ioctl()161 if (! is_write_mode(dp->file_mode)) in snd_seq_oss_ioctl()185 if (! is_write_mode(dp->file_mode)) in snd_seq_oss_ioctl()
102 if (! is_write_mode(dp->file_mode) || dp->writeq == NULL) in snd_seq_oss_write()211 if (dp->writeq && is_write_mode(dp->file_mode)) { in snd_seq_oss_poll()
143 #define is_write_mode(mode) ((mode) & SNDRV_SEQ_OSS_FILE_WRITE) macro
253 if (is_write_mode(dp->file_mode)) { in snd_seq_oss_open()
80 if (! is_write_mode(dp->file_mode)) in snd_seq_oss_process_event()
344 if (is_write_mode(fmode)) in snd_seq_oss_midi_open()