Home
last modified time | relevance | path

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

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