Searched refs:SNDRV_SEQ_PORT_FLG_GIVEN_PORT (Results 1 – 5 of 5) sorted by relevance
135 port->flags = SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in snd_seq_system_client_init()148 port->flags = SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in snd_seq_system_client_init()
229 port->flags = SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in seq_ump_group_init()295 port->flags = SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in create_ump_endpoint_port()
345 port->flags = SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in snd_seq_midisynth_probe()
1347 if (info->flags & SNDRV_SEQ_PORT_FLG_GIVEN_PORT) in snd_seq_ioctl_create_port()
460 #define SNDRV_SEQ_PORT_FLG_GIVEN_PORT (1<<0) macro