/Linux-v4.19/drivers/media/platform/omap/ |
D | omap_voutlib.h | 16 struct v4l2_framebuffer *fbuf, struct v4l2_rect *crop); 20 struct v4l2_framebuffer *fbuf, 23 int omap_vout_try_window(struct v4l2_framebuffer *fbuf, 27 struct v4l2_window *win, struct v4l2_framebuffer *fbuf, 31 struct v4l2_framebuffer *fbuf, struct v4l2_rect *crop,
|
D | omap_voutlib.c | 44 struct v4l2_framebuffer *fbuf, struct v4l2_rect *crop) in omap_vout_default_crop() 63 int omap_vout_try_window(struct v4l2_framebuffer *fbuf, in omap_vout_try_window() 112 struct v4l2_window *win, struct v4l2_framebuffer *fbuf, in omap_vout_new_window() 167 struct v4l2_framebuffer *fbuf, const struct v4l2_rect *new_crop) in omap_vout_new_crop() 282 struct v4l2_framebuffer *fbuf, struct v4l2_rect *crop, in omap_vout_new_format()
|
D | omap_voutdef.h | 151 struct v4l2_framebuffer fbuf;
|
/Linux-v4.19/drivers/media/platform/vivid/ |
D | vivid-vid-out.h | 32 int vivid_vid_out_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *a); 33 int vivid_vid_out_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuffer *a);
|
D | vivid-vid-cap.h | 37 int vivid_vid_cap_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *a); 38 int vivid_vid_cap_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuffer *a);
|
D | vivid-core.h | 322 struct v4l2_framebuffer fb_cap;
|
D | vivid-vid-out.c | 953 struct v4l2_framebuffer *a) in vivid_vid_out_g_fbuf() 982 const struct v4l2_framebuffer *a) in vivid_vid_out_s_fbuf()
|
D | vivid-core.c | 291 static int vidioc_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *a) in vidioc_g_fbuf() 300 static int vidioc_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuffer *a) in vidioc_s_fbuf()
|
/Linux-v4.19/include/media/ |
D | videobuf-core.h | 127 struct v4l2_framebuffer *fbuf); 180 struct v4l2_framebuffer *fbuf);
|
D | v4l2-ioctl.h | 425 struct v4l2_framebuffer *a); 427 const struct v4l2_framebuffer *a);
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | vidioc-g-fbuf.rst | 18 .. c:function:: int ioctl( int fd, VIDIOC_G_FBUF, struct v4l2_framebuffer *argp ) 21 .. c:function:: int ioctl( int fd, VIDIOC_S_FBUF, const struct v4l2_framebuffer *argp ) 32 Pointer to struct :c:type:`v4l2_framebuffer`. 53 ioctl with a pointer to a struct :c:type:`v4l2_framebuffer` 59 struct :c:type:`v4l2_framebuffer`. Since the framebuffer is 81 .. c:type:: v4l2_framebuffer 85 .. flat-table:: struct v4l2_framebuffer
|
D | dev-osd.rst | 44 ``base`` field of struct :c:type:`v4l2_framebuffer`. 63 struct v4l2_framebuffer fbuf;
|
D | diff-v4l.rst | 104 :c:type:`v4l2_framebuffer` 110 struct :c:type:`v4l2_framebuffer` 115 of struct :c:type:`v4l2_framebuffer` 430 struct :c:type:`v4l2_framebuffer`. The ``depth`` 454 into struct :c:type:`v4l2_framebuffer`, under the new
|
D | vidioc-querycap.rst | 272 The struct :c:type:`v4l2_framebuffer` lacks an
|
/Linux-v4.19/include/media/drv-intf/ |
D | saa7146_vv.h | 122 struct v4l2_framebuffer ov_fb;
|
/Linux-v4.19/drivers/media/platform/ |
D | fsl-viu.c | 144 struct v4l2_framebuffer ovbuf; 806 static int vidioc_g_fbuf(struct file *file, void *priv, struct v4l2_framebuffer *arg) in vidioc_g_fbuf() 810 struct v4l2_framebuffer *fb = arg; in vidioc_g_fbuf() 817 static int vidioc_s_fbuf(struct file *file, void *priv, const struct v4l2_framebuffer *arg) in vidioc_s_fbuf() 821 const struct v4l2_framebuffer *fb = arg; in vidioc_s_fbuf()
|
/Linux-v4.19/drivers/media/v4l2-core/ |
D | videobuf-vmalloc.c | 159 struct v4l2_framebuffer *fbuf) in __videobuf_iolock()
|
D | v4l2-compat-ioctl32.c | 771 static int get_v4l2_framebuffer32(struct v4l2_framebuffer __user *p64, in get_v4l2_framebuffer32() 786 static int put_v4l2_framebuffer32(struct v4l2_framebuffer __user *p64, in put_v4l2_framebuffer32() 1283 err = alloc_userspace(sizeof(struct v4l2_framebuffer), 0, in do_video_ioctl() 1291 err = alloc_userspace(sizeof(struct v4l2_framebuffer), 0, in do_video_ioctl()
|
D | videobuf-dma-contig.c | 238 struct v4l2_framebuffer *fbuf) in __videobuf_iolock()
|
D | videobuf-dma-sg.c | 504 struct v4l2_framebuffer *fbuf) in __videobuf_iolock()
|
/Linux-v4.19/drivers/media/pci/bt8xx/ |
D | bttvp.h | 436 struct v4l2_framebuffer fbuf;
|
/Linux-v4.19/include/uapi/linux/ |
D | videodev2.h | 1011 struct v4l2_framebuffer { struct 2325 #define VIDIOC_G_FBUF _IOR('V', 10, struct v4l2_framebuffer) 2326 #define VIDIOC_S_FBUF _IOW('V', 11, struct v4l2_framebuffer)
|
/Linux-v4.19/drivers/media/pci/ngene/ |
D | ngene.h | 727 struct v4l2_framebuffer fbuf;
|
/Linux-v4.19/drivers/media/common/saa7146/ |
D | saa7146_video.c | 473 static int vidioc_g_fbuf(struct file *file, void *fh, struct v4l2_framebuffer *fb) in vidioc_g_fbuf() 484 static int vidioc_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuffer *fb) in vidioc_s_fbuf()
|
/Linux-v4.19/drivers/media/pci/saa7134/ |
D | saa7134.h | 598 struct v4l2_framebuffer ovbuf;
|