Lines Matching refs:snd_seq_t
42 static int snd_seq_hw_close(snd_seq_t *seq)
55 static int snd_seq_hw_nonblock(snd_seq_t *seq, int nonblock)
75 static int snd_seq_hw_client_id(snd_seq_t *seq)
86 static int snd_seq_hw_system_info(snd_seq_t *seq, snd_seq_system_info_t * info)
96 static void update_midi_version(snd_seq_t *seq, snd_seq_client_info_t *info)
110 static int snd_seq_hw_get_client_info(snd_seq_t *seq, snd_seq_client_info_t * info)
124 static int snd_seq_hw_set_client_info(snd_seq_t *seq, snd_seq_client_info_t * info)
136 static int snd_seq_hw_get_ump_info(snd_seq_t *seq, int client, int type, void *info)
158 static int snd_seq_hw_set_ump_info(snd_seq_t *seq, int type, const void *info)
181 static int snd_seq_hw_create_port(snd_seq_t *seq, snd_seq_port_info_t * port)
191 static int snd_seq_hw_delete_port(snd_seq_t *seq, snd_seq_port_info_t * port)
201 static int snd_seq_hw_get_port_info(snd_seq_t *seq, snd_seq_port_info_t * info)
211 static int snd_seq_hw_set_port_info(snd_seq_t *seq, snd_seq_port_info_t * info)
221 static int snd_seq_hw_get_port_subscription(snd_seq_t *seq, snd_seq_port_subscribe_t * sub)
231 static int snd_seq_hw_subscribe_port(snd_seq_t *seq, snd_seq_port_subscribe_t * sub)
241 static int snd_seq_hw_unsubscribe_port(snd_seq_t *seq, snd_seq_port_subscribe_t * sub)
251 static int snd_seq_hw_query_port_subscribers(snd_seq_t *seq, snd_seq_query_subscribe_t * subs)
261 static int snd_seq_hw_get_queue_status(snd_seq_t *seq, snd_seq_queue_status_t * status)
271 static int snd_seq_hw_get_queue_tempo(snd_seq_t *seq, snd_seq_queue_tempo_t * tempo)
281 static int snd_seq_hw_set_queue_tempo(snd_seq_t *seq, snd_seq_queue_tempo_t * tempo)
291 static int snd_seq_hw_get_queue_timer(snd_seq_t *seq, snd_seq_queue_timer_t * timer)
301 static int snd_seq_hw_set_queue_timer(snd_seq_t *seq, snd_seq_queue_timer_t * timer)
311 static int snd_seq_hw_get_queue_client(snd_seq_t *seq, snd_seq_queue_client_t * info)
321 static int snd_seq_hw_set_queue_client(snd_seq_t *seq, snd_seq_queue_client_t * info)
331 static int snd_seq_hw_create_queue(snd_seq_t *seq, snd_seq_queue_info_t *info)
341 static int snd_seq_hw_delete_queue(snd_seq_t *seq, snd_seq_queue_info_t *info)
351 static int snd_seq_hw_get_queue_info(snd_seq_t *seq, snd_seq_queue_info_t *info)
361 static int snd_seq_hw_set_queue_info(snd_seq_t *seq, snd_seq_queue_info_t *info)
371 static int snd_seq_hw_get_named_queue(snd_seq_t *seq, snd_seq_queue_info_t *info)
381 static ssize_t snd_seq_hw_write(snd_seq_t *seq, void *buf, size_t len)
390 static ssize_t snd_seq_hw_read(snd_seq_t *seq, void *buf, size_t len)
399 static int snd_seq_hw_remove_events(snd_seq_t *seq, snd_seq_remove_events_t *rmp)
409 static int snd_seq_hw_get_client_pool(snd_seq_t *seq, snd_seq_client_pool_t *info)
419 static int snd_seq_hw_set_client_pool(snd_seq_t *seq, snd_seq_client_pool_t *info)
429 static int snd_seq_hw_query_next_client(snd_seq_t *seq, snd_seq_client_info_t *info)
443 static int snd_seq_hw_query_next_port(snd_seq_t *seq, snd_seq_port_info_t *info)
490 int snd_seq_hw_open(snd_seq_t **handle, const char *name, int streams, int mode)
494 snd_seq_t *seq;
552 seq = calloc(1, sizeof(snd_seq_t));
617 int _snd_seq_hw_open(snd_seq_t **handlep, char *name,