Searched defs:ivtv_stream (Results 1 – 1 of 1) sorted by relevance
329 struct ivtv_stream { struct332 struct video_device vdev; /* vdev.v4l2_dev is NULL if there is no device */333 struct ivtv *itv; /* for ease of use */334 const char *name; /* name of the stream */335 int type; /* stream type */336 u32 caps; /* V4L2 capabilities */338 struct v4l2_fh *fh; /* pointer to the streaming filehandle */339 spinlock_t qlock; /* locks access to the queues */340 unsigned long s_flags; /* status flags, see above */341 int dma; /* can be PCI_DMA_TODEVICE, PCI_DMA_FROMDEVICE or PCI_DMA_NONE */[all …]