snd_seq_event_cell 408 sound/core/seq/seq_clientmgr.c struct snd_seq_event_cell *cell; snd_seq_event_cell 854 sound/core/seq/seq_clientmgr.c int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop) snd_seq_event_cell 932 sound/core/seq/seq_clientmgr.c struct snd_seq_event_cell *cell; snd_seq_event_cell 79 sound/core/seq/seq_clientmgr.h int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop); snd_seq_event_cell 80 sound/core/seq/seq_fifo.c static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f); snd_seq_event_cell 85 sound/core/seq/seq_fifo.c struct snd_seq_event_cell *cell; snd_seq_event_cell 104 sound/core/seq/seq_fifo.c struct snd_seq_event_cell *cell; snd_seq_event_cell 142 sound/core/seq/seq_fifo.c static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f) snd_seq_event_cell 144 sound/core/seq/seq_fifo.c struct snd_seq_event_cell *cell; snd_seq_event_cell 162 sound/core/seq/seq_fifo.c struct snd_seq_event_cell **cellp, int nonblock) snd_seq_event_cell 164 sound/core/seq/seq_fifo.c struct snd_seq_event_cell *cell; snd_seq_event_cell 199 sound/core/seq/seq_fifo.c struct snd_seq_event_cell *cell) snd_seq_event_cell 227 sound/core/seq/seq_fifo.c struct snd_seq_event_cell *cell, *next, *oldhead; snd_seq_event_cell 17 sound/core/seq/seq_fifo.h struct snd_seq_event_cell *head; /* pointer to head of fifo */ snd_seq_event_cell 18 sound/core/seq/seq_fifo.h struct snd_seq_event_cell *tail; /* pointer to tail of fifo */ snd_seq_event_cell 42 sound/core/seq/seq_fifo.h int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock); snd_seq_event_cell 45 sound/core/seq/seq_fifo.h void snd_seq_fifo_cell_putback(struct snd_seq_fifo *f, struct snd_seq_event_cell *cell); snd_seq_event_cell 70 sound/core/seq/seq_memory.c struct snd_seq_event_cell *cell; snd_seq_event_cell 95 sound/core/seq/seq_memory.c cell = (struct snd_seq_event_cell *)event->data.ext.ptr; snd_seq_event_cell 164 sound/core/seq/seq_memory.c struct snd_seq_event_cell *cell) snd_seq_event_cell 171 sound/core/seq/seq_memory.c void snd_seq_cell_free(struct snd_seq_event_cell * cell) snd_seq_event_cell 186 sound/core/seq/seq_memory.c struct snd_seq_event_cell *curp, *nextptr; snd_seq_event_cell 208 sound/core/seq/seq_memory.c struct snd_seq_event_cell **cellp, snd_seq_event_cell 212 sound/core/seq/seq_memory.c struct snd_seq_event_cell *cell; snd_seq_event_cell 280 sound/core/seq/seq_memory.c struct snd_seq_event_cell **cellp, int nonblock, snd_seq_event_cell 285 sound/core/seq/seq_memory.c struct snd_seq_event_cell *cell; snd_seq_event_cell 310 sound/core/seq/seq_memory.c struct snd_seq_event_cell *src, *tmp, *tail; snd_seq_event_cell 316 sound/core/seq/seq_memory.c src = (struct snd_seq_event_cell *)event->data.ext.ptr; snd_seq_event_cell 372 sound/core/seq/seq_memory.c struct snd_seq_event_cell *cellptr; snd_seq_event_cell 377 sound/core/seq/seq_memory.c cellptr = kvmalloc_array(sizeof(struct snd_seq_event_cell), pool->size, snd_seq_event_cell 423 sound/core/seq/seq_memory.c struct snd_seq_event_cell *ptr; snd_seq_event_cell 18 sound/core/seq/seq_memory.h struct snd_seq_event_cell *next; /* next cell */ snd_seq_event_cell 27 sound/core/seq/seq_memory.h struct snd_seq_event_cell *ptr; /* pointer to first event chunk */ snd_seq_event_cell 28 sound/core/seq/seq_memory.h struct snd_seq_event_cell *free; /* pointer to the head of the free list */ snd_seq_event_cell 51 sound/core/seq/seq_memory.h void snd_seq_cell_free(struct snd_seq_event_cell *cell); snd_seq_event_cell 54 sound/core/seq/seq_memory.h struct snd_seq_event_cell **cellp, int nonblock, snd_seq_event_cell 132 sound/core/seq/seq_prioq.c struct snd_seq_event_cell * cell) snd_seq_event_cell 134 sound/core/seq/seq_prioq.c struct snd_seq_event_cell *cur, *prev; snd_seq_event_cell 212 sound/core/seq/seq_prioq.c struct snd_seq_event_cell *snd_seq_prioq_cell_out(struct snd_seq_prioq *f, snd_seq_event_cell 215 sound/core/seq/seq_prioq.c struct snd_seq_event_cell *cell; snd_seq_event_cell 252 sound/core/seq/seq_prioq.c static inline int prioq_match(struct snd_seq_event_cell *cell, snd_seq_event_cell 277 sound/core/seq/seq_prioq.c register struct snd_seq_event_cell *cell, *next; snd_seq_event_cell 279 sound/core/seq/seq_prioq.c struct snd_seq_event_cell *prev = NULL; snd_seq_event_cell 280 sound/core/seq/seq_prioq.c struct snd_seq_event_cell *freefirst = NULL, *freeprev = NULL, *freenext; snd_seq_event_cell 387 sound/core/seq/seq_prioq.c struct snd_seq_event_cell *cell, *next; snd_seq_event_cell 389 sound/core/seq/seq_prioq.c struct snd_seq_event_cell *prev = NULL; snd_seq_event_cell 390 sound/core/seq/seq_prioq.c struct snd_seq_event_cell *freefirst = NULL, *freeprev = NULL, *freenext; snd_seq_event_cell 15 sound/core/seq/seq_prioq.h struct snd_seq_event_cell *head; /* pointer to head of prioq */ snd_seq_event_cell 16 sound/core/seq/seq_prioq.h struct snd_seq_event_cell *tail; /* pointer to tail of prioq */ snd_seq_event_cell 29 sound/core/seq/seq_prioq.h int snd_seq_prioq_cell_in(struct snd_seq_prioq *f, struct snd_seq_event_cell *cell); snd_seq_event_cell 32 sound/core/seq/seq_prioq.h struct snd_seq_event_cell *snd_seq_prioq_cell_out(struct snd_seq_prioq *f, snd_seq_event_cell 240 sound/core/seq/seq_queue.c struct snd_seq_event_cell *cell; snd_seq_event_cell 289 sound/core/seq/seq_queue.c int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop) snd_seq_event_cell 69 sound/core/seq/seq_queue.h int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop);