Home
last modified time | relevance | path

Searched refs:snd_seq_client_port (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/core/seq/
Dseq_ports.h60 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 …]
Dseq_ports.c59 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()
128 struct snd_seq_client_port *snd_seq_create_port(struct snd_seq_client *client, in snd_seq_create_port()
132 struct snd_seq_client_port *new_port, *p; in snd_seq_create_port()
180 struct snd_seq_client_port *port,
184 struct snd_seq_client_port *port,
189 static struct snd_seq_client_port *get_client_port(struct snd_seq_addr *addr, in get_client_port()
192 struct snd_seq_client_port *p; in get_client_port()
[all …]
Dseq_clientmgr.c471 static int check_port_perm(struct snd_seq_client_port *port, unsigned int flags) in check_port_perm()
589 struct snd_seq_client_port *dest_port = NULL; in snd_seq_deliver_single_event()
652 struct snd_seq_client_port *src_port; in deliver_to_subscribers()
708 struct snd_seq_client_port *port; in port_broadcast_event()
931 struct snd_seq_client_port *src_port = snd_seq_port_use_ptr(client, event->source.port); in snd_seq_client_enqueue_event()
1271 struct snd_seq_client_port *port; in snd_seq_ioctl_create_port()
1338 struct snd_seq_client_port *port; in snd_seq_ioctl_get_port_info()
1365 struct snd_seq_client_port *port; in snd_seq_ioctl_set_port_info()
1385 struct snd_seq_client_port *sport, in check_subscription_permission()
1386 struct snd_seq_client_port *dport, in check_subscription_permission()
[all …]