Home
last modified time | relevance | path

Searched defs:vcapture (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/media/test-drivers/vimc/
H A Dvimc-capture.c78 struct vimc_capture_device *vcapture = video_drvdata(file); in vimc_capture_g_fmt_vid_cap() local
120 struct vimc_capture_device *vcapture = video_drvdata(file); in vimc_capture_s_fmt_vid_cap() local
227 static void vimc_capture_return_all_buffers(struct vimc_capture_device *vcapture, in vimc_capture_return_all_buffers()
244 struct vimc_capture_device *vcapture = vb2_get_drv_priv(vq); in vimc_capture_start_streaming() local
272 struct vimc_capture_device *vcapture = vb2_get_drv_priv(vq); in vimc_capture_stop_streaming() local
285 struct vimc_capture_device *vcapture = vb2_get_drv_priv(vb2_buf->vb2_queue); in vimc_capture_buf_queue() local
299 struct vimc_capture_device *vcapture = vb2_get_drv_priv(vq); in vimc_capture_queue_setup() local
312 struct vimc_capture_device *vcapture = vb2_get_drv_priv(vb->vb2_queue); in vimc_capture_buffer_prepare() local
337 struct vimc_capture_device *vcapture = in vimc_capture_release() local
346 struct vimc_capture_device *vcapture = in vimc_capture_unregister() local
[all …]
/linux-6.15/drivers/media/pci/bt8xx/
H A Dbttvp.h415 struct list_head vcapture; /* vbi capture queue */ member