Searched refs:saa7146_buf (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/staging/media/deprecated/saa7146/common/ |
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 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…
|
D | saa7146_vbi.c | 135 …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()
|
D | saa7146_video.c | 196 static int saa7146_pgtable_build(struct saa7146_dev *dev, struct saa7146_buf *buf) in saa7146_pgtable_build() 1017 struct saa7146_buf *buf, in buffer_activate() 1018 struct saa7146_buf *next) in buffer_activate() 1029 static void release_all_pagetables(struct saa7146_dev *dev, struct saa7146_buf *buf) in release_all_pagetables() 1043 struct saa7146_buf *buf = (struct saa7146_buf *)vb; in buffer_prepare() 1145 struct saa7146_buf *buf = (struct saa7146_buf *)vb; in buffer_queue() 1156 struct saa7146_buf *buf = (struct saa7146_buf *)vb; in buffer_release() 1199 sizeof(struct saa7146_buf), in video_open()
|
D | saa7146_fops.c | 53 struct saa7146_buf *buf) in saa7146_dma_free() 70 struct saa7146_buf *buf) in saa7146_buffer_queue() 114 struct saa7146_buf *buf,*next = NULL; in saa7146_buffer_next() 123 buf = list_entry(q->queue.next,struct saa7146_buf,vb.queue); in saa7146_buffer_next() 126 next = list_entry(q->queue.next,struct saa7146_buf, vb.queue); in saa7146_buffer_next()
|
D | saa7146_hlp.c | 702 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()
|