Searched refs:PERM_READ (Results 1 – 1 of 1) sorted by relevance
125 #define PERM_READ (SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ) macro140 (pinfo->capability & PERM_READ) != PERM_READ) in snd_seq_oss_midi_check_new_port()324 perm |= PERM_READ; in snd_seq_oss_midi_open()344 if (perm & PERM_READ) { in snd_seq_oss_midi_open()351 mdev->opened |= PERM_READ; in snd_seq_oss_midi_open()384 if (mdev->opened & PERM_READ) { in snd_seq_oss_midi_close()412 if (mdev->opened & PERM_READ) in snd_seq_oss_midi_filemode()495 if (!(mdev->opened & PERM_READ)) in snd_seq_oss_midi_input()636 val &= PERM_READ|PERM_WRITE; in capmode_str()637 if (val == (PERM_READ|PERM_WRITE)) in capmode_str()[all …]