Home
last modified time | relevance | path

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

/Linux-v4.19/include/media/drv-intf/
Dsaa7146_vv.h59 struct saa7146_buf { struct
66 struct saa7146_buf *buf, argument
67 struct saa7146_buf *next);
75 struct saa7146_buf *curr; argument
187 int saa7146_buffer_queue(struct saa7146_dev *dev, struct saa7146_dmaqueue *q, struct saa7146_buf *b…
190 struct saa7146_buf *buf);
199 void saa7146_set_capture(struct saa7146_dev *dev, struct saa7146_buf *buf, struct saa7146_buf *next…
/Linux-v4.19/drivers/media/common/saa7146/
Dsaa7146_vbi.c135 …d saa7146_set_vbi_capture(struct saa7146_dev *dev, struct saa7146_buf *buf, struct saa7146_buf *ne… in saa7146_set_vbi_capture()
206 struct saa7146_buf *buf, in buffer_activate()
207 struct saa7146_buf *next) in buffer_activate()
224 struct saa7146_buf *buf = (struct saa7146_buf *)vb; in buffer_prepare()
295 struct saa7146_buf *buf = (struct saa7146_buf *)vb; in buffer_queue()
306 struct saa7146_buf *buf = (struct saa7146_buf *)vb; in buffer_release()
402 sizeof(struct saa7146_buf), in vbi_open()
Dsaa7146_video.c206 static int saa7146_pgtable_build(struct saa7146_dev *dev, struct saa7146_buf *buf) in saa7146_pgtable_build()
1041 struct saa7146_buf *buf, in buffer_activate()
1042 struct saa7146_buf *next) in buffer_activate()
1053 static void release_all_pagetables(struct saa7146_dev *dev, struct saa7146_buf *buf) in release_all_pagetables()
1067 struct saa7146_buf *buf = (struct saa7146_buf *)vb; in buffer_prepare()
1169 struct saa7146_buf *buf = (struct saa7146_buf *)vb; in buffer_queue()
1180 struct saa7146_buf *buf = (struct saa7146_buf *)vb; in buffer_release()
1223 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()