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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_ioctl.c99 if (! is_write_mode(dp->file_mode) || dp->writeq == NULL)
126 if (! is_write_mode(dp->file_mode) || dp->writeq == NULL)
177 if (! is_write_mode(dp->file_mode))
203 if (! is_write_mode(dp->file_mode))
H A Dseq_oss_rw.c102 if (! is_write_mode(dp->file_mode) || dp->writeq == NULL)
210 if (dp->writeq && is_write_mode(dp->file_mode)) {
H A Dseq_oss_device.h149 #define is_write_mode(mode) ((mode) & SNDRV_SEQ_OSS_FILE_WRITE) macro
H A Dseq_oss_init.c246 if (is_write_mode(dp->file_mode)) {
450 if (is_write_mode(dp->file_mode) && !is_nonblock_mode(dp->file_mode) &&
H A Dseq_oss_event.c79 if (! is_write_mode(dp->file_mode))
H A Dseq_oss_midi.c344 if (is_write_mode(fmode))

Completed in 157 milliseconds