Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_PORT_CAP_READ (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_system.c131 port->capability |= SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ; /* for broadcast */ in snd_seq_system_client_init()
144 port->capability = SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ; /* for broadcast only */ in snd_seq_system_client_init()
H A Dseq_midi.c361 port->capability |= SNDRV_SEQ_PORT_CAP_READ | SNDRV_SEQ_PORT_CAP_SYNC_READ | SNDRV_SEQ_PORT_CAP_SUBS_READ; in snd_seq_midisynth_probe()
362 if ((port->capability & (SNDRV_SEQ_PORT_CAP_WRITE|SNDRV_SEQ_PORT_CAP_READ)) == (SNDRV_SEQ_PORT_CAP_WRITE|SNDRV_SEQ_PORT_CAP_READ) && in snd_seq_midisynth_probe()
H A Dseq_dummy.c125 pinfo.capability = SNDRV_SEQ_PORT_CAP_READ | SNDRV_SEQ_PORT_CAP_SUBS_READ; in create_port()
H A Dseq_virmidi.c375 pinfo->capability |= SNDRV_SEQ_PORT_CAP_READ | SNDRV_SEQ_PORT_CAP_SYNC_READ | SNDRV_SEQ_PORT_CAP_SUBS_READ; in snd_virmidi_dev_attach_seq()
H A Dseq_clientmgr.c1405 #define PERM_RD (SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ)
2416 #define FLAG_PERM_RD(perm) ((perm) & SNDRV_SEQ_PORT_CAP_READ ? ((perm) & SNDRV_SEQ_PORT_CAP_SUBS_READ ? 'R' : 'r') : '-')
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_system.c132 port->capability |= SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ; /* for broadcast */ in snd_seq_system_client_init()
145 port->capability = SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ; /* for broadcast only */ in snd_seq_system_client_init()
H A Dseq_midi.c372 port->capability |= SNDRV_SEQ_PORT_CAP_READ | SNDRV_SEQ_PORT_CAP_SYNC_READ | SNDRV_SEQ_PORT_CAP_SUBS_READ; in snd_seq_midisynth_probe()
373 if ((port->capability & (SNDRV_SEQ_PORT_CAP_WRITE|SNDRV_SEQ_PORT_CAP_READ)) == (SNDRV_SEQ_PORT_CAP_WRITE|SNDRV_SEQ_PORT_CAP_READ) && in snd_seq_midisynth_probe()
376 if (port->capability & SNDRV_SEQ_PORT_CAP_READ) in snd_seq_midisynth_probe()
H A Dseq_dummy.c126 pinfo.capability = SNDRV_SEQ_PORT_CAP_READ | SNDRV_SEQ_PORT_CAP_SUBS_READ; in create_port()
H A Dseq_ump_client.c192 port->capability |= SNDRV_SEQ_PORT_CAP_READ | in fill_port_info()
351 port->capability |= SNDRV_SEQ_PORT_CAP_READ | in create_ump_endpoint_port()
H A Dseq_virmidi.c393 pinfo->capability |= SNDRV_SEQ_PORT_CAP_READ | SNDRV_SEQ_PORT_CAP_SYNC_READ | SNDRV_SEQ_PORT_CAP_SUBS_READ; in snd_virmidi_dev_attach_seq()
H A Dseq_ports.c368 if (info->capability & SNDRV_SEQ_PORT_CAP_READ) in snd_seq_set_port_info()
H A Dseq_clientmgr.c1426 #define PERM_RD (SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ)
2606 #define FLAG_PERM_RD(perm) ((perm) & SNDRV_SEQ_PORT_CAP_READ ? ((perm) & SNDRV_SEQ_PORT_CAP_SUBS_READ ? 'R' : 'r') : '-')
/kernel/linux/linux-5.10/sound/core/seq/oss/
H A Dseq_oss_init.c309 port.capability = SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_WRITE; /* no subscription */ in create_port()
H A Dseq_oss_midi.c134 #define PERM_READ (SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ)
/kernel/linux/linux-5.10/include/uapi/sound/
H A Dasequencer.h414 #define SNDRV_SEQ_PORT_CAP_READ (1<<0) /* readable from this port */ macro
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dasequencer.h424 #define SNDRV_SEQ_PORT_CAP_READ (1<<0) /* readable from this port */ macro
/kernel/linux/linux-6.6/sound/core/seq/oss/
H A Dseq_oss_init.c308 port.capability = SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_WRITE; /* no subscription */ in create_port()
H A Dseq_oss_midi.c134 #define PERM_READ (SNDRV_SEQ_PORT_CAP_READ|SNDRV_SEQ_PORT_CAP_SUBS_READ)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasequencer.h272 #define SNDRV_SEQ_PORT_CAP_READ (1<<0) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dasequencer.h263 #define SNDRV_SEQ_PORT_CAP_READ (1 << 0) macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dasequencer.h263 #define SNDRV_SEQ_PORT_CAP_READ (1 << 0) macro

Completed in 21 milliseconds