Home
last modified time | relevance | path

Searched refs:snd_seq_pool (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/sound/core/seq/
Dseq_memory.h32 struct snd_seq_pool *pool; /* used pool */
41 struct snd_seq_pool { struct
68 int snd_seq_event_dup(struct snd_seq_pool *pool, struct snd_seq_event *event, argument
72 static inline int snd_seq_unused_cells(struct snd_seq_pool *pool) in snd_seq_unused_cells()
78 static inline int snd_seq_total_cells(struct snd_seq_pool *pool) in snd_seq_total_cells()
84 int snd_seq_pool_init(struct snd_seq_pool *pool);
87 int snd_seq_pool_done(struct snd_seq_pool *pool);
90 struct snd_seq_pool *snd_seq_pool_new(int poolsize);
93 int snd_seq_pool_delete(struct snd_seq_pool **pool);
102 int snd_seq_pool_poll_wait(struct snd_seq_pool *pool, struct file *file, poll_table *wait);
[all …]
Dseq_memory.c35 static inline int snd_seq_pool_available(struct snd_seq_pool *pool) in snd_seq_pool_available()
40 static inline int snd_seq_output_ok(struct snd_seq_pool *pool) in snd_seq_output_ok()
178 static inline void free_cell(struct snd_seq_pool *pool, in free_cell()
189 struct snd_seq_pool *pool; in snd_seq_cell_free()
222 static int snd_seq_cell_alloc(struct snd_seq_pool *pool, in snd_seq_cell_alloc()
289 int snd_seq_event_dup(struct snd_seq_pool *pool, struct snd_seq_event *event, in snd_seq_event_dup()
369 int snd_seq_pool_poll_wait(struct snd_seq_pool *pool, struct file *file, in snd_seq_pool_poll_wait()
378 int snd_seq_pool_init(struct snd_seq_pool *pool) in snd_seq_pool_init()
415 int snd_seq_pool_done(struct snd_seq_pool *pool) in snd_seq_pool_done()
460 struct snd_seq_pool *snd_seq_pool_new(int poolsize) in snd_seq_pool_new()
[all …]
Dseq_fifo.h31 struct snd_seq_pool *pool; /* FIFO pool */
Dseq_clientmgr.h65 struct snd_seq_pool *pool; /* memory pool for this client */
Dseq_fifo.c237 struct snd_seq_pool *newpool, *oldpool; in snd_seq_fifo_resize()