Searched refs:vcapture (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/media/test-drivers/vimc/ |
| H A D | vimc-capture.c | 67 struct vimc_capture_device *vcapture = container_of(ved, struct vimc_capture_device, in vimc_capture_get_format() local 70 *fmt = vcapture->format; in vimc_capture_get_format() 76 struct vimc_capture_device *vcapture = video_drvdata(file); in vimc_capture_g_fmt_vid_cap() local 78 f->fmt.pix = vcapture->format; in vimc_capture_g_fmt_vid_cap() 118 struct vimc_capture_device *vcapture = video_drvdata(file); in vimc_capture_s_fmt_vid_cap() local 122 if (vb2_is_busy(&vcapture->queue)) in vimc_capture_s_fmt_vid_cap() 129 dev_dbg(vcapture->ved.dev, "%s: format update: " in vimc_capture_s_fmt_vid_cap() 131 "new:%dx%d (0x%x, %d, %d, %d, %d)\n", vcapture->vdev.name, in vimc_capture_s_fmt_vid_cap() 133 vcapture->format.width, vcapture->format.height, in vimc_capture_s_fmt_vid_cap() 134 vcapture->format.pixelformat, vcapture->format.colorspace, in vimc_capture_s_fmt_vid_cap() [all …]
|
| /linux/drivers/media/pci/bt8xx/ |
| H A D | bttvp.h | 415 struct list_head vcapture; /* vbi capture queue */ member
|
| H A D | bttv-driver.c | 2843 while (!list_empty(&btv->vcapture)) { in bttv_irq_timeout() 2844 item = list_entry(btv->vcapture.next, struct bttv_buffer, list); in bttv_irq_timeout() 2932 if (!list_empty(&btv->vcapture)) in bttv_irq_switch_vbi() 2933 new = list_entry(btv->vcapture.next, struct bttv_buffer, list); in bttv_irq_switch_vbi() 3235 INIT_LIST_HEAD(&btv->vcapture); in bttv_probe()
|