Searched refs:snd_seq_client_port (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/sound/core/seq/ |
D | seq_ports.h | 60 struct snd_seq_client_port { struct 95 struct snd_seq_client_port *snd_seq_port_use_ptr(struct snd_seq_client *client, int num); argument 98 struct snd_seq_client_port *snd_seq_port_query_nearest(struct snd_seq_client *client, 105 struct snd_seq_client_port *snd_seq_create_port(struct snd_seq_client *client, int port_index); 114 int snd_seq_set_port_info(struct snd_seq_client_port *port, 118 int snd_seq_get_port_info(struct snd_seq_client_port *port, 123 struct snd_seq_client *s, struct snd_seq_client_port *sp, 124 struct snd_seq_client *d, struct snd_seq_client_port *dp, 129 struct snd_seq_client *s, struct snd_seq_client_port *sp, 130 struct snd_seq_client *d, struct snd_seq_client_port *dp, [all …]
|
D | seq_ports.c | 59 struct snd_seq_client_port *snd_seq_port_use_ptr(struct snd_seq_client *client, in snd_seq_port_use_ptr() 62 struct snd_seq_client_port *port; in snd_seq_port_use_ptr() 82 struct snd_seq_client_port *snd_seq_port_query_nearest(struct snd_seq_client *client, in snd_seq_port_query_nearest() 86 struct snd_seq_client_port *port, *found; in snd_seq_port_query_nearest() 126 struct snd_seq_client_port *snd_seq_create_port(struct snd_seq_client *client, in snd_seq_create_port() 130 struct snd_seq_client_port *new_port, *p; in snd_seq_create_port() 177 struct snd_seq_client_port *port, 181 struct snd_seq_client_port *port, 186 static struct snd_seq_client_port *get_client_port(struct snd_seq_addr *addr, in get_client_port() 189 struct snd_seq_client_port *p; in get_client_port() [all …]
|
D | seq_clientmgr.c | 484 static int check_port_perm(struct snd_seq_client_port *port, unsigned int flags) in check_port_perm() 602 struct snd_seq_client_port *dest_port = NULL; in snd_seq_deliver_single_event() 665 struct snd_seq_client_port *src_port; in deliver_to_subscribers() 721 struct snd_seq_client_port *port; in port_broadcast_event() 939 struct snd_seq_client_port *src_port = snd_seq_port_use_ptr(client, event->source.port); in snd_seq_client_enqueue_event() 1260 struct snd_seq_client_port *port; in snd_seq_ioctl_create_port() 1335 struct snd_seq_client_port *port; in snd_seq_ioctl_get_port_info() 1367 struct snd_seq_client_port *port; in snd_seq_ioctl_set_port_info() 1391 struct snd_seq_client_port *sport, in check_subscription_permission() 1392 struct snd_seq_client_port *dport, in check_subscription_permission() [all …]
|