Searched refs:snd_seq_pool (Results 1 – 5 of 5) sorted by relevance
34 struct snd_seq_pool *pool; /* used pool */43 struct snd_seq_pool { struct70 int snd_seq_event_dup(struct snd_seq_pool *pool, struct snd_seq_event *event, argument75 static inline int snd_seq_unused_cells(struct snd_seq_pool *pool) in snd_seq_unused_cells()81 static inline int snd_seq_total_cells(struct snd_seq_pool *pool) in snd_seq_total_cells()87 int snd_seq_pool_init(struct snd_seq_pool *pool);90 void snd_seq_pool_mark_closing(struct snd_seq_pool *pool);91 int snd_seq_pool_done(struct snd_seq_pool *pool);94 struct snd_seq_pool *snd_seq_pool_new(int poolsize);97 int snd_seq_pool_delete(struct snd_seq_pool **pool);[all …]
27 static inline int snd_seq_output_ok(struct snd_seq_pool *pool) in snd_seq_output_ok()225 static inline void free_cell(struct snd_seq_pool *pool, in free_cell()236 struct snd_seq_pool *pool; in snd_seq_cell_free()269 static int snd_seq_cell_alloc(struct snd_seq_pool *pool, in snd_seq_cell_alloc()437 int snd_seq_pool_init(struct snd_seq_pool *pool) in snd_seq_pool_init()489 int snd_seq_pool_done(struct snd_seq_pool *pool) in snd_seq_pool_done()522 struct snd_seq_pool *snd_seq_pool_new(int poolsize) in snd_seq_pool_new()524 struct snd_seq_pool *pool; in snd_seq_pool_new()546 int snd_seq_pool_delete(struct snd_seq_pool **ppool) in snd_seq_pool_delete()548 struct snd_seq_pool *pool = *ppool; in snd_seq_pool_delete()[all …]
16 struct snd_seq_pool *pool; /* FIFO pool */
56 struct snd_seq_pool *pool; /* memory pool for this client */
227 struct snd_seq_pool *newpool, *oldpool; in snd_seq_fifo_resize()