Home
last modified time | relevance | path

Searched refs:snd_seq_client (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/sound/core/seq/
Dseq_ports.h93 struct snd_seq_client;
96 struct snd_seq_client_port *snd_seq_port_use_ptr(struct snd_seq_client *client, int num);
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);
109 int snd_seq_delete_port(struct snd_seq_client *client, int port);
112 int snd_seq_delete_all_ports(struct snd_seq_client *client);
123 int snd_seq_port_connect(struct snd_seq_client *caller,
124 struct snd_seq_client *s, struct snd_seq_client_port *sp,
125 struct snd_seq_client *d, struct snd_seq_client_port *dp,
129 int snd_seq_port_disconnect(struct snd_seq_client *caller,
[all …]
Dseq_clientmgr.c74 static struct snd_seq_client *clienttab[SNDRV_SEQ_MAX_CLIENTS];
80 static int bounce_error_event(struct snd_seq_client *client,
83 static int snd_seq_deliver_single_event(struct snd_seq_client *client,
116 static inline int snd_seq_write_pool_allocated(struct snd_seq_client *client) in snd_seq_write_pool_allocated()
122 static struct snd_seq_client *clientptr(int clientid) in clientptr()
132 struct snd_seq_client *snd_seq_client_use_ptr(int clientid) in snd_seq_client_use_ptr()
135 struct snd_seq_client *client; in snd_seq_client_use_ptr()
218 static struct snd_seq_client *seq_create_client1(int client_index, int poolsize) in seq_create_client1()
222 struct snd_seq_client *client; in seq_create_client1()
265 static int seq_free_client1(struct snd_seq_client *client) in seq_free_client1()
[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()
81 struct snd_seq_client_port *snd_seq_port_query_nearest(struct snd_seq_client *client, 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()
181 static int subscribe_port(struct snd_seq_client *client,
185 static int unsubscribe_port(struct snd_seq_client *client,
192 struct snd_seq_client **cp) in get_client_port()
211 static void clear_subscriber_list(struct snd_seq_client *client, in clear_subscriber_list()
220 struct snd_seq_client *c; in clear_subscriber_list()
258 static int port_delete(struct snd_seq_client *client, in port_delete()
281 int snd_seq_delete_port(struct snd_seq_client *client, int port) in snd_seq_delete_port()
[all …]
Dseq_clientmgr.h47 struct snd_seq_client { struct
85 struct snd_seq_client *snd_seq_client_use_ptr(int clientid); argument
Dseq_compat.c45 static int snd_seq_call_port_info_ioctl(struct snd_seq_client *client, unsigned int cmd, in snd_seq_call_port_info_ioctl()
92 struct snd_seq_client *client = file->private_data; in snd_seq_ioctl_compat()