Symbol: cx18_mdl
drivers/media/pci/cx18/cx18-driver.h
537
struct cx18_mdl sliced_mpeg_mdl;
drivers/media/pci/cx18/cx18-fileops.c
169
static struct cx18_mdl *cx18_get_mdl(struct cx18_stream *s, int non_block,
drivers/media/pci/cx18/cx18-fileops.c
174
struct cx18_mdl *mdl;
drivers/media/pci/cx18/cx18-fileops.c
246
struct cx18_mdl *mdl = &cx->vbi.sliced_mpeg_mdl;
drivers/media/pci/cx18/cx18-fileops.c
364
struct cx18_mdl *mdl, char __user *ubuf, size_t ucount)
drivers/media/pci/cx18/cx18-fileops.c
426
struct cx18_mdl *mdl;
drivers/media/pci/cx18/cx18-ioctl.c
765
static int cx18_process_idx_data(struct cx18_stream *s, struct cx18_mdl *mdl,
drivers/media/pci/cx18/cx18-ioctl.c
808
struct cx18_mdl *mdl;
drivers/media/pci/cx18/cx18-mailbox.c
122
static void cx18_mdl_send_to_dvb(struct cx18_stream *s, struct cx18_mdl *mdl)
drivers/media/pci/cx18/cx18-mailbox.c
148
static void cx18_mdl_send_to_vb2(struct cx18_stream *s, struct cx18_mdl *mdl)
drivers/media/pci/cx18/cx18-mailbox.c
205
struct cx18_mdl *mdl)
drivers/media/pci/cx18/cx18-mailbox.c
237
struct cx18_mdl *mdl;
drivers/media/pci/cx18/cx18-queue.c
110
struct cx18_mdl *mdl)
drivers/media/pci/cx18/cx18-queue.c
125
struct cx18_mdl *cx18_queue_get_mdl(struct cx18_stream *s, u32 id,
drivers/media/pci/cx18/cx18-queue.c
129
struct cx18_mdl *mdl;
drivers/media/pci/cx18/cx18-queue.c
130
struct cx18_mdl *tmp;
drivers/media/pci/cx18/cx18-queue.c
131
struct cx18_mdl *ret = NULL;
drivers/media/pci/cx18/cx18-queue.c
198
struct cx18_mdl *mdl;
drivers/media/pci/cx18/cx18-queue.c
207
mdl = list_first_entry(&q_src->list, struct cx18_mdl, list);
drivers/media/pci/cx18/cx18-queue.c
234
struct cx18_mdl *mdl;
drivers/media/pci/cx18/cx18-queue.c
25
void _cx18_mdl_swap(struct cx18_mdl *mdl)
drivers/media/pci/cx18/cx18-queue.c
265
struct cx18_mdl *mdl;
drivers/media/pci/cx18/cx18-queue.c
320
void _cx18_mdl_sync_for_device(struct cx18_stream *s, struct cx18_mdl *mdl)
drivers/media/pci/cx18/cx18-queue.c
360
struct cx18_mdl *mdl;
drivers/media/pci/cx18/cx18-queue.c
364
mdl = kzalloc_obj(struct cx18_mdl, GFP_KERNEL | __GFP_NOWARN);
drivers/media/pci/cx18/cx18-queue.c
411
struct cx18_mdl *mdl;
drivers/media/pci/cx18/cx18-queue.c
43
struct cx18_queue *_cx18_enqueue(struct cx18_stream *s, struct cx18_mdl *mdl,
drivers/media/pci/cx18/cx18-queue.c
73
struct cx18_mdl *cx18_dequeue(struct cx18_stream *s, struct cx18_queue *q)
drivers/media/pci/cx18/cx18-queue.c
75
struct cx18_mdl *mdl = NULL;
drivers/media/pci/cx18/cx18-queue.c
79
mdl = list_first_entry(&q->list, struct cx18_mdl, list);
drivers/media/pci/cx18/cx18-queue.c
90
struct cx18_mdl *mdl)
drivers/media/pci/cx18/cx18-queue.h
29
void _cx18_mdl_sync_for_device(struct cx18_stream *s, struct cx18_mdl *mdl);
drivers/media/pci/cx18/cx18-queue.h
32
struct cx18_mdl *mdl)
drivers/media/pci/cx18/cx18-queue.h
43
void _cx18_mdl_swap(struct cx18_mdl *mdl);
drivers/media/pci/cx18/cx18-queue.h
45
static inline void cx18_mdl_swap(struct cx18_mdl *mdl)
drivers/media/pci/cx18/cx18-queue.h
55
struct cx18_queue *_cx18_enqueue(struct cx18_stream *s, struct cx18_mdl *mdl,
drivers/media/pci/cx18/cx18-queue.h
59
struct cx18_queue *cx18_enqueue(struct cx18_stream *s, struct cx18_mdl *mdl,
drivers/media/pci/cx18/cx18-queue.h
66
struct cx18_queue *cx18_push(struct cx18_stream *s, struct cx18_mdl *mdl,
drivers/media/pci/cx18/cx18-queue.h
73
struct cx18_mdl *cx18_dequeue(struct cx18_stream *s, struct cx18_queue *q);
drivers/media/pci/cx18/cx18-queue.h
74
struct cx18_mdl *cx18_queue_get_mdl(struct cx18_stream *s, u32 id,
drivers/media/pci/cx18/cx18-streams.c
661
struct cx18_mdl *mdl;
drivers/media/pci/cx18/cx18-streams.c
686
struct cx18_mdl *mdl)
drivers/media/pci/cx18/cx18-streams.c
712
struct cx18_mdl *mdl;
drivers/media/pci/cx18/cx18-streams.h
35
struct cx18_mdl *mdl)
drivers/media/pci/cx18/cx18-vbi.c
237
void cx18_process_vbi_data(struct cx18 *cx, struct cx18_mdl *mdl,
drivers/media/pci/cx18/cx18-vbi.h
10
void cx18_process_vbi_data(struct cx18 *cx, struct cx18_mdl *mdl,