Searched defs:cio2_device (Results 1 – 1 of 1) sorted by relevance
357 struct cio2_device { struct358 struct pci_dev *pci_dev;359 void __iomem *base;360 struct v4l2_device v4l2_dev;361 struct cio2_queue queue[CIO2_QUEUES];362 struct cio2_queue *cur_queue;364 struct mutex lock;366 bool streaming;367 struct v4l2_async_notifier notifier;368 struct media_device media_dev;[all …]