Home
last modified time | relevance | path

Searched refs:vcapture (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/test-drivers/vimc/
H A Dvimc-capture.c69 struct vimc_capture_device *vcapture = container_of(ved, struct vimc_capture_device, in vimc_capture_get_format() local
72 *fmt = vcapture->format; in vimc_capture_get_format()
78 struct vimc_capture_device *vcapture = video_drvdata(file); in vimc_capture_g_fmt_vid_cap() local
80 f->fmt.pix = vcapture->format; in vimc_capture_g_fmt_vid_cap()
120 struct vimc_capture_device *vcapture = video_drvdata(file); in vimc_capture_s_fmt_vid_cap() local
124 if (vb2_is_busy(&vcapture->queue)) in vimc_capture_s_fmt_vid_cap()
131 dev_dbg(vcapture->ved.dev, "%s: format update: " in vimc_capture_s_fmt_vid_cap()
133 "new:%dx%d (0x%x, %d, %d, %d, %d)\n", vcapture->vdev.name, in vimc_capture_s_fmt_vid_cap()
135 vcapture->format.width, vcapture in vimc_capture_s_fmt_vid_cap()
226 vimc_capture_return_all_buffers(struct vimc_capture_device *vcapture, enum vb2_buffer_state state) vimc_capture_return_all_buffers() argument
243 struct vimc_capture_device *vcapture = vb2_get_drv_priv(vq); vimc_capture_start_streaming() local
271 struct vimc_capture_device *vcapture = vb2_get_drv_priv(vq); vimc_capture_stop_streaming() local
284 struct vimc_capture_device *vcapture = vb2_get_drv_priv(vb2_buf->vb2_queue); vimc_capture_buf_queue() local
298 struct vimc_capture_device *vcapture = vb2_get_drv_priv(vq); vimc_capture_queue_setup() local
311 struct vimc_capture_device *vcapture = vb2_get_drv_priv(vb->vb2_queue); vimc_capture_buffer_prepare() local
342 struct vimc_capture_device *vcapture = vimc_capture_release() local
351 struct vimc_capture_device *vcapture = vimc_capture_unregister() local
360 struct vimc_capture_device *vcapture = container_of(ved, struct vimc_capture_device, vimc_capture_process_frame() local
401 struct vimc_capture_device *vcapture; vimc_capture_add() local
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttv-vbi.c84 if (list_empty(&btv->vcapture)) { in buf_queue_vbi()
91 list_add_tail(&buf->list, &btv->vcapture); in buf_queue_vbi()
134 while (!list_empty(&btv->vcapture)) { in start_streaming_vbi()
135 buf = list_entry(btv->vcapture.next, in start_streaming_vbi()
H A Dbttvp.h415 struct list_head vcapture; /* vbi capture queue */ member
H A Dbttv-driver.c2845 while (!list_empty(&btv->vcapture)) { in bttv_irq_timeout()
2846 item = list_entry(btv->vcapture.next, struct bttv_buffer, list); in bttv_irq_timeout()
2934 if (!list_empty(&btv->vcapture)) in bttv_irq_switch_vbi()
2935 new = list_entry(btv->vcapture.next, struct bttv_buffer, list); in bttv_irq_switch_vbi()
3237 INIT_LIST_HEAD(&btv->vcapture); in bttv_probe()
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttvp.h459 struct list_head vcapture; /* vbi capture queue */ member
H A Dbttv-vbi.c207 list_add_tail(&buf->vb.queue,&btv->vcapture); in vbi_buffer_queue()
H A Dbttv-driver.c3637 while (!list_empty(&btv->vcapture)) { in bttv_irq_timeout()
3638 item = list_entry(btv->vcapture.next, struct bttv_buffer, vb.queue); in bttv_irq_timeout()
3725 if (!list_empty(&btv->vcapture)) in bttv_irq_switch_vbi()
3726 new = list_entry(btv->vcapture.next, struct bttv_buffer, vb.queue); in bttv_irq_switch_vbi()
4002 INIT_LIST_HEAD(&btv->vcapture); in bttv_probe()

Completed in 14 milliseconds