Searched refs:snd_seq_client (Results 1 – 9 of 9) sorted by relevance
| /linux/sound/core/seq/ |
| A D | seq_ports.h | 87 struct snd_seq_client; 93 struct snd_seq_client_port *snd_seq_port_query_nearest(struct snd_seq_client *client, 100 int snd_seq_create_port(struct snd_seq_client *client, int port_index, 104 int snd_seq_delete_port(struct snd_seq_client *client, int port); 107 int snd_seq_delete_all_ports(struct snd_seq_client *client); 118 int snd_seq_port_connect(struct snd_seq_client *caller, 119 struct snd_seq_client *s, struct snd_seq_client_port *sp, 120 struct snd_seq_client *d, struct snd_seq_client_port *dp, 124 int snd_seq_port_disconnect(struct snd_seq_client *caller, 125 struct snd_seq_client *s, struct snd_seq_client_port *sp, [all …]
|
| 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()
|
| 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() 531 struct snd_seq_client *dest; in get_event_dest_client() 1188 struct snd_seq_client *cptr; in snd_seq_ioctl_running_mode() 1251 struct snd_seq_client *cptr; in snd_seq_ioctl_get_client_info() 1380 struct snd_seq_client *cptr; in snd_seq_ioctl_get_port_info() 1853 struct snd_seq_client *cptr; in snd_seq_ioctl_get_client_pool() [all …]
|
| A D | seq_ports.c | 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) in get_client_port() 221 struct snd_seq_client *c; in clear_subscriber_list() 250 static int port_delete(struct snd_seq_client *client, in port_delete() 426 static int subscribe_port(struct snd_seq_client *client, in subscribe_port() 451 static int unsubscribe_port(struct snd_seq_client *client, in unsubscribe_port() 575 struct snd_seq_client *src_client, in snd_seq_port_connect() 577 struct snd_seq_client *dest_client, in snd_seq_port_connect() 619 struct snd_seq_client *src_client, in snd_seq_port_disconnect() [all …]
|
| 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,
|
| 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() 74 struct snd_seq_client *client = file->private_data; in snd_seq_ioctl_compat()
|
| 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() 1132 static int cvt_to_ump_midi1(struct snd_seq_client *dest, in cvt_to_ump_midi1() 1166 static int cvt_to_ump_midi2(struct snd_seq_client *dest, in cvt_to_ump_midi2() 1214 static int cvt_sysex_to_ump(struct snd_seq_client *dest, in cvt_sysex_to_ump() 1273 int snd_seq_deliver_to_ump(struct snd_seq_client *source, in snd_seq_deliver_to_ump() [all …]
|
| A D | seq_ump_client.c | 352 struct snd_seq_client *cptr; in setup_client_midi_version() 367 struct snd_seq_client *cptr; in setup_client_group_filter() 428 struct snd_seq_client *cptr; in snd_seq_ump_probe()
|
| A D | seq_dummy.c | 162 struct snd_seq_client *client; in register_client()
|
Completed in 22 milliseconds