Home
last modified time | relevance | path

Searched refs:fbuf (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/media/platform/ti/omap/
H A Domap_voutlib.c44 struct v4l2_framebuffer *fbuf, struct v4l2_rect *crop) in omap_vout_default_crop() argument
46 crop->width = (pix->width < fbuf->fmt.width) ? in omap_vout_default_crop()
47 pix->width : fbuf->fmt.width; in omap_vout_default_crop()
48 crop->height = (pix->height < fbuf->fmt.height) ? in omap_vout_default_crop()
49 pix->height : fbuf->fmt.height; in omap_vout_default_crop()
63 int omap_vout_try_window(struct v4l2_framebuffer *fbuf, in omap_vout_try_window() argument
82 try_win.width = (try_win.width < fbuf->fmt.width) ? in omap_vout_try_window()
83 try_win.width : fbuf->fmt.width; in omap_vout_try_window()
84 try_win.height = (try_win.height < fbuf->fmt.height) ? in omap_vout_try_window()
85 try_win.height : fbuf->fmt.height; in omap_vout_try_window()
[all …]
H A Domap_voutlib.h16 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,
/linux/include/trace/events/
H A Dpwc.h16 __field(struct pwc_frame_buf*, fbuf)
24 __entry->fbuf = pdev->fill_buf;
31 TP_printk("dev=%s (fbuf=%p filled=%d) urb=%p (status=%d actual_length=%u)",
33 __entry->fbuf,
45 __field(struct pwc_frame_buf*, fbuf)
51 __entry->fbuf = pdev->fill_buf;
55 TP_printk(" dev=%s (fbuf=%p filled=%d) urb=%p",
57 __entry->fbuf,
/linux/drivers/media/usb/pwc/
H A Dpwc-uncompress.c21 int pwc_decompress(struct pwc_device *pdev, struct pwc_frame_buf *fbuf) in pwc_decompress() argument
28 image = vb2_plane_vaddr(&fbuf->vb.vb2_buf, 0); in pwc_decompress()
30 yuv = fbuf->data + pdev->frame_header_size; /* Skip header */ in pwc_decompress()
43 vb2_set_plane_payload(&fbuf->vb.vb2_buf, 0, in pwc_decompress()
48 vb2_set_plane_payload(&fbuf->vb.vb2_buf, 0, in pwc_decompress()
H A Dpwc.h381 int pwc_decompress(struct pwc_device *pdev, struct pwc_frame_buf *fbuf);
/linux/sound/usb/line6/
H A Dcapture.c84 void line6_capture_copy(struct snd_line6_pcm *line6pcm, char *fbuf, int fsize) in line6_capture_copy() argument
108 line6pcm->in.pos_done * bytes_per_frame, fbuf, in line6_capture_copy()
110 memcpy(runtime->dma_area, fbuf + len * bytes_per_frame, in line6_capture_copy()
120 line6pcm->in.pos_done * bytes_per_frame, fbuf, fsize); in line6_capture_copy()
162 char *fbuf; in audio_in_callback() local
171 fbuf = urb->transfer_buffer + fin->offset; in audio_in_callback()
191 line6pcm->prev_fbuf = fbuf; in audio_in_callback()
199 line6_capture_copy(line6pcm, fbuf, fsize); in audio_in_callback()
H A Dcapture.h18 extern void line6_capture_copy(struct snd_line6_pcm *line6pcm, char *fbuf,
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-osd.rst63 struct v4l2_framebuffer fbuf;
67 if (-1 == ioctl(fd, VIDIOC_G_FBUF, &fbuf)) {
92 if (si.smem_start == (unsigned long)fbuf.base)
H A Duser-func.rst42 vidioc-g-fbuf
/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c306 struct xfs_buf *fbuf; in xfs_ialloc_inode_init() local
367 XBF_UNMAPPED, &fbuf); in xfs_ialloc_inode_init()
372 fbuf->b_ops = &xfs_inode_buf_ops; in xfs_ialloc_inode_init()
373 xfs_buf_zero(fbuf, 0, BBTOB(fbuf->b_length)); in xfs_ialloc_inode_init()
377 free = xfs_make_iptr(mp, fbuf, i); in xfs_ialloc_inode_init()
391 xfs_trans_log_buf(tp, fbuf, ioffset, in xfs_ialloc_inode_init()
405 xfs_trans_inode_alloc_buf(tp, fbuf); in xfs_ialloc_inode_init()
413 xfs_trans_ordered_buf(tp, fbuf); in xfs_ialloc_inode_init()
416 fbuf->b_flags |= XBF_DONE; in xfs_ialloc_inode_init()
417 xfs_buf_delwri_queue(fbuf, buffer_list); in xfs_ialloc_inode_init()
[all …]
/linux/drivers/scsi/csiostor/
H A Dcsio_wr.c1052 struct csio_dma_buf *buf, *fbuf; in csio_wr_process_fl() local
1073 for (fbuf = flb.flbufs; ; fbuf++) { in csio_wr_process_fl()
1077 fbuf->paddr = buf->paddr; in csio_wr_process_fl()
1078 fbuf->vaddr = buf->vaddr; in csio_wr_process_fl()
1082 fbuf->len = lastlen; in csio_wr_process_fl()
/linux/drivers/media/pci/bt8xx/
H A Dbttvp.h380 struct v4l2_framebuffer fbuf; member
/linux/lib/
H A Ddynamic_debug.c181 struct flagsbuf fbuf, nbuf; in ddebug_change() local
260 ddebug_describe_flags(dp->flags, &fbuf), in ddebug_change()