Home
last modified time | relevance | path

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

/Linux-v5.4/sound/core/seq/oss/
Dseq_oss_ioctl.c84 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()
Dseq_oss_rw.c89 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()
Dseq_oss_device.h131 #define is_write_mode(mode) ((mode) & SNDRV_SEQ_OSS_FILE_WRITE) macro
Dseq_oss_init.c240 if (is_write_mode(dp->file_mode)) { in snd_seq_oss_open()
Dseq_oss_event.c67 if (! is_write_mode(dp->file_mode)) in snd_seq_oss_process_event()
Dseq_oss_midi.c331 if (is_write_mode(fmode)) in snd_seq_oss_midi_open()