Home
last modified time | relevance | path

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

/Linux-v6.6/sound/core/seq/
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 *caller,
[all …]
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) in snd_seq_write_pool_allocated()
99 static struct snd_seq_client *clientptr(int clientid) in clientptr()
109 struct snd_seq_client *snd_seq_client_use_ptr(int clientid) in snd_seq_client_use_ptr()
112 struct snd_seq_client *client; in snd_seq_client_use_ptr()
177 struct snd_seq_client *client; in snd_seq_client_ioctl_lock()
191 struct snd_seq_client *client; in snd_seq_client_ioctl_unlock()
[all …]
Dseq_clientmgr.h33 struct snd_seq_client { struct
79 struct snd_seq_client *snd_seq_client_use_ptr(int clientid); argument
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) in snd_seq_client_is_ump()
111 static inline bool snd_seq_client_is_midi2(struct snd_seq_client *c) in snd_seq_client_is_midi2()
Dseq_ports.c44 struct snd_seq_client_port *snd_seq_port_use_ptr(struct snd_seq_client *client, 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()
117 int snd_seq_create_port(struct snd_seq_client *client, int port, in snd_seq_create_port()
175 static int subscribe_port(struct snd_seq_client *client,
179 static int unsubscribe_port(struct snd_seq_client *client,
186 struct snd_seq_client **cp) in get_client_port()
201 static void delete_and_unsubscribe_port(struct snd_seq_client *client,
219 static void clear_subscriber_list(struct snd_seq_client *client, in clear_subscriber_list()
228 struct snd_seq_client *c; in clear_subscriber_list()
257 static int port_delete(struct snd_seq_client *client, in port_delete()
[all …]
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,
Dseq_compat.c31 static int snd_seq_call_port_info_ioctl(struct snd_seq_client *client, unsigned int cmd, in snd_seq_call_port_info_ioctl()
76 struct snd_seq_client *client = file->private_data; in snd_seq_ioctl_compat()
Dseq_ump_convert.c362 static int cvt_ump_midi1_to_midi2(struct snd_seq_client *dest, in cvt_ump_midi1_to_midi2()
413 static int cvt_ump_midi2_to_midi1(struct snd_seq_client *dest, in cvt_ump_midi2_to_midi1()
466 static int cvt_ump_to_any(struct snd_seq_client *dest, in cvt_ump_to_any()
513 static int deliver_with_group_convert(struct snd_seq_client *dest, in deliver_with_group_convert()
531 static bool ump_event_filtered(struct snd_seq_client *dest, in ump_event_filtered()
544 int snd_seq_deliver_from_ump(struct snd_seq_client *source, in snd_seq_deliver_from_ump()
545 struct snd_seq_client *dest, in snd_seq_deliver_from_ump()
1062 static int cvt_to_ump_midi1(struct snd_seq_client *dest, in cvt_to_ump_midi1()
1096 static int cvt_to_ump_midi2(struct snd_seq_client *dest, in cvt_to_ump_midi2()
1144 static int cvt_sysex_to_ump(struct snd_seq_client *dest, in cvt_sysex_to_ump()
[all …]
Dseq_ump_client.c407 struct snd_seq_client *cptr; in setup_client_midi_version()
422 struct snd_seq_client *cptr; in setup_client_group_filter()
484 struct snd_seq_client *cptr; in snd_seq_ump_probe()
Dseq_dummy.c155 struct snd_seq_client *client; in register_client()