Searched refs:snd_seq_client (Results 1 - 9 of 9) sorted by relevance

/linux-master/sound/core/seq/
H A Dseq_ump_convert.h11 int snd_seq_deliver_from_ump(struct snd_seq_client *source,
12 struct snd_seq_client *dest,
16 int snd_seq_deliver_to_ump(struct snd_seq_client *source,
17 struct snd_seq_client *dest,
H A Dseq_ports.h95 struct snd_seq_client;
98 struct snd_seq_client_port *snd_seq_port_use_ptr(struct snd_seq_client *client, int num);
101 struct snd_seq_client_port *snd_seq_port_query_nearest(struct snd_seq_client *client,
108 int snd_seq_create_port(struct snd_seq_client *client, int port_index,
112 int snd_seq_delete_port(struct snd_seq_client *client, int port);
115 int snd_seq_delete_all_ports(struct snd_seq_client *client);
126 int snd_seq_port_connect(struct snd_seq_client *caller,
127 struct snd_seq_client *s, struct snd_seq_client_port *sp,
128 struct snd_seq_client *d, struct snd_seq_client_port *dp,
132 int snd_seq_port_disconnect(struct snd_seq_client *calle
[all...]
H A Dseq_clientmgr.h33 struct snd_seq_client { struct
79 struct snd_seq_client *snd_seq_client_use_ptr(int clientid);
91 int __snd_seq_deliver_single_event(struct snd_seq_client *dest,
103 struct snd_seq_client *snd_seq_kernel_client_get(int client);
104 void snd_seq_kernel_client_put(struct snd_seq_client *cptr);
106 static inline bool snd_seq_client_is_ump(struct snd_seq_client *c)
111 static inline bool snd_seq_client_is_midi2(struct snd_seq_client *c)
H A Dseq_ports.c44 struct snd_seq_client_port *snd_seq_port_use_ptr(struct snd_seq_client *client,
65 struct snd_seq_client_port *snd_seq_port_query_nearest(struct snd_seq_client *client,
114 int snd_seq_create_port(struct snd_seq_client *client, int port,
168 static int subscribe_port(struct snd_seq_client *client,
172 static int unsubscribe_port(struct snd_seq_client *client,
179 struct snd_seq_client **cp)
194 static void delete_and_unsubscribe_port(struct snd_seq_client *client,
212 static void clear_subscriber_list(struct snd_seq_client *client,
221 struct snd_seq_client *c;
250 static int port_delete(struct snd_seq_client *clien
[all...]
H A Dseq_clientmgr.c62 static struct snd_seq_client *clienttab[SNDRV_SEQ_MAX_CLIENTS];
68 static int bounce_error_event(struct snd_seq_client *client,
71 static int snd_seq_deliver_single_event(struct snd_seq_client *client,
76 static void free_ump_info(struct snd_seq_client *client);
93 static inline int snd_seq_write_pool_allocated(struct snd_seq_client *client)
99 static struct snd_seq_client *clientptr(int clientid)
109 struct snd_seq_client *snd_seq_client_use_ptr(int clientid)
112 struct snd_seq_client *client;
177 struct snd_seq_client *client;
191 struct snd_seq_client *clien
[all...]
H A Dseq_compat.c31 static int snd_seq_call_port_info_ioctl(struct snd_seq_client *client, unsigned int cmd,
74 struct snd_seq_client *client = file->private_data;
H A Dseq_ump_convert.c362 static int cvt_ump_midi1_to_midi2(struct snd_seq_client *dest,
413 static int cvt_ump_midi2_to_midi1(struct snd_seq_client *dest,
466 static int cvt_ump_to_any(struct snd_seq_client *dest,
513 static int deliver_with_group_convert(struct snd_seq_client *dest,
531 static bool ump_event_filtered(struct snd_seq_client *dest,
544 int snd_seq_deliver_from_ump(struct snd_seq_client *source,
545 struct snd_seq_client *dest,
1062 static int cvt_to_ump_midi1(struct snd_seq_client *dest,
1096 static int cvt_to_ump_midi2(struct snd_seq_client *dest,
1144 static int cvt_sysex_to_ump(struct snd_seq_client *des
[all...]
H A Dseq_dummy.c155 struct snd_seq_client *client;
H A Dseq_ump_client.c395 struct snd_seq_client *cptr;
410 struct snd_seq_client *cptr;
472 struct snd_seq_client *cptr;

Completed in 155 milliseconds