Searched defs:cio2_device (Results 1 – 1 of 1) sorted by relevance
376 struct cio2_device { struct377 struct pci_dev *pci_dev;378 void __iomem *base;379 struct v4l2_device v4l2_dev;380 struct cio2_queue queue[CIO2_QUEUES];381 struct cio2_queue *cur_queue;383 struct mutex lock;385 bool streaming;386 struct v4l2_async_notifier notifier;387 struct media_device media_dev;[all …]