Lines Matching defs:cx8800_dev
475 struct cx8800_dev { struct
476 struct cx88_core *core;
477 spinlock_t slock;
480 unsigned int resources;
481 struct video_device video_dev;
482 struct video_device vbi_dev;
483 struct video_device radio_dev;
486 struct pci_dev *pci;
487 unsigned char pci_rev,pci_lat;
488 void *alloc_ctx;
490 const struct cx8800_fmt *fmt;
493 struct cx88_dmaqueue vidq;
494 struct vb2_queue vb2_vidq;
495 struct cx88_dmaqueue vbiq;
496 struct vb2_queue vb2_vbiq;
501 struct cx8800_suspend_state state;