Home
last modified time | relevance | path

Searched refs:snd_seq_event_cell (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/sound/core/seq/
Dseq_memory.h30 struct snd_seq_event_cell { struct
33 struct snd_seq_event_cell *next; /* next cell */ argument
42 struct snd_seq_event_cell *ptr; /* pointer to first event chunk */
43 struct snd_seq_event_cell *free; /* pointer to the head of the free list */
66 void snd_seq_cell_free(struct snd_seq_event_cell *cell);
69 struct snd_seq_event_cell **cellp, int nonblock, struct file *file);
Dseq_prioq.h30 struct snd_seq_event_cell *head; /* pointer to head of prioq */
31 struct snd_seq_event_cell *tail; /* pointer to tail of prioq */
44 int snd_seq_prioq_cell_in(struct snd_seq_prioq *f, struct snd_seq_event_cell *cell);
47 struct snd_seq_event_cell *snd_seq_prioq_cell_out(struct snd_seq_prioq *f);
53 struct snd_seq_event_cell *snd_seq_prioq_cell_peek(struct snd_seq_prioq *f);
Dseq_fifo.c92 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f);
97 struct snd_seq_event_cell *cell; in snd_seq_fifo_clear()
117 struct snd_seq_event_cell *cell; in snd_seq_fifo_event_in()
154 static struct snd_seq_event_cell *fifo_cell_out(struct snd_seq_fifo *f) in fifo_cell_out()
156 struct snd_seq_event_cell *cell; in fifo_cell_out()
174 struct snd_seq_event_cell **cellp, int nonblock) in snd_seq_fifo_cell_out()
176 struct snd_seq_event_cell *cell; in snd_seq_fifo_cell_out()
211 struct snd_seq_event_cell *cell) in snd_seq_fifo_cell_putback()
238 struct snd_seq_event_cell *cell, *next, *oldhead; in snd_seq_fifo_resize()
Dseq_prioq.c149 struct snd_seq_event_cell * cell) in snd_seq_prioq_cell_in()
151 struct snd_seq_event_cell *cur, *prev; in snd_seq_prioq_cell_in()
220 struct snd_seq_event_cell *snd_seq_prioq_cell_out(struct snd_seq_prioq *f) in snd_seq_prioq_cell_out()
222 struct snd_seq_event_cell *cell; in snd_seq_prioq_cell_out()
259 struct snd_seq_event_cell *snd_seq_prioq_cell_peek(struct snd_seq_prioq * f) in snd_seq_prioq_cell_peek()
269 static inline int prioq_match(struct snd_seq_event_cell *cell, in prioq_match()
294 register struct snd_seq_event_cell *cell, *next; in snd_seq_prioq_leave()
296 struct snd_seq_event_cell *prev = NULL; in snd_seq_prioq_leave()
297 struct snd_seq_event_cell *freefirst = NULL, *freeprev = NULL, *freenext; in snd_seq_prioq_leave()
404 struct snd_seq_event_cell *cell, *next; in snd_seq_prioq_remove_events()
[all …]
Dseq_fifo.h32 struct snd_seq_event_cell *head; /* pointer to head of fifo */
33 struct snd_seq_event_cell *tail; /* pointer to tail of fifo */
57 int snd_seq_fifo_cell_out(struct snd_seq_fifo *f, struct snd_seq_event_cell **cellp, int nonblock);
60 void snd_seq_fifo_cell_putback(struct snd_seq_fifo *f, struct snd_seq_event_cell *cell);
Dseq_memory.c82 struct snd_seq_event_cell *cell; in snd_seq_dump_var_event()
107 cell = (struct snd_seq_event_cell *)event->data.ext.ptr; in snd_seq_dump_var_event()
178 struct snd_seq_event_cell *cell) in free_cell()
185 void snd_seq_cell_free(struct snd_seq_event_cell * cell) in snd_seq_cell_free()
200 struct snd_seq_event_cell *curp, *nextptr; in snd_seq_cell_free()
222 struct snd_seq_event_cell **cellp, in snd_seq_cell_alloc()
225 struct snd_seq_event_cell *cell; in snd_seq_cell_alloc()
289 struct snd_seq_event_cell **cellp, int nonblock, in snd_seq_event_dup()
294 struct snd_seq_event_cell *cell; in snd_seq_event_dup()
319 struct snd_seq_event_cell *src, *tmp, *tail; in snd_seq_event_dup()
[all …]
Dseq_clientmgr.h91 int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop);
Dseq_queue.h86 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop);
Dseq_queue.c257 struct snd_seq_event_cell *cell; in snd_seq_check_queue()
313 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop) in snd_seq_enqueue_event()
Dseq_clientmgr.c403 struct snd_seq_event_cell *cell; in snd_seq_read()
830 int snd_seq_dispatch_event(struct snd_seq_event_cell *cell, int atomic, int hop) in snd_seq_dispatch_event()
907 struct snd_seq_event_cell *cell; in snd_seq_client_enqueue_event()