Searched refs:fbuf (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/media/platform/ti/omap/
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,
H A Domap_voutlib.c38 * size in pix and the video display size in fbuf. The default
44 struct v4l2_framebuffer *fbuf, struct v4l2_rect *crop)
46 crop->width = (pix->width < fbuf->fmt.width) ?
47 pix->width : fbuf->fmt.width;
48 crop->height = (pix->height < fbuf->fmt.height) ?
49 pix->height : fbuf->fmt.height;
63 int omap_vout_try_window(struct v4l2_framebuffer *fbuf, argument
82 try_win.width = (try_win.width < fbuf->fmt.width) ?
83 try_win.width : fbuf->fmt.width;
84 try_win.height = (try_win.height < fbuf
43 omap_vout_default_crop(struct v4l2_pix_format *pix, struct v4l2_framebuffer *fbuf, struct v4l2_rect *crop) argument
115 omap_vout_new_window(struct v4l2_rect *crop, struct v4l2_window *win, struct v4l2_framebuffer *fbuf, struct v4l2_window *new_win) argument
169 omap_vout_new_crop(struct v4l2_pix_format *pix, struct v4l2_rect *crop, struct v4l2_window *win, struct v4l2_framebuffer *fbuf, const struct v4l2_rect *new_crop) argument
285 omap_vout_new_format(struct v4l2_pix_format *pix, struct v4l2_framebuffer *fbuf, struct v4l2_rect *crop, struct v4l2_window *win) argument
[all...]
H A Domap_vout.c626 vout->fbuf.fmt.height = timing->y_res;
627 vout->fbuf.fmt.width = timing->x_res;
668 vout->fbuf.fmt.height = timing->x_res;
669 vout->fbuf.fmt.width = timing->y_res;
671 vout->fbuf.fmt.height = timing->y_res;
672 vout->fbuf.fmt.width = timing->x_res;
691 omap_vout_new_format(&vout->pix, &vout->fbuf, &vout->crop, &vout->win);
711 ret = omap_vout_try_window(&vout->fbuf, win);
731 ret = omap_vout_new_window(&vout->crop, &vout->win, &vout->fbuf, win);
742 if (vout->fbuf
[all...]
H A Domap_voutdef.h149 struct v4l2_framebuffer fbuf; member in struct:omap_vout_device
/linux-master/drivers/media/usb/pwc/
H A Dpwc-uncompress.c21 int pwc_decompress(struct pwc_device *pdev, struct pwc_frame_buf *fbuf) argument
28 image = vb2_plane_vaddr(&fbuf->vb.vb2_buf, 0);
30 yuv = fbuf->data + pdev->frame_header_size; /* Skip header */
43 vb2_set_plane_payload(&fbuf->vb.vb2_buf, 0,
48 vb2_set_plane_payload(&fbuf->vb.vb2_buf, 0,
H A Dpwc-if.c221 struct pwc_frame_buf *fbuf = pdev->fill_buf; local
228 unsigned char *ptr = (unsigned char *)fbuf->data;
253 if (fbuf->filled == 4)
256 unsigned char *ptr = (unsigned char *)fbuf->data;
268 if (fbuf->filled < pdev->frame_total_size) {
270 fbuf->filled);
272 fbuf->vb.field = V4L2_FIELD_NONE;
273 fbuf->vb.sequence = pdev->vframe_count;
274 vb2_buffer_done(&fbuf->vb.vb2_buf, VB2_BUF_STATE_DONE);
354 struct pwc_frame_buf *fbuf local
[all...]
H A Dpwc.h381 int pwc_decompress(struct pwc_device *pdev, struct pwc_frame_buf *fbuf);
/linux-master/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-master/sound/usb/line6/
H A Dcapture.h18 extern void line6_capture_copy(struct snd_line6_pcm *line6pcm, char *fbuf,
H A Dcapture.c84 void line6_capture_copy(struct snd_line6_pcm *line6pcm, char *fbuf, int fsize) argument
108 line6pcm->in.pos_done * bytes_per_frame, fbuf,
110 memcpy(runtime->dma_area, fbuf + len * bytes_per_frame,
120 line6pcm->in.pos_done * bytes_per_frame, fbuf, fsize);
162 char *fbuf; local
171 fbuf = urb->transfer_buffer + fin->offset;
191 line6pcm->prev_fbuf = fbuf;
199 line6_capture_copy(line6pcm, fbuf, fsize);
/linux-master/drivers/crypto/xilinx/
H A Dzynqmp-sha.c44 static char *ubuf, *fbuf; variable
156 memcpy(out, fbuf, SHA3_384_DIGEST_SIZE);
157 memzero_explicit(fbuf, SHA3_384_DIGEST_SIZE);
223 fbuf = dma_alloc_coherent(dev, SHA3_384_DIGEST_SIZE, &final_dma_addr, GFP_KERNEL);
224 if (!fbuf) {
245 dma_free_coherent(sha3_drv_ctx.dev, SHA3_384_DIGEST_SIZE, fbuf, final_dma_addr);
/linux-master/drivers/media/platform/renesas/
H A Drcar_drif.c305 struct rcar_drif_frame_buf *fbuf, *tmp; local
309 list_for_each_entry_safe(fbuf, tmp, &sdr->queued_bufs, list) {
310 list_del(&fbuf->list);
311 vb2_buffer_done(&fbuf->vb.vb2_buf, state);
445 struct rcar_drif_frame_buf *fbuf = local
451 list_add_tail(&fbuf->list, &sdr->queued_bufs);
459 struct rcar_drif_frame_buf *fbuf; local
463 fbuf = list_first_entry_or_null(&sdr->queued_bufs, struct
465 if (!fbuf) {
474 list_del(&fbuf
524 struct rcar_drif_frame_buf *fbuf; local
[all...]
H A Drcar_fdp1.c720 struct fdp1_field_buffer *fbuf)
723 if (!fbuf)
726 if (fbuf->last_field)
727 v4l2_m2m_buf_done(fbuf->vb, VB2_BUF_STATE_DONE);
731 struct fdp1_field_buffer *fbuf)
736 list_add_tail(&fbuf->list, &ctx->fields_queue);
744 struct fdp1_field_buffer *fbuf; local
750 fbuf = list_first_entry_or_null(&ctx->fields_queue,
752 if (fbuf)
753 list_del(&fbuf
719 fdp1_field_complete(struct fdp1_ctx *ctx, struct fdp1_field_buffer *fbuf) argument
730 fdp1_queue_field(struct fdp1_ctx *ctx, struct fdp1_field_buffer *fbuf) argument
765 struct fdp1_field_buffer *fbuf; local
1183 struct fdp1_buffer *fbuf; local
1279 struct fdp1_field_buffer *fbuf = &buf->fields[i]; local
1790 struct fdp1_field_buffer *fbuf = &buf->fields[field_num]; local
1982 struct fdp1_field_buffer *fbuf; local
[all...]
/linux-master/drivers/media/usb/airspy/
H A Dairspy.c270 struct airspy_frame_buf *fbuf; local
293 fbuf = airspy_get_next_fill_buf(s);
294 if (unlikely(fbuf == NULL)) {
303 ptr = vb2_plane_vaddr(&fbuf->vb.vb2_buf, 0);
306 vb2_set_plane_payload(&fbuf->vb.vb2_buf, 0, len);
307 fbuf->vb.vb2_buf.timestamp = ktime_get_ns();
308 fbuf->vb.sequence = s->sequence++;
309 vb2_buffer_done(&fbuf->vb.vb2_buf, VB2_BUF_STATE_DONE);
/linux-master/drivers/media/usb/msi2500/
H A Dmsi2500.c368 struct msi2500_frame_buf *fbuf; local
410 fbuf = msi2500_get_next_fill_buf(dev);
411 if (unlikely(fbuf == NULL)) {
420 ptr = vb2_plane_vaddr(&fbuf->vb.vb2_buf, 0);
422 vb2_set_plane_payload(&fbuf->vb.vb2_buf, 0, flen);
423 vb2_buffer_done(&fbuf->vb.vb2_buf, VB2_BUF_STATE_DONE);
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.c304 struct xfs_buf *fbuf; local
365 XBF_UNMAPPED, &fbuf);
370 fbuf->b_ops = &xfs_inode_buf_ops;
371 xfs_buf_zero(fbuf, 0, BBTOB(fbuf->b_length));
375 free = xfs_make_iptr(mp, fbuf, i);
389 xfs_trans_log_buf(tp, fbuf, ioffset,
403 xfs_trans_inode_alloc_buf(tp, fbuf);
411 xfs_trans_ordered_buf(tp, fbuf);
414 fbuf
[all...]
/linux-master/drivers/scsi/csiostor/
H A Dcsio_wr.c1052 struct csio_dma_buf *buf, *fbuf; local
1073 for (fbuf = flb.flbufs; ; fbuf++) {
1077 fbuf->paddr = buf->paddr;
1078 fbuf->vaddr = buf->vaddr;
1082 fbuf->len = lastlen;
/linux-master/drivers/media/dvb-frontends/
H A Drtl2832_sdr.c221 struct rtl2832_sdr_frame_buf *fbuf; local
244 fbuf = rtl2832_sdr_get_next_fill_buf(dev);
245 if (unlikely(fbuf == NULL)) {
254 ptr = vb2_plane_vaddr(&fbuf->vb.vb2_buf, 0);
257 vb2_set_plane_payload(&fbuf->vb.vb2_buf, 0, len);
258 fbuf->vb.vb2_buf.timestamp = ktime_get_ns();
259 fbuf->vb.sequence = dev->sequence++;
260 vb2_buffer_done(&fbuf->vb.vb2_buf, VB2_BUF_STATE_DONE);
/linux-master/drivers/media/pci/bt8xx/
H A Dbttvp.h380 struct v4l2_framebuffer fbuf; member in struct:bttv
/linux-master/lib/
H A Ddynamic_debug.c181 struct flagsbuf fbuf, nbuf; local
260 ddebug_describe_flags(dp->flags, &fbuf),

Completed in 233 milliseconds