Symbol: snd_seq_event_cell
sound/core/seq/seq_clientmgr.c
392
struct snd_seq_event_cell *cell;
sound/core/seq/seq_clientmgr.c
803
int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop)
sound/core/seq/seq_clientmgr.c
881
struct snd_seq_event_cell *cell;
sound/core/seq/seq_clientmgr.h
97
int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop);
sound/core/seq/seq_fifo.c
103
struct snd_seq_event_cell *cell;
sound/core/seq/seq_fifo.c
137
static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f)
sound/core/seq/seq_fifo.c
139
struct snd_seq_event_cell *cell;
sound/core/seq/seq_fifo.c
158
struct snd_seq_event_cell **cellp, int nonblock)
sound/core/seq/seq_fifo.c
160
struct snd_seq_event_cell *cell;
sound/core/seq/seq_fifo.c
195
struct snd_seq_event_cell *cell)
sound/core/seq/seq_fifo.c
221
struct snd_seq_event_cell *cell, *next, *oldhead;
sound/core/seq/seq_fifo.c
80
static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f);
sound/core/seq/seq_fifo.c
85
struct snd_seq_event_cell *cell;
sound/core/seq/seq_fifo.h
17
struct snd_seq_event_cell *head; /* pointer to head of fifo */
sound/core/seq/seq_fifo.h
18
struct snd_seq_event_cell *tail; /* pointer to tail of fifo */
sound/core/seq/seq_fifo.h
43
int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
sound/core/seq/seq_fifo.h
46
void snd_seq_fifo_cell_putback(struct snd_seq_fifo *f, struct snd_seq_event_cell *cell);
sound/core/seq/seq_memory.c
104
cell = (struct snd_seq_event_cell *)event->data.ext.ptr;
sound/core/seq/seq_memory.c
226
struct snd_seq_event_cell *cell)
sound/core/seq/seq_memory.c
233
void snd_seq_cell_free(struct snd_seq_event_cell * cell)
sound/core/seq/seq_memory.c
247
struct snd_seq_event_cell *curp, *nextptr;
sound/core/seq/seq_memory.c
268
struct snd_seq_event_cell **cellp,
sound/core/seq/seq_memory.c
272
struct snd_seq_event_cell *cell;
sound/core/seq/seq_memory.c
340
struct snd_seq_event_cell **cellp, int nonblock,
sound/core/seq/seq_memory.c
345
struct snd_seq_event_cell *cell;
sound/core/seq/seq_memory.c
376
struct snd_seq_event_cell *src, *tmp, *tail;
sound/core/seq/seq_memory.c
382
src = (struct snd_seq_event_cell *)event->data.ext.ptr;
sound/core/seq/seq_memory.c
439
struct snd_seq_event_cell *cellptr;
sound/core/seq/seq_memory.c
444
cellptr = kvmalloc_objs(struct snd_seq_event_cell, pool->size);
sound/core/seq/seq_memory.c
484
struct snd_seq_event_cell *ptr;
sound/core/seq/seq_memory.c
71
struct snd_seq_event_cell *cell;
sound/core/seq/seq_memory.h
35
struct snd_seq_event_cell *next; /* next cell */
sound/core/seq/seq_memory.h
44
struct snd_seq_event_cell *ptr; /* pointer to first event chunk */
sound/core/seq/seq_memory.h
45
struct snd_seq_event_cell *free; /* pointer to the head of the free list */
sound/core/seq/seq_memory.h
68
void snd_seq_cell_free(struct snd_seq_event_cell *cell);
sound/core/seq/seq_memory.h
71
struct snd_seq_event_cell **cellp, int nonblock,
sound/core/seq/seq_prioq.c
132
struct snd_seq_event_cell * cell)
sound/core/seq/seq_prioq.c
134
struct snd_seq_event_cell *cur, *prev;
sound/core/seq/seq_prioq.c
208
struct snd_seq_event_cell *snd_seq_prioq_cell_out(struct snd_seq_prioq *f,
sound/core/seq/seq_prioq.c
211
struct snd_seq_event_cell *cell;
sound/core/seq/seq_prioq.c
248
bool (*match)(struct snd_seq_event_cell *cell,
sound/core/seq/seq_prioq.c
252
register struct snd_seq_event_cell *cell, *next;
sound/core/seq/seq_prioq.c
253
struct snd_seq_event_cell *prev = NULL;
sound/core/seq/seq_prioq.c
254
struct snd_seq_event_cell *freefirst = NULL, *freeprev = NULL, *freenext;
sound/core/seq/seq_prioq.c
297
static inline bool prioq_match(struct snd_seq_event_cell *cell, void *arg)
sound/core/seq/seq_prioq.c
333
static bool prioq_remove_match(struct snd_seq_event_cell *cell, void *arg)
sound/core/seq/seq_prioq.h
15
struct snd_seq_event_cell *head; /* pointer to head of prioq */
sound/core/seq/seq_prioq.h
16
struct snd_seq_event_cell *tail; /* pointer to tail of prioq */
sound/core/seq/seq_prioq.h
29
int snd_seq_prioq_cell_in(struct snd_seq_prioq *f, struct snd_seq_event_cell *cell);
sound/core/seq/seq_prioq.h
32
struct snd_seq_event_cell *snd_seq_prioq_cell_out(struct snd_seq_prioq *f,
sound/core/seq/seq_queue.c
232
struct snd_seq_event_cell *cell;
sound/core/seq/seq_queue.c
286
int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop)
sound/core/seq/seq_queue.h
66
int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop);