Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/seq/oss/
Dseq_oss_ioctl.c97 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()
Dseq_oss_rw.c102 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()
Dseq_oss_device.h143 #define is_write_mode(mode) ((mode) & SNDRV_SEQ_OSS_FILE_WRITE) macro
Dseq_oss_init.c253 if (is_write_mode(dp->file_mode)) { in snd_seq_oss_open()
Dseq_oss_event.c80 if (! is_write_mode(dp->file_mode)) in snd_seq_oss_process_event()
Dseq_oss_midi.c344 if (is_write_mode(fmode)) in snd_seq_oss_midi_open()