Searched refs:snd_seq_client_port (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/sound/core/seq/ |
D | seq_ports.h | 45 struct snd_seq_client_port { struct 80 struct snd_seq_client_port *snd_seq_port_use_ptr(struct snd_seq_client *client, int num); argument 83 struct snd_seq_client_port *snd_seq_port_query_nearest(struct snd_seq_client *client, 90 struct snd_seq_client_port *snd_seq_create_port(struct snd_seq_client *client, int port_index); 99 int snd_seq_set_port_info(struct snd_seq_client_port *port, 103 int snd_seq_get_port_info(struct snd_seq_client_port *port, 108 struct snd_seq_client *s, struct snd_seq_client_port *sp, 109 struct snd_seq_client *d, struct snd_seq_client_port *dp, 114 struct snd_seq_client *s, struct snd_seq_client_port *sp, 115 struct snd_seq_client *d, struct snd_seq_client_port *dp, [all …]
|
D | seq_ports.c | 44 struct snd_seq_client_port *snd_seq_port_use_ptr(struct snd_seq_client *client, in snd_seq_port_use_ptr() 47 struct snd_seq_client_port *port; in snd_seq_port_use_ptr() 67 struct snd_seq_client_port *snd_seq_port_query_nearest(struct snd_seq_client *client, in snd_seq_port_query_nearest() 71 struct snd_seq_client_port *port, *found; in snd_seq_port_query_nearest() 113 struct snd_seq_client_port *snd_seq_create_port(struct snd_seq_client *client, in snd_seq_create_port() 116 struct snd_seq_client_port *new_port, *p; in snd_seq_create_port() 164 struct snd_seq_client_port *port, 168 struct snd_seq_client_port *port, 173 static struct snd_seq_client_port *get_client_port(struct snd_seq_addr *addr, in get_client_port() 176 struct snd_seq_client_port *p; in get_client_port() [all …]
|
D | seq_clientmgr.c | 488 static int check_port_perm(struct snd_seq_client_port *port, unsigned int flags) in check_port_perm() 606 struct snd_seq_client_port *dest_port = NULL; in snd_seq_deliver_single_event() 669 struct snd_seq_client_port *src_port; in deliver_to_subscribers() 725 struct snd_seq_client_port *port; in port_broadcast_event() 948 struct snd_seq_client_port *src_port = snd_seq_port_use_ptr(client, event->source.port); in snd_seq_client_enqueue_event() 1298 struct snd_seq_client_port *port; in snd_seq_ioctl_create_port() 1366 struct snd_seq_client_port *port; in snd_seq_ioctl_get_port_info() 1393 struct snd_seq_client_port *port; in snd_seq_ioctl_set_port_info() 1413 struct snd_seq_client_port *sport, in check_subscription_permission() 1414 struct snd_seq_client_port *dport, in check_subscription_permission() [all …]
|