Searched refs:int_ops (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dvideobuf-core.c53 ((q->int_ops->f) ? q->int_ops->f(arg) : 0)
61 if (!q->int_ops || !q->int_ops->alloc_vb) {
66 vb = q->int_ops->alloc_vb(q->msize);
102 MAGIC_CHECK(q->int_ops->magic, MAGIC_QTYPE_OPS);
111 if (q->int_ops->vaddr)
112 return q->int_ops->vaddr(buf);
128 struct videobuf_qtype_ops *int_ops)
139 q->int_ops
120 videobuf_queue_core_init(struct videobuf_queue *q, const struct videobuf_queue_ops *ops, struct device *dev, spinlock_t *irqlock, enum v4l2_buf_type type, enum v4l2_field field, unsigned int msize, void *priv, struct videobuf_qtype_ops *int_ops) argument
[all...]
H A Dfsl-viu.c430 if (vq->int_ops && vq->int_ops->vaddr)
431 vaddr = vq->int_ops->vaddr(vb);
H A Dvideobuf-dma-sg.c641 q.int_ops = &sg_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dvideobuf-core.h154 struct videobuf_qtype_ops *int_ops; member in struct:videobuf_queue
188 struct videobuf_qtype_ops *int_ops);

Completed in 60 milliseconds