Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/seq/
Dseq_ports.h92 struct snd_seq_client;
95 struct snd_seq_client_port *snd_seq_port_use_ptr(struct snd_seq_client *client, int num);
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);
108 int snd_seq_delete_port(struct snd_seq_client *client, int port);
111 int snd_seq_delete_all_ports(struct snd_seq_client *client);
122 int snd_seq_port_connect(struct snd_seq_client *caller,
123 struct snd_seq_client *s, struct snd_seq_client_port *sp,
124 struct snd_seq_client *d, struct snd_seq_client_port *dp,
128 int snd_seq_port_disconnect(struct snd_seq_client *caller,
[all …]
Dseq_clientmgr.c75 static struct snd_seq_client *clienttab[SNDRV_SEQ_MAX_CLIENTS];
81 static int bounce_error_event(struct snd_seq_client *client,
84 static int snd_seq_deliver_single_event(struct snd_seq_client *client,
102 static inline int snd_seq_write_pool_allocated(struct snd_seq_client *client) in snd_seq_write_pool_allocated()
108 static struct snd_seq_client *clientptr(int clientid) in clientptr()
118 struct snd_seq_client *snd_seq_client_use_ptr(int clientid) in snd_seq_client_use_ptr()
121 struct snd_seq_client *client; in snd_seq_client_use_ptr()
204 static struct snd_seq_client *seq_create_client1(int client_index, int poolsize) in seq_create_client1()
208 struct snd_seq_client *client; in seq_create_client1()
252 static int seq_free_client1(struct snd_seq_client *client) in seq_free_client1()
[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()
82 struct snd_seq_client_port *snd_seq_port_query_nearest(struct snd_seq_client *client, 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()
179 static int subscribe_port(struct snd_seq_client *client,
183 static int unsubscribe_port(struct snd_seq_client *client,
190 struct snd_seq_client **cp) in get_client_port()
205 static void delete_and_unsubscribe_port(struct snd_seq_client *client,
223 static void clear_subscriber_list(struct snd_seq_client *client, in clear_subscriber_list()
232 struct snd_seq_client *c; in clear_subscriber_list()
261 static int port_delete(struct snd_seq_client *client, in port_delete()
[all …]
Dseq_clientmgr.h49 struct snd_seq_client { struct
88 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()
90 struct snd_seq_client *client = file->private_data; in snd_seq_ioctl_compat()