Home
last modified time | relevance | path

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

/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()
256 ret = vimc_streamer_s_stream(&vcapture->stream, &vcapture->ved, 1); in vimc_capture_start_streaming()
274 vimc_streamer_s_stream(&vcapture->stream, &vcapture->ved, 0); in vimc_capture_stop_streaming()
341 kfree(vcapture); in vimc_capture_release()
402 vcapture = kzalloc(sizeof(*vcapture), GFP_KERNEL); in vimc_capture_add()
403 if (!vcapture) in vimc_capture_add()
449 vcapture->format.sizeimage = vcapture->format.bytesperline * in vimc_capture_add()
453 vcapture->ved.ent = &vcapture->vdev.entity; in vimc_capture_add()
[all …]
/drivers/media/pci/bt8xx/
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()
A Dbttvp.h415 struct list_head vcapture; /* vbi capture queue */ member
A Dbttv-driver.c2843 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()

Completed in 16 milliseconds