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()
228 port->flags |= SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in seq_ump_group_init()294 port->flags = SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in create_ump_endpoint_port()
338 port->flags = SNDRV_SEQ_PORT_FLG_GIVEN_PORT; in snd_seq_midisynth_probe()
1316 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