Searched refs:saa7146_buf (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/media/ |
D | saa7146_vv.h | 58 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.1.27/drivers/media/common/saa7146/ |
D | saa7146_vbi.c | 134 …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()
|
D | saa7146_video.c | 207 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()
|
D | saa7146_fops.c | 52 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()
|
D | saa7146_hlp.c | 704 static int calculate_video_dma_grab_packed(struct saa7146_dev* dev, struct saa7146_buf *buf) in calculate_video_dma_grab_packed() 767 static int calc_planar_422(struct saa7146_vv *vv, struct saa7146_buf *buf, struct saa7146_video_dma… in calc_planar_422() 798 static int calc_planar_420(struct saa7146_vv *vv, struct saa7146_buf *buf, struct saa7146_video_dma… in calc_planar_420() 827 static int calculate_video_dma_grab_planar(struct saa7146_dev* dev, struct saa7146_buf *buf) in calculate_video_dma_grab_planar() 999 void saa7146_set_capture(struct saa7146_dev *dev, struct saa7146_buf *buf, struct saa7146_buf *next) in saa7146_set_capture()
|