Searched defs:ivtv_stream (Results 1 – 1 of 1) sorted by relevance
326 struct ivtv_stream { struct329 struct video_device *vdev; /* NULL when stream not created */330 struct ivtv *itv; /* for ease of use */331 const char *name; /* name of the stream */332 int type; /* stream type */333 u32 caps; /* V4L2 capabilities */335 struct v4l2_fh *fh; /* pointer to the streaming filehandle */336 spinlock_t qlock; /* locks access to the queues */337 unsigned long s_flags; /* status flags, see above */338 int dma; /* can be PCI_DMA_TODEVICE, PCI_DMA_FROMDEVICE or PCI_DMA_NONE */[all …]