Searched defs:ivtv_stream (Results 1 – 2 of 2) sorted by relevance
326 struct ivtv_stream { struct329 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 …]
328 struct ivtv_stream { struct331 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 */336 struct v4l2_fh *fh; /* pointer to the streaming filehandle */337 spinlock_t qlock; /* locks access to the queues */338 unsigned long s_flags; /* status flags, see above */339 int dma; /* can be PCI_DMA_TODEVICE, PCI_DMA_FROMDEVICE or PCI_DMA_NONE */340 u32 pending_offset;[all …]