Searched refs:snd_seq_pool (Results 1 – 6 of 6) sorted by relevance
/sound/core/seq/ |
D | seq_memory.h | 30 struct snd_seq_pool *pool; /* used pool */ 39 struct snd_seq_pool { struct 66 int snd_seq_event_dup(struct snd_seq_pool *pool, struct snd_seq_event *event, argument 70 static inline int snd_seq_unused_cells(struct snd_seq_pool *pool) in snd_seq_unused_cells() 76 static inline int snd_seq_total_cells(struct snd_seq_pool *pool) in snd_seq_total_cells() 82 int snd_seq_pool_init(struct snd_seq_pool *pool); 85 int snd_seq_pool_done(struct snd_seq_pool *pool); 88 struct snd_seq_pool *snd_seq_pool_new(int poolsize); 91 int snd_seq_pool_delete(struct snd_seq_pool **pool); 100 int snd_seq_pool_poll_wait(struct snd_seq_pool *pool, struct file *file, poll_table *wait);
|
D | seq_memory.c | 34 static inline int snd_seq_pool_available(struct snd_seq_pool *pool) in snd_seq_pool_available() 39 static inline int snd_seq_output_ok(struct snd_seq_pool *pool) in snd_seq_output_ok() 177 static inline void free_cell(struct snd_seq_pool *pool, in free_cell() 188 struct snd_seq_pool *pool; in snd_seq_cell_free() 221 static int snd_seq_cell_alloc(struct snd_seq_pool *pool, in snd_seq_cell_alloc() 288 int snd_seq_event_dup(struct snd_seq_pool *pool, struct snd_seq_event *event, in snd_seq_event_dup() 368 int snd_seq_pool_poll_wait(struct snd_seq_pool *pool, struct file *file, in snd_seq_pool_poll_wait() 377 int snd_seq_pool_init(struct snd_seq_pool *pool) in snd_seq_pool_init() 414 int snd_seq_pool_done(struct snd_seq_pool *pool) in snd_seq_pool_done() 459 struct snd_seq_pool *snd_seq_pool_new(int poolsize) in snd_seq_pool_new() [all …]
|
D | seq_fifo.h | 31 struct snd_seq_pool *pool; /* FIFO pool */
|
D | seq_clientmgr.h | 65 struct snd_seq_pool *pool; /* memory pool for this client */
|
D | seq_fifo.c | 237 struct snd_seq_pool *newpool, *oldpool; in snd_seq_fifo_resize()
|
D | seq_clientmgr.c | 2496 struct snd_seq_pool *pool, char *space);
|