Searched refs:is_write_mode (Results 1 – 6 of 6) sorted by relevance
84 if (! is_write_mode(dp->file_mode) || dp->writeq == NULL) in snd_seq_oss_ioctl()107 if (! is_write_mode(dp->file_mode) || dp->writeq == NULL) in snd_seq_oss_ioctl()148 if (! is_write_mode(dp->file_mode)) in snd_seq_oss_ioctl()172 if (! is_write_mode(dp->file_mode)) in snd_seq_oss_ioctl()
89 if (! is_write_mode(dp->file_mode) || dp->writeq == NULL) in snd_seq_oss_write()195 if (dp->writeq && is_write_mode(dp->file_mode)) { in snd_seq_oss_poll()
131 #define is_write_mode(mode) ((mode) & SNDRV_SEQ_OSS_FILE_WRITE) macro
240 if (is_write_mode(dp->file_mode)) { in snd_seq_oss_open()
67 if (! is_write_mode(dp->file_mode)) in snd_seq_oss_process_event()
331 if (is_write_mode(fmode)) in snd_seq_oss_midi_open()