Searched defs:cio2_device (Results 1 – 2 of 2) sorted by relevance
358 struct cio2_device { struct359 struct pci_dev *pci_dev;360 void __iomem *base;361 struct v4l2_device v4l2_dev;362 struct cio2_queue queue[CIO2_QUEUES];363 struct cio2_queue *cur_queue;365 struct mutex lock;367 bool streaming;368 struct v4l2_async_notifier notifier;369 struct media_device media_dev;[all …]
378 struct cio2_device { struct379 struct pci_dev *pci_dev;380 void __iomem *base;404 #define to_cio2_device(n) container_of(n, struct cio2_device, notifier) argument