Searched refs:PERM_READ (Results 1 – 1 of 1) sorted by relevance
145 #define PERM_READ (SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ) macro161 (pinfo->capability & PERM_READ) != PERM_READ) in snd_seq_oss_midi_check_new_port()345 perm |= PERM_READ; in snd_seq_oss_midi_open()369 if (perm & PERM_READ) { in snd_seq_oss_midi_open()376 mdev->opened |= PERM_READ; in snd_seq_oss_midi_open()412 if (mdev->opened & PERM_READ) { in snd_seq_oss_midi_close()441 if (mdev->opened & PERM_READ) in snd_seq_oss_midi_filemode()527 if (! (mdev->opened & PERM_READ)) { in snd_seq_oss_midi_input()675 val &= PERM_READ|PERM_WRITE; in capmode_str()676 if (val == (PERM_READ|PERM_WRITE)) in capmode_str()[all …]