Searched refs:vcapture (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/media/test-drivers/vimc/ |
H A D | vimc-capture.c | 69 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 …]
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-vbi.c | 84 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 D | bttvp.h | 415 struct list_head vcapture; /* vbi capture queue */ member
|
H A D | bttv-driver.c | 2845 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()
|