Searched refs:dport (Results 1 – 1 of 1) sorted by relevance
/sound/core/seq/ |
D | seq_clientmgr.c | 1398 struct snd_seq_client_port *dport, in check_subscription_permission() argument 1406 if (check_port_perm(dport, SNDRV_SEQ_PORT_CAP_NO_EXPORT)) in check_subscription_permission() 1420 if (! check_port_perm(dport, PERM_WR)) in check_subscription_permission() 1453 struct snd_seq_client_port *sport = NULL, *dport = NULL; in snd_seq_ioctl_subscribe_port() local 1465 if ((dport = snd_seq_port_use_ptr(receiver, subs.dest.port)) == NULL) in snd_seq_ioctl_subscribe_port() 1468 result = check_subscription_permission(client, sport, dport, &subs); in snd_seq_ioctl_subscribe_port() 1473 result = snd_seq_port_connect(client, sender, sport, receiver, dport, &subs); in snd_seq_ioctl_subscribe_port() 1480 if (dport) in snd_seq_ioctl_subscribe_port() 1481 snd_seq_port_unlock(dport); in snd_seq_ioctl_subscribe_port() 1498 struct snd_seq_client_port *sport = NULL, *dport = NULL; in snd_seq_ioctl_unsubscribe_port() local [all …]
|