Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/pci/ivtv/
Divtv-driver.h328 struct ivtv_stream { struct
331 struct video_device vdev; /* vdev.v4l2_dev is NULL if there is no device */
332 struct ivtv *itv; /* for ease of use */
333 const char *name; /* name of the stream */
334 int type; /* stream type */
335 u32 caps; /* V4L2 capabilities */
337 struct v4l2_fh *fh; /* pointer to the streaming filehandle */
338 spinlock_t qlock; /* locks access to the queues */
339 unsigned long s_flags; /* status flags, see above */
340 int dma; /* can be PCI_DMA_TODEVICE, PCI_DMA_FROMDEVICE or PCI_DMA_NONE */
[all …]