Home
last modified time | relevance | path

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

/drivers/media/video/ivtv/
Divtv-driver.h315 struct ivtv_stream { struct
318 struct video_device *v4l2dev; /* NULL when stream not created */
319 struct ivtv *itv; /* for ease of use */
320 const char *name; /* name of the stream */
321 int type; /* stream type */
323 u32 id;
324 spinlock_t qlock; /* locks access to the queues */
325 unsigned long s_flags; /* status flags, see above */
326 int dma; /* can be PCI_DMA_TODEVICE, PCI_DMA_FROMDEVICE or PCI_DMA_NONE */
327 u32 pending_offset;
[all …]