Searched refs:snd_seq_client (Results 1 – 5 of 5) sorted by relevance
/linux/sound/core/seq/ |
A D | seq_ports.h | 77 struct snd_seq_client; 80 struct snd_seq_client_port *snd_seq_port_use_ptr(struct snd_seq_client *client, int num); 83 struct snd_seq_client_port *snd_seq_port_query_nearest(struct snd_seq_client *client, 93 int snd_seq_delete_port(struct snd_seq_client *client, int port); 96 int snd_seq_delete_all_ports(struct snd_seq_client *client); 107 int snd_seq_port_connect(struct snd_seq_client *caller, 108 struct snd_seq_client *s, struct snd_seq_client_port *sp, 109 struct snd_seq_client *d, struct snd_seq_client_port *dp, 113 int snd_seq_port_disconnect(struct snd_seq_client *caller, 114 struct snd_seq_client *s, struct snd_seq_client_port *sp, [all …]
|
A D | seq_clientmgr.c | 106 struct snd_seq_client *client; in snd_seq_client_use_ptr() 173 struct snd_seq_client *client; in snd_seq_client_ioctl_lock() 187 struct snd_seq_client *client; in snd_seq_client_ioctl_unlock() 227 struct snd_seq_client *client; in seq_create_client1() 322 struct snd_seq_client *client; in snd_seq_open() 504 struct snd_seq_client *dest; in get_event_dest_client() 1194 struct snd_seq_client *cptr; in snd_seq_ioctl_running_mode() 1255 struct snd_seq_client *cptr; in snd_seq_ioctl_get_client_info() 1367 struct snd_seq_client *cptr; in snd_seq_ioctl_get_port_info() 1836 struct snd_seq_client *cptr; in snd_seq_ioctl_get_client_pool() [all …]
|
A D | seq_ports.c | 163 static int subscribe_port(struct snd_seq_client *client, 167 static int unsubscribe_port(struct snd_seq_client *client, 174 struct snd_seq_client **cp) in get_client_port() 216 struct snd_seq_client *c; in clear_subscriber_list() 245 static int port_delete(struct snd_seq_client *client, in port_delete() 400 static int subscribe_port(struct snd_seq_client *client, in subscribe_port() 425 static int unsubscribe_port(struct snd_seq_client *client, in unsubscribe_port() 555 struct snd_seq_client *src_client, in snd_seq_port_connect() 557 struct snd_seq_client *dest_client, in snd_seq_port_connect() 599 struct snd_seq_client *src_client, in snd_seq_port_disconnect() [all …]
|
A D | seq_clientmgr.h | 34 struct snd_seq_client { struct 73 struct snd_seq_client *snd_seq_client_use_ptr(int clientid); argument
|
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()
|
Completed in 13 milliseconds