Home
last modified time | relevance | path

Searched refs:vcapture (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/media/test-drivers/vimc/
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->format.height, in vimc_capture_s_fmt_vid_cap()
136 vcapture->format.pixelformat, vcapture->format.colorspace, in vimc_capture_s_fmt_vid_cap()
[all …]
/Linux-v6.1/drivers/media/pci/bt8xx/
Dbttvp.h459 struct list_head vcapture; /* vbi capture queue */ member
Dbttv-vbi.c207 list_add_tail(&buf->vb.queue,&btv->vcapture); in vbi_buffer_queue()
Dbttv-driver.c3627 while (!list_empty(&btv->vcapture)) { in bttv_irq_timeout()
3628 item = list_entry(btv->vcapture.next, struct bttv_buffer, vb.queue); in bttv_irq_timeout()
3715 if (!list_empty(&btv->vcapture)) in bttv_irq_switch_vbi()
3716 new = list_entry(btv->vcapture.next, struct bttv_buffer, vb.queue); in bttv_irq_switch_vbi()
3992 INIT_LIST_HEAD(&btv->vcapture); in bttv_probe()