Lines Matching refs:snd_seq_t
43 static int snd_seq_hw_close(snd_seq_t *seq) in snd_seq_hw_close()
56 static int snd_seq_hw_nonblock(snd_seq_t *seq, int nonblock) in snd_seq_hw_nonblock()
76 static int snd_seq_hw_client_id(snd_seq_t *seq) in snd_seq_hw_client_id()
87 static int snd_seq_hw_system_info(snd_seq_t *seq, snd_seq_system_info_t * info) in snd_seq_hw_system_info()
97 static int snd_seq_hw_get_client_info(snd_seq_t *seq, snd_seq_client_info_t * info) in snd_seq_hw_get_client_info()
111 static int snd_seq_hw_set_client_info(snd_seq_t *seq, snd_seq_client_info_t * info) in snd_seq_hw_set_client_info()
121 static int snd_seq_hw_create_port(snd_seq_t *seq, snd_seq_port_info_t * port) in snd_seq_hw_create_port()
131 static int snd_seq_hw_delete_port(snd_seq_t *seq, snd_seq_port_info_t * port) in snd_seq_hw_delete_port()
141 static int snd_seq_hw_get_port_info(snd_seq_t *seq, snd_seq_port_info_t * info) in snd_seq_hw_get_port_info()
151 static int snd_seq_hw_set_port_info(snd_seq_t *seq, snd_seq_port_info_t * info) in snd_seq_hw_set_port_info()
161 static int snd_seq_hw_get_port_subscription(snd_seq_t *seq, snd_seq_port_subscribe_t * sub) in snd_seq_hw_get_port_subscription()
171 static int snd_seq_hw_subscribe_port(snd_seq_t *seq, snd_seq_port_subscribe_t * sub) in snd_seq_hw_subscribe_port()
181 static int snd_seq_hw_unsubscribe_port(snd_seq_t *seq, snd_seq_port_subscribe_t * sub) in snd_seq_hw_unsubscribe_port()
191 static int snd_seq_hw_query_port_subscribers(snd_seq_t *seq, snd_seq_query_subscribe_t * subs) in snd_seq_hw_query_port_subscribers()
201 static int snd_seq_hw_get_queue_status(snd_seq_t *seq, snd_seq_queue_status_t * status) in snd_seq_hw_get_queue_status()
211 static int snd_seq_hw_get_queue_tempo(snd_seq_t *seq, snd_seq_queue_tempo_t * tempo) in snd_seq_hw_get_queue_tempo()
221 static int snd_seq_hw_set_queue_tempo(snd_seq_t *seq, snd_seq_queue_tempo_t * tempo) in snd_seq_hw_set_queue_tempo()
231 static int snd_seq_hw_get_queue_timer(snd_seq_t *seq, snd_seq_queue_timer_t * timer) in snd_seq_hw_get_queue_timer()
241 static int snd_seq_hw_set_queue_timer(snd_seq_t *seq, snd_seq_queue_timer_t * timer) in snd_seq_hw_set_queue_timer()
251 static int snd_seq_hw_get_queue_client(snd_seq_t *seq, snd_seq_queue_client_t * info) in snd_seq_hw_get_queue_client()
261 static int snd_seq_hw_set_queue_client(snd_seq_t *seq, snd_seq_queue_client_t * info) in snd_seq_hw_set_queue_client()
271 static int snd_seq_hw_create_queue(snd_seq_t *seq, snd_seq_queue_info_t *info) in snd_seq_hw_create_queue()
281 static int snd_seq_hw_delete_queue(snd_seq_t *seq, snd_seq_queue_info_t *info) in snd_seq_hw_delete_queue()
291 static int snd_seq_hw_get_queue_info(snd_seq_t *seq, snd_seq_queue_info_t *info) in snd_seq_hw_get_queue_info()
301 static int snd_seq_hw_set_queue_info(snd_seq_t *seq, snd_seq_queue_info_t *info) in snd_seq_hw_set_queue_info()
311 static int snd_seq_hw_get_named_queue(snd_seq_t *seq, snd_seq_queue_info_t *info) in snd_seq_hw_get_named_queue()
321 static ssize_t snd_seq_hw_write(snd_seq_t *seq, void *buf, size_t len) in snd_seq_hw_write()
330 static ssize_t snd_seq_hw_read(snd_seq_t *seq, void *buf, size_t len) in snd_seq_hw_read()
339 static int snd_seq_hw_remove_events(snd_seq_t *seq, snd_seq_remove_events_t *rmp) in snd_seq_hw_remove_events()
349 static int snd_seq_hw_get_client_pool(snd_seq_t *seq, snd_seq_client_pool_t *info) in snd_seq_hw_get_client_pool()
359 static int snd_seq_hw_set_client_pool(snd_seq_t *seq, snd_seq_client_pool_t *info) in snd_seq_hw_set_client_pool()
369 static int snd_seq_hw_query_next_client(snd_seq_t *seq, snd_seq_client_info_t *info) in snd_seq_hw_query_next_client()
383 static int snd_seq_hw_query_next_port(snd_seq_t *seq, snd_seq_port_info_t *info) in snd_seq_hw_query_next_port()
428 int snd_seq_hw_open(snd_seq_t **handle, const char *name, int streams, int mode) in snd_seq_hw_open()
432 snd_seq_t *seq; in snd_seq_hw_open()
485 seq = calloc(1, sizeof(snd_seq_t)); in snd_seq_hw_open()
549 int _snd_seq_hw_open(snd_seq_t **handlep, char *name, in _snd_seq_hw_open()