cx88.h (9938b04472d5c59f8bd8152a548533a8599596a2) | cx88.h (2bc46b3ad3c15165f91459b07ff8682478683194) |
---|---|
1/* 2 * 3 * v4l2 device driver for cx2388x based TV cards 4 * 5 * (c) 2003,04 Gerd Knorr <kraxel@bytesex.org> [SUSE Labs] 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by --- 471 unchanged lines hidden (view full) --- 480 unsigned int resources; 481 struct video_device video_dev; 482 struct video_device vbi_dev; 483 struct video_device radio_dev; 484 485 /* pci i/o */ 486 struct pci_dev *pci; 487 unsigned char pci_rev,pci_lat; | 1/* 2 * 3 * v4l2 device driver for cx2388x based TV cards 4 * 5 * (c) 2003,04 Gerd Knorr <kraxel@bytesex.org> [SUSE Labs] 6 * 7 * This program is free software; you can redistribute it and/or modify 8 * it under the terms of the GNU General Public License as published by --- 471 unchanged lines hidden (view full) --- 480 unsigned int resources; 481 struct video_device video_dev; 482 struct video_device vbi_dev; 483 struct video_device radio_dev; 484 485 /* pci i/o */ 486 struct pci_dev *pci; 487 unsigned char pci_rev,pci_lat; |
488 void *alloc_ctx; | |
489 490 const struct cx8800_fmt *fmt; 491 492 /* capture queues */ 493 struct cx88_dmaqueue vidq; 494 struct vb2_queue vb2_vidq; 495 struct cx88_dmaqueue vbiq; 496 struct vb2_queue vb2_vbiq; --- 47 unchanged lines hidden (view full) --- 544 545struct cx8802_dev { 546 struct cx88_core *core; 547 spinlock_t slock; 548 549 /* pci i/o */ 550 struct pci_dev *pci; 551 unsigned char pci_rev,pci_lat; | 488 489 const struct cx8800_fmt *fmt; 490 491 /* capture queues */ 492 struct cx88_dmaqueue vidq; 493 struct vb2_queue vb2_vidq; 494 struct cx88_dmaqueue vbiq; 495 struct vb2_queue vb2_vbiq; --- 47 unchanged lines hidden (view full) --- 543 544struct cx8802_dev { 545 struct cx88_core *core; 546 spinlock_t slock; 547 548 /* pci i/o */ 549 struct pci_dev *pci; 550 unsigned char pci_rev,pci_lat; |
552 void *alloc_ctx; | |
553 554 /* dma queues */ 555 struct cx88_dmaqueue mpegq; 556 struct vb2_queue vb2_mpegq; 557 u32 ts_packet_size; 558 u32 ts_packet_count; 559 560 /* other global state info */ --- 182 unchanged lines hidden --- | 551 552 /* dma queues */ 553 struct cx88_dmaqueue mpegq; 554 struct vb2_queue vb2_mpegq; 555 u32 ts_packet_size; 556 u32 ts_packet_count; 557 558 /* other global state info */ --- 182 unchanged lines hidden --- |