Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/test-drivers/vimc/
A Dvimc-capture.c135 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()
137 vcapture->format.quantization, vcapture->format.xfer_func, in vimc_capture_s_fmt_vid_cap()
255 ret = vimc_streamer_s_stream(&vcapture->stream, &vcapture->ved, 1); in vimc_capture_start_streaming()
273 vimc_streamer_s_stream(&vcapture->stream, &vcapture->ved, 0); in vimc_capture_stop_streaming()
346 kfree(vcapture); in vimc_capture_release()
407 vcapture = kzalloc(sizeof(*vcapture), GFP_KERNEL); in vimc_capture_add()
408 if (!vcapture) in vimc_capture_add()
454 vcapture->format.sizeimage = vcapture->format.bytesperline * in vimc_capture_add()
458 vcapture->ved.ent = &vcapture->vdev.entity; in vimc_capture_add()
[all …]
/linux-6.3-rc2/drivers/media/pci/bt8xx/
A Dbttvp.h459 struct list_head vcapture; /* vbi capture queue */ member
A Dbttv-vbi.c207 list_add_tail(&buf->vb.queue,&btv->vcapture); in vbi_buffer_queue()
A 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()

Completed in 14 milliseconds