Searched refs:vbq (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/staging/media/ipu3/
H A Dipu3-v4l2.c319 container_of(vb->vb2_queue, struct imgu_video_device, vbq);
335 container_of(vb->vb2_queue, struct imgu_video_device, vbq);
349 container_of(vb->vb2_queue, struct imgu_video_device, vbq);
394 container_of(vq, struct imgu_video_device, vbq);
444 if (node->enabled && !vb2_start_streaming_called(&node->vbq))
473 container_of(vq, struct imgu_video_device, vbq);
535 container_of(vq, struct imgu_video_device, vbq);
850 if (fmt->index > 0 || fmt->type != node->vbq.type)
867 if (f->type != node->vbq.type)
1133 struct vb2_queue *vbq local
[all...]
H A Dipu3.h76 struct vb2_queue vbq; member in struct:imgu_video_device
/linux-master/drivers/media/pci/intel/ipu3/
H A Dipu3-cio2.c894 container_of(vb->vb2_queue, struct cio2_queue, vbq);
1505 struct vb2_queue *vbq = &q->vbq; local
1573 /* Initialize vbq */
1574 vbq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
1575 vbq->io_modes = VB2_USERPTR | VB2_MMAP | VB2_DMABUF;
1576 vbq->ops = &cio2_vb2_ops;
1577 vbq->mem_ops = &vb2_dma_sg_memops;
1578 vbq->buf_struct_size = sizeof(struct cio2_buffer);
1579 vbq
[all...]
H A Dipu3-cio2.h367 struct vb2_queue vbq; member in struct:cio2_queue
459 return container_of(vq, struct cio2_queue, vbq);
/linux-master/drivers/media/platform/nuvoton/
H A Dnpcm-video.c1574 struct vb2_queue *vbq = &video->queue; local
1606 vbq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
1607 vbq->io_modes = VB2_MMAP | VB2_DMABUF;
1608 vbq->dev = v4l2_dev->dev;
1609 vbq->lock = &video->video_lock;
1610 vbq->ops = &npcm_video_vb2_ops;
1611 vbq->mem_ops = &vb2_dma_contig_memops;
1612 vbq->drv_priv = video;
1613 vbq->buf_struct_size = sizeof(struct npcm_video_buffer);
1614 vbq
[all...]
/linux-master/mm/
H A Dvmalloc.c2559 struct vmap_block_queue *vbq; local
2605 vbq = raw_cpu_ptr(&vmap_block_queue);
2606 spin_lock(&vbq->lock);
2607 list_add_tail_rcu(&vb->free_list, &vbq->free);
2608 spin_unlock(&vbq->lock);
2633 struct vmap_block_queue *vbq, struct list_head *purge_list,
2650 spin_lock(&vbq->lock);
2652 spin_unlock(&vbq->lock);
2671 struct vmap_block_queue *vbq = &per_cpu(vmap_block_queue, cpu); local
2674 list_for_each_entry_rcu(vb, &vbq
2632 purge_fragmented_block(struct vmap_block *vb, struct vmap_block_queue *vbq, struct list_head *purge_list, bool force_purge) argument
2700 struct vmap_block_queue *vbq; local
2807 struct vmap_block_queue *vbq = &per_cpu(vmap_block_queue, cpu); local
5086 struct vmap_block_queue *vbq; local
[all...]
/linux-master/drivers/media/platform/aspeed/
H A Daspeed-video.c1989 struct vb2_queue *vbq = &video->queue; local
2028 vbq->type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
2029 vbq->io_modes = VB2_MMAP | VB2_READ | VB2_DMABUF;
2030 vbq->dev = v4l2_dev->dev;
2031 vbq->lock = &video->video_lock;
2032 vbq->ops = &aspeed_video_vb2_ops;
2033 vbq->mem_ops = &vb2_dma_contig_memops;
2034 vbq->drv_priv = video;
2035 vbq->buf_struct_size = sizeof(struct aspeed_video_buffer);
2036 vbq
[all...]
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.h295 * @vbq: the capture am video buffer queue
315 struct vb2_queue vbq; member in struct:fimc_vid_cap
H A Dfimc-capture.c435 if (vb2_is_streaming(&vid_cap->vbq) &&
1018 if (vb2_is_busy(&fimc->vid_cap.vbq))
1527 if (fmt->pad == FIMC_SD_PAD_SOURCE && vb2_is_busy(&vc->vbq))
1717 struct vb2_queue *q = &fimc->vid_cap.vbq;

Completed in 169 milliseconds