Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/core/seq/oss/
A Dseq_oss_midi.c132 #define PERM_WRITE (SNDRV_SEQ_PORT_CAP_WRITE|SNDRV_SEQ_PORT_CAP_SUBS_WRITE) macro
148 if ((pinfo->capability & PERM_WRITE) != PERM_WRITE && in snd_seq_oss_midi_check_new_port()
338 perm |= PERM_WRITE; in snd_seq_oss_midi_open()
357 if (perm & PERM_WRITE) { in snd_seq_oss_midi_open()
362 mdev->opened |= PERM_WRITE; in snd_seq_oss_midi_open()
402 if (mdev->opened & PERM_WRITE) { in snd_seq_oss_midi_close()
436 if (mdev->opened & PERM_WRITE) in snd_seq_oss_midi_filemode()
462 if (mdev->opened & PERM_WRITE) { in snd_seq_oss_midi_reset()
676 val &= PERM_READ|PERM_WRITE; in capmode_str()
677 if (val == (PERM_READ|PERM_WRITE)) in capmode_str()
[all …]

Completed in 4 milliseconds