Searched refs:dport (Results 1 – 1 of 1) sorted by relevance
/sound/core/seq/ |
D | seq_clientmgr.c | 1372 struct snd_seq_client_port *dport, in check_subscription_permission() argument 1380 if (check_port_perm(dport, SNDRV_SEQ_PORT_CAP_NO_EXPORT)) in check_subscription_permission() 1394 if (! check_port_perm(dport, PERM_WR)) in check_subscription_permission() 1427 struct snd_seq_client_port *sport = NULL, *dport = NULL; in snd_seq_ioctl_subscribe_port() local 1439 if ((dport = snd_seq_port_use_ptr(receiver, subs.dest.port)) == NULL) in snd_seq_ioctl_subscribe_port() 1442 result = check_subscription_permission(client, sport, dport, &subs); in snd_seq_ioctl_subscribe_port() 1447 result = snd_seq_port_connect(client, sender, sport, receiver, dport, &subs); in snd_seq_ioctl_subscribe_port() 1454 if (dport) in snd_seq_ioctl_subscribe_port() 1455 snd_seq_port_unlock(dport); in snd_seq_ioctl_subscribe_port() 1472 struct snd_seq_client_port *sport = NULL, *dport = NULL; in snd_seq_ioctl_unsubscribe_port() local [all …]
|