Searched refs:PERM_READ (Results 1 – 1 of 1) sorted by relevance
133 #define PERM_READ (SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ) macro149 (pinfo->capability & PERM_READ) != PERM_READ) in snd_seq_oss_midi_check_new_port()338 perm |= PERM_READ; in snd_seq_oss_midi_open()362 if (perm & PERM_READ) { in snd_seq_oss_midi_open()369 mdev->opened |= PERM_READ; in snd_seq_oss_midi_open()406 if (mdev->opened & PERM_READ) { in snd_seq_oss_midi_close()436 if (mdev->opened & PERM_READ) in snd_seq_oss_midi_filemode()525 if (! (mdev->opened & PERM_READ)) { in snd_seq_oss_midi_input()674 val &= PERM_READ|PERM_WRITE; in capmode_str()675 if (val == (PERM_READ|PERM_WRITE)) in capmode_str()[all …]
Completed in 4 milliseconds