Home
last modified time | relevance | path

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

/Linux-v5.4/include/media/drv-intf/
Dsaa7146_vv.h58 struct saa7146_buf { struct
65 struct saa7146_buf *buf, argument
66 struct saa7146_buf *next);
74 struct saa7146_buf *curr; argument
186 int saa7146_buffer_queue(struct saa7146_dev *dev, struct saa7146_dmaqueue *q, struct saa7146_buf *b…
189 struct saa7146_buf *buf);
198 void saa7146_set_capture(struct saa7146_dev *dev, struct saa7146_buf *buf, struct saa7146_buf *next…
/Linux-v5.4/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.c196 static int saa7146_pgtable_build(struct saa7146_dev *dev, struct saa7146_buf *buf) in saa7146_pgtable_build()
1019 struct saa7146_buf *buf, in buffer_activate()
1020 struct saa7146_buf *next) in buffer_activate()
1031 static void release_all_pagetables(struct saa7146_dev *dev, struct saa7146_buf *buf) in release_all_pagetables()
1045 struct saa7146_buf *buf = (struct saa7146_buf *)vb; in buffer_prepare()
1147 struct saa7146_buf *buf = (struct saa7146_buf *)vb; in buffer_queue()
1158 struct saa7146_buf *buf = (struct saa7146_buf *)vb; in buffer_release()
1201 sizeof(struct saa7146_buf), in video_open()
Dsaa7146_fops.c53 struct saa7146_buf *buf) in saa7146_dma_free()
72 struct saa7146_buf *buf) in saa7146_buffer_queue()
118 struct saa7146_buf *buf,*next = NULL; in saa7146_buffer_next()
127 buf = list_entry(q->queue.next,struct saa7146_buf,vb.queue); in saa7146_buffer_next()
130 next = list_entry(q->queue.next,struct saa7146_buf, vb.queue); in saa7146_buffer_next()
Dsaa7146_hlp.c702 static int calculate_video_dma_grab_packed(struct saa7146_dev* dev, struct saa7146_buf *buf) in calculate_video_dma_grab_packed()
765 static int calc_planar_422(struct saa7146_vv *vv, struct saa7146_buf *buf, struct saa7146_video_dma… in calc_planar_422()
796 static int calc_planar_420(struct saa7146_vv *vv, struct saa7146_buf *buf, struct saa7146_video_dma… in calc_planar_420()
825 static int calculate_video_dma_grab_planar(struct saa7146_dev* dev, struct saa7146_buf *buf) in calculate_video_dma_grab_planar()
997 void saa7146_set_capture(struct saa7146_dev *dev, struct saa7146_buf *buf, struct saa7146_buf *next) in saa7146_set_capture()