Home
last modified time | relevance | path

Searched refs:video_q (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/media/common/saa7146/
A Dsaa7146_video.c877 return videobuf_reqbufs(&fh->video_q, b); in vidioc_reqbufs()
888 return videobuf_querybuf(&fh->video_q, buf); in vidioc_querybuf()
899 return videobuf_qbuf(&fh->video_q, buf); in vidioc_qbuf()
910 return videobuf_dqbuf(&fh->video_q, buf, file->f_flags & O_NONBLOCK); in vidioc_dqbuf()
927 return videobuf_streamon(&fh->video_q); in vidioc_streamon()
957 err = videobuf_streamoff(&fh->video_q); in vidioc_streamoff()
1195 videobuf_queue_sg_init(&fh->video_q, &video_qops, in video_open()
1210 struct videobuf_queue *q = &fh->video_q; in video_close()
1263 ret = videobuf_read_one(&fh->video_q , data, count, ppos, in video_read()
A Dsaa7146_fops.c298 q = &fh->video_q; in fops_mmap()
338 q = &fh->video_q; in __fops_poll()
/linux-6.3-rc2/drivers/media/pci/saa7134/
A Dsaa7134-video.c986 dmaq == &dev->video_q && dev->fmt->planar) { in saa7134_vb2_start_streaming()
2082 INIT_LIST_HEAD(&dev->video_q.queue); in saa7134_video_init1()
2083 timer_setup(&dev->video_q.timeout, saa7134_buffer_timeout, 0); in saa7134_video_init1()
2084 dev->video_q.dev = dev; in saa7134_video_init1()
2112 q->drv_priv = &dev->video_q; in saa7134_video_init1()
2123 saa7134_pgtable_alloc(dev->pci, &dev->video_q.pt); in saa7134_video_init1()
2150 saa7134_pgtable_free(dev->pci, &dev->video_q.pt); in saa7134_video_fini()
2243 if (dev->video_q.curr) { in saa7134_irq_video_done()
2248 dev->video_q.curr->top_seen = 1; in saa7134_irq_video_done()
2251 if (!dev->video_q.curr->top_seen) in saa7134_irq_video_done()
[all …]
A Dsaa7134-core.c389 if (dev->video_q.curr) { in saa7134_set_dmabits()
398 if (dev->video_q.curr && dev->fmt->planar) { in saa7134_set_dmabits()
1425 del_timer(&dev->video_q.timeout); in saa7134_suspend()
1471 saa7134_buffer_requeue(dev, &dev->video_q); in saa7134_resume()
A Dsaa7134.h604 struct saa7134_dmaqueue video_q; member
/linux-6.3-rc2/include/media/drv-intf/
A Dsaa7146_vv.h93 struct videobuf_queue video_q; member

Completed in 19 milliseconds