Searched defs:ivtv_stream (Results 1 – 1 of 1) sorted by relevance
327 struct ivtv_stream { struct330 struct video_device *vdev; /* NULL when stream not created */331 struct ivtv *itv; /* for ease of use */332 const char *name; /* name of the stream */333 int type; /* stream type */334 u32 caps; /* V4L2 capabilities */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 */[all …]