Home
last modified time | relevance | path

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

/linux-4.4.14/include/media/
Dsaa7146_vv.h58 struct saa7146_buf { struct
65 struct saa7146_buf *buf, argument
66 struct saa7146_buf *next);
74 struct saa7146_buf *curr; argument
185 int saa7146_buffer_queue(struct saa7146_dev *dev, struct saa7146_dmaqueue *q, struct saa7146_buf *b…
188 struct saa7146_buf *buf);
197 void saa7146_set_capture(struct saa7146_dev *dev, struct saa7146_buf *buf, struct saa7146_buf *next…
/linux-4.4.14/drivers/media/common/saa7146/
Dsaa7146_vbi.c134 …d saa7146_set_vbi_capture(struct saa7146_dev *dev, struct saa7146_buf *buf, struct saa7146_buf *ne… in saa7146_set_vbi_capture()
205 struct saa7146_buf *buf, in buffer_activate()
206 struct saa7146_buf *next) in buffer_activate()
223 struct saa7146_buf *buf = (struct saa7146_buf *)vb; in buffer_prepare()
294 struct saa7146_buf *buf = (struct saa7146_buf *)vb; in buffer_queue()
305 struct saa7146_buf *buf = (struct saa7146_buf *)vb; in buffer_release()
402 sizeof(struct saa7146_buf), in vbi_open()
Dsaa7146_video.c207 static int saa7146_pgtable_build(struct saa7146_dev *dev, struct saa7146_buf *buf) in saa7146_pgtable_build()
1038 struct saa7146_buf *buf, in buffer_activate()
1039 struct saa7146_buf *next) in buffer_activate()
1050 static void release_all_pagetables(struct saa7146_dev *dev, struct saa7146_buf *buf) in release_all_pagetables()
1064 struct saa7146_buf *buf = (struct saa7146_buf *)vb; in buffer_prepare()
1166 struct saa7146_buf *buf = (struct saa7146_buf *)vb; in buffer_queue()
1177 struct saa7146_buf *buf = (struct saa7146_buf *)vb; in buffer_release()
1222 sizeof(struct saa7146_buf), in video_open()
Dsaa7146_fops.c52 struct saa7146_buf *buf) in saa7146_dma_free()
71 struct saa7146_buf *buf) in saa7146_buffer_queue()
117 struct saa7146_buf *buf,*next = NULL; in saa7146_buffer_next()
126 buf = list_entry(q->queue.next,struct saa7146_buf,vb.queue); in saa7146_buffer_next()
129 next = list_entry(q->queue.next,struct saa7146_buf, vb.queue); in saa7146_buffer_next()
Dsaa7146_hlp.c701 static int calculate_video_dma_grab_packed(struct saa7146_dev* dev, struct saa7146_buf *buf) in calculate_video_dma_grab_packed()
764 static int calc_planar_422(struct saa7146_vv *vv, struct saa7146_buf *buf, struct saa7146_video_dma… in calc_planar_422()
795 static int calc_planar_420(struct saa7146_vv *vv, struct saa7146_buf *buf, struct saa7146_video_dma… in calc_planar_420()
824 static int calculate_video_dma_grab_planar(struct saa7146_dev* dev, struct saa7146_buf *buf) in calculate_video_dma_grab_planar()
996 void saa7146_set_capture(struct saa7146_dev *dev, struct saa7146_buf *buf, struct saa7146_buf *next) in saa7146_set_capture()