Lines Matching defs:client

93 static inline int snd_seq_write_pool_allocated(struct snd_seq_client *client)  in snd_seq_write_pool_allocated()
112 struct snd_seq_client *client; in client_use_ptr() local
191 struct snd_seq_client *client; in snd_seq_client_ioctl_lock() local
205 struct snd_seq_client *client; in snd_seq_client_ioctl_unlock() local
245 struct snd_seq_client *client; in seq_create_client1() local
290 static int seq_free_client1(struct snd_seq_client *client) in seq_free_client1()
310 static void seq_free_client(struct snd_seq_client * client) in seq_free_client()
341 struct snd_seq_client *client; in snd_seq_open() local
398 struct snd_seq_client *client = file->private_data; in snd_seq_release() local
414 static bool event_is_compatible(const struct snd_seq_client *client, in event_is_compatible()
434 struct snd_seq_client *client = file->private_data; in snd_seq_read() local
577 static int bounce_error_event(struct snd_seq_client *client, in bounce_error_event()
666 static int snd_seq_deliver_single_event(struct snd_seq_client *client, in snd_seq_deliver_single_event()
733 static int __deliver_to_subscribers(struct snd_seq_client *client, in __deliver_to_subscribers()
789 static int deliver_to_subscribers(struct snd_seq_client *client, in deliver_to_subscribers()
829 static int snd_seq_deliver_event(struct snd_seq_client *client, struct snd_seq_event *event, in snd_seq_deliver_event()
867 struct snd_seq_client *client; in snd_seq_dispatch_event() local
938 static int snd_seq_client_enqueue_event(struct snd_seq_client *client, in snd_seq_client_enqueue_event()
1029 struct snd_seq_client *client = file->private_data; in snd_seq_write() local
1149 struct snd_seq_client *client = file->private_data; in snd_seq_poll() local
1177 static int snd_seq_ioctl_pversion(struct snd_seq_client *client, void *arg) in snd_seq_ioctl_pversion()
1185 static int snd_seq_ioctl_user_pversion(struct snd_seq_client *client, void *arg) in snd_seq_ioctl_user_pversion()
1191 static int snd_seq_ioctl_client_id(struct snd_seq_client *client, void *arg) in snd_seq_ioctl_client_id()
1200 static int snd_seq_ioctl_system_info(struct snd_seq_client *client, void *arg) in snd_seq_ioctl_system_info()
1218 static int snd_seq_ioctl_running_mode(struct snd_seq_client *client, void *arg) in snd_seq_ioctl_running_mode()
1280 static int snd_seq_ioctl_get_client_info(struct snd_seq_client *client, in snd_seq_ioctl_get_client_info()
1299 static int snd_seq_ioctl_set_client_info(struct snd_seq_client *client, in snd_seq_ioctl_set_client_info()
1343 static int snd_seq_ioctl_create_port(struct snd_seq_client *client, void *arg) in snd_seq_ioctl_create_port()
1398 static int snd_seq_ioctl_delete_port(struct snd_seq_client *client, void *arg) in snd_seq_ioctl_delete_port()
1420 static int snd_seq_ioctl_get_port_info(struct snd_seq_client *client, void *arg) in snd_seq_ioctl_get_port_info()
1448 static int snd_seq_ioctl_set_port_info(struct snd_seq_client *client, void *arg) in snd_seq_ioctl_set_port_info()
1473 static int check_subscription_permission(struct snd_seq_client *client, in check_subscription_permission()
1507 int snd_seq_client_notify_subscription(int client, int port, in snd_seq_client_notify_subscription()
1525 static int snd_seq_ioctl_subscribe_port(struct snd_seq_client *client, in snd_seq_ioctl_subscribe_port()
1571 static int snd_seq_ioctl_unsubscribe_port(struct snd_seq_client *client, in snd_seq_ioctl_unsubscribe_port()
1614 static int snd_seq_ioctl_create_queue(struct snd_seq_client *client, void *arg) in snd_seq_ioctl_create_queue()
1637 static int snd_seq_ioctl_delete_queue(struct snd_seq_client *client, void *arg) in snd_seq_ioctl_delete_queue()
1645 static int snd_seq_ioctl_get_queue_info(struct snd_seq_client *client, in snd_seq_ioctl_get_queue_info()
1666 static int snd_seq_ioctl_set_queue_info(struct snd_seq_client *client, in snd_seq_ioctl_set_queue_info()
1699 static int snd_seq_ioctl_get_named_queue(struct snd_seq_client *client, in snd_seq_ioctl_get_named_queue()
1717 static int snd_seq_ioctl_get_queue_status(struct snd_seq_client *client, in snd_seq_ioctl_get_queue_status()
1746 static int snd_seq_ioctl_get_queue_tempo(struct snd_seq_client *client, in snd_seq_ioctl_get_queue_tempo()
1774 int snd_seq_set_queue_tempo(int client, struct snd_seq_queue_tempo *tempo) in snd_seq_set_queue_tempo()
1782 static int snd_seq_ioctl_set_queue_tempo(struct snd_seq_client *client, in snd_seq_ioctl_set_queue_tempo()
1796 static int snd_seq_ioctl_get_queue_timer(struct snd_seq_client *client, in snd_seq_ioctl_get_queue_timer()
1825 static int snd_seq_ioctl_set_queue_timer(struct snd_seq_client *client, in snd_seq_ioctl_set_queue_timer()
1861 static int snd_seq_ioctl_get_queue_client(struct snd_seq_client *client, in snd_seq_ioctl_get_queue_client()
1878 static int snd_seq_ioctl_set_queue_client(struct snd_seq_client *client, in snd_seq_ioctl_set_queue_client()
1895 static int snd_seq_ioctl_get_client_pool(struct snd_seq_client *client, in snd_seq_ioctl_get_client_pool()
1924 static int snd_seq_ioctl_set_client_pool(struct snd_seq_client *client, in snd_seq_ioctl_set_client_pool()
1969 static int snd_seq_ioctl_remove_events(struct snd_seq_client *client, in snd_seq_ioctl_remove_events()
1996 static int snd_seq_ioctl_get_subscription(struct snd_seq_client *client, in snd_seq_ioctl_get_subscription()
2026 static int snd_seq_ioctl_query_subs(struct snd_seq_client *client, void *arg) in snd_seq_ioctl_query_subs()
2091 static int snd_seq_ioctl_query_next_client(struct snd_seq_client *client, in snd_seq_ioctl_query_next_client()
2119 static int snd_seq_ioctl_query_next_port(struct snd_seq_client *client, in snd_seq_ioctl_query_next_port()
2150 static void free_ump_info(struct snd_seq_client *client) in free_ump_info()
2175 struct snd_seq_client *client) in dump_ump_info()
2208 int client, type, err = 0; in snd_seq_ioctl_client_ump_info() local
2330 struct snd_seq_client *client = file->private_data; in snd_seq_ioctl() local
2412 struct snd_seq_client *client; in snd_seq_create_kernel_client() local
2461 int snd_seq_delete_kernel_client(int client) in snd_seq_delete_kernel_client()
2483 int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event *ev, in snd_seq_kernel_client_enqueue()
2531 int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event * ev, in snd_seq_kernel_client_dispatch()
2576 struct snd_seq_client *client; in snd_seq_kernel_client_ctl() local
2596 struct snd_seq_client *client; in snd_seq_kernel_client_write_poll() local
2680 struct snd_seq_client *client) in snd_seq_info_dump_ports()
2725 struct snd_seq_client *client; in snd_seq_info_clients_read() local