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 */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 */339 u32 pending_offset;[all …]