Home
last modified time | relevance | path

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

/linux-2.6.39/sound/core/seq/
Dseq_ports.h60 struct snd_seq_client_port { struct
96 struct snd_seq_client_port *snd_seq_port_use_ptr(struct snd_seq_client *client, int num); argument
99 struct snd_seq_client_port *snd_seq_port_query_nearest(struct snd_seq_client *client,
106 struct snd_seq_client_port *snd_seq_create_port(struct snd_seq_client *client, int port_index);
115 int snd_seq_set_port_info(struct snd_seq_client_port *port,
119 int snd_seq_get_port_info(struct snd_seq_client_port *port,
124 struct snd_seq_client *s, struct snd_seq_client_port *sp,
125 struct snd_seq_client *d, struct snd_seq_client_port *dp,
130 struct snd_seq_client *s, struct snd_seq_client_port *sp,
131 struct snd_seq_client *d, struct snd_seq_client_port *dp,
[all …]
Dseq_ports.c58 struct snd_seq_client_port *snd_seq_port_use_ptr(struct snd_seq_client *client, in snd_seq_port_use_ptr()
61 struct snd_seq_client_port *port; in snd_seq_port_use_ptr()
81 struct snd_seq_client_port *snd_seq_port_query_nearest(struct snd_seq_client *client, in snd_seq_port_query_nearest()
85 struct snd_seq_client_port *port, *found; in snd_seq_port_query_nearest()
125 struct snd_seq_client_port *snd_seq_create_port(struct snd_seq_client *client, in snd_seq_create_port()
129 struct snd_seq_client_port *new_port, *p; in snd_seq_create_port()
182 struct snd_seq_client_port *port,
186 struct snd_seq_client_port *port,
191 static struct snd_seq_client_port *get_client_port(struct snd_seq_addr *addr, in get_client_port()
194 struct snd_seq_client_port *p; in get_client_port()
[all …]
Dseq_clientmgr.c483 static int check_port_perm(struct snd_seq_client_port *port, unsigned int flags) in check_port_perm()
601 struct snd_seq_client_port *dest_port = NULL; in snd_seq_deliver_single_event()
664 struct snd_seq_client_port *src_port; in deliver_to_subscribers()
713 struct snd_seq_client_port *port; in port_broadcast_event()
923 struct snd_seq_client_port *src_port = snd_seq_port_use_ptr(client, event->source.port); in snd_seq_client_enqueue_event()
1244 struct snd_seq_client_port *port; in snd_seq_ioctl_create_port()
1320 struct snd_seq_client_port *port; in snd_seq_ioctl_get_port_info()
1352 struct snd_seq_client_port *port; in snd_seq_ioctl_set_port_info()
1376 struct snd_seq_client_port *sport, in check_subscription_permission()
1377 struct snd_seq_client_port *dport, in check_subscription_permission()
[all …]