Searched refs:sport (Results 1 – 1 of 1) sorted by relevance
/sound/core/seq/ |
D | seq_clientmgr.c | 1413 struct snd_seq_client_port *sport, in check_subscription_permission() argument 1420 if (check_port_perm(sport, SNDRV_SEQ_PORT_CAP_NO_EXPORT)) in check_subscription_permission() 1431 if (! check_port_perm(sport, PERM_RD)) in check_subscription_permission() 1470 struct snd_seq_client_port *sport = NULL, *dport = NULL; in snd_seq_ioctl_subscribe_port() local 1478 sport = snd_seq_port_use_ptr(sender, subs->sender.port); in snd_seq_ioctl_subscribe_port() 1479 if (!sport) in snd_seq_ioctl_subscribe_port() 1485 result = check_subscription_permission(client, sport, dport, subs); in snd_seq_ioctl_subscribe_port() 1490 result = snd_seq_port_connect(client, sender, sport, receiver, dport, subs); in snd_seq_ioctl_subscribe_port() 1495 if (sport) in snd_seq_ioctl_subscribe_port() 1496 snd_seq_port_unlock(sport); in snd_seq_ioctl_subscribe_port() [all …]
|