Searched refs:saa7146_buf (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/
H A Dsaa7146_vv.h57 struct saa7146_buf { struct
64 struct saa7146_buf *buf,
65 struct saa7146_buf *next);
73 struct saa7146_buf *curr;
179 int saa7146_buffer_queue(struct saa7146_dev *dev, struct saa7146_dmaqueue *q, struct saa7146_buf *buf);
182 struct saa7146_buf *buf);
191 void saa7146_set_capture(struct saa7146_dev *dev, struct saa7146_buf *buf, struct saa7146_buf *next);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/
H A Dsaa7146_vbi.c124 static void saa7146_set_vbi_capture(struct saa7146_dev *dev, struct saa7146_buf *buf, struct saa7146_buf *next)
195 struct saa7146_buf *buf,
196 struct saa7146_buf *next)
213 struct saa7146_buf *buf = (struct saa7146_buf *)vb;
284 struct saa7146_buf *buf = (struct saa7146_buf *)vb;
295 struct saa7146_buf *buf = (struct saa7146_buf *)v
[all...]
H A Dsaa7146_fops.c52 struct saa7146_buf *buf)
71 struct saa7146_buf *buf)
116 struct saa7146_buf *buf,*next = NULL;
125 buf = list_entry(q->queue.next,struct saa7146_buf,vb.queue);
128 next = list_entry(q->queue.next,struct saa7146_buf, vb.queue);
H A Dsaa7146_video.c263 static int saa7146_pgtable_build(struct saa7146_dev *dev, struct saa7146_buf *buf)
1196 struct saa7146_buf *buf,
1197 struct saa7146_buf *next)
1208 static void release_all_pagetables(struct saa7146_dev *dev, struct saa7146_buf *buf)
1222 struct saa7146_buf *buf = (struct saa7146_buf *)vb;
1321 struct saa7146_buf *buf = (struct saa7146_buf *)vb;
1332 struct saa7146_buf *buf = (struct saa7146_buf *)v
[all...]
H A Dsaa7146_hlp.c692 static int calculate_video_dma_grab_packed(struct saa7146_dev* dev, struct saa7146_buf *buf)
754 static int calc_planar_422(struct saa7146_vv *vv, struct saa7146_buf *buf, struct saa7146_video_dma *vdma2, struct saa7146_video_dma *vdma3)
784 static int calc_planar_420(struct saa7146_vv *vv, struct saa7146_buf *buf, struct saa7146_video_dma *vdma2, struct saa7146_video_dma *vdma3)
813 static int calculate_video_dma_grab_planar(struct saa7146_dev* dev, struct saa7146_buf *buf)
980 void saa7146_set_capture(struct saa7146_dev *dev, struct saa7146_buf *buf, struct saa7146_buf *next)

Completed in 138 milliseconds