Home
last modified time | relevance | path

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

/linux/sound/core/seq/oss/
A 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()
A Dseq_oss_rw.c89 if (! is_write_mode(dp->file_mode) || dp->writeq == NULL) in snd_seq_oss_write()
196 if (dp->writeq && is_write_mode(dp->file_mode)) { in snd_seq_oss_poll()
A Dseq_oss_device.h131 #define is_write_mode(mode) ((mode) & SNDRV_SEQ_OSS_FILE_WRITE) macro
A Dseq_oss_init.c240 if (is_write_mode(dp->file_mode)) { in snd_seq_oss_open()
A Dseq_oss_event.c67 if (! is_write_mode(dp->file_mode)) in snd_seq_oss_process_event()
A Dseq_oss_midi.c335 if (is_write_mode(fmode)) in snd_seq_oss_midi_open()

Completed in 10 milliseconds