Searched refs:snd_seq_client (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/sound/core/seq/ |
H A D | seq_ports.h | 85 struct snd_seq_client; 91 struct snd_seq_client_port *snd_seq_port_query_nearest(struct snd_seq_client *client, 98 int snd_seq_create_port(struct snd_seq_client *client, int port_index, 102 int snd_seq_delete_port(struct snd_seq_client *client, int port); 105 int snd_seq_delete_all_ports(struct snd_seq_client *client); 116 int snd_seq_port_connect(struct snd_seq_client *caller, 117 struct snd_seq_client *s, struct snd_seq_client_port *sp, 118 struct snd_seq_client *d, struct snd_seq_client_port *dp, 122 int snd_seq_port_disconnect(struct snd_seq_client *caller, 123 struct snd_seq_client *s, struct snd_seq_client_port *sp, [all …]
|
H A D | seq_clientmgr.h | 33 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()
|
H A D | seq_clientmgr.c | 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() 231 struct snd_seq_client *client; in seq_create_client1() 327 struct snd_seq_client *client; in snd_seq_open() 533 struct snd_seq_client *dest; in get_event_dest_client() 1193 struct snd_seq_client *cptr; in snd_seq_ioctl_running_mode() 1256 struct snd_seq_client *cptr; in snd_seq_ioctl_get_client_info() 1385 struct snd_seq_client *cptr; in snd_seq_ioctl_get_port_info() 1854 struct snd_seq_client *cptr; in snd_seq_ioctl_get_client_pool() [all …]
|
H A D | seq_ump_convert.h | 11 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 D | seq_ports.c | 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() 228 struct snd_seq_client *c; in clear_subscriber_list() 257 static int port_delete(struct snd_seq_client *client, in port_delete() 430 static int subscribe_port(struct snd_seq_client *client, in subscribe_port() 455 static int unsubscribe_port(struct snd_seq_client *client, in unsubscribe_port() 585 struct snd_seq_client *src_client, in snd_seq_port_connect() 587 struct snd_seq_client *dest_client, in snd_seq_port_connect() 629 struct snd_seq_client *src_client, in snd_seq_port_disconnect() [all …]
|
H A D | seq_compat.c | 31 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()
|
H A D | seq_ump_convert.c | 362 static int cvt_ump_midi1_to_midi2(struct snd_seq_client *dest, in cvt_ump_midi1_to_midi2() 432 static int cvt_ump_midi2_to_midi1(struct snd_seq_client *dest, in cvt_ump_midi2_to_midi1() 504 static int cvt_ump_to_any(struct snd_seq_client *dest, in cvt_ump_to_any() 569 static bool ump_event_filtered(struct snd_seq_client *dest, in ump_event_filtered() 582 int snd_seq_deliver_from_ump(struct snd_seq_client *source, in snd_seq_deliver_from_ump() 583 struct snd_seq_client *dest, in snd_seq_deliver_from_ump() 1131 static int cvt_to_ump_midi1(struct snd_seq_client *dest, in cvt_to_ump_midi1() 1165 static int cvt_to_ump_midi2(struct snd_seq_client *dest, in cvt_to_ump_midi2() 1213 static int cvt_sysex_to_ump(struct snd_seq_client *dest, in cvt_sysex_to_ump() 1272 int snd_seq_deliver_to_ump(struct snd_seq_client *source, in snd_seq_deliver_to_ump() [all …]
|
H A D | seq_ump_client.c | 423 struct snd_seq_client *cptr; in setup_client_midi_version() 438 struct snd_seq_client *cptr; in setup_client_group_filter() 500 struct snd_seq_client *cptr; in snd_seq_ump_probe()
|
H A D | seq_dummy.c | 155 struct snd_seq_client *client; in register_client()
|