3 * Support for the mpeg transport stream transfers
4 * PCI function #2 of the cx2388x.
6 * (c) 2004 Jelle Foks <jelle@foks.8m.com>
7 * (c) 2004 Chris Pascoe <c.pascoe@itee.uq.edu.au>
8 * (c) 2004 Gerd Knorr <kraxel@bytesex.org>
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
25 #include <linux/module.h>
26 #include <linux/init.h>
27 #include <linux/device.h>
28 #include <linux/dma-mapping.h>
29 #include <linux/interrupt.h>
30 #include <asm/delay.h>
34 /* ------------------------------------------------------------------ */
36 MODULE_DESCRIPTION("mpeg driver for cx2388x based TV cards");
37 MODULE_AUTHOR("Jelle Foks <jelle@foks.8m.com>");
38 MODULE_AUTHOR("Chris Pascoe <c.pascoe@itee.uq.edu.au>");
39 MODULE_AUTHOR("Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]");
40 MODULE_LICENSE("GPL");
42 static unsigned int debug
= 0;
43 module_param(debug
,int,0644);
44 MODULE_PARM_DESC(debug
,"enable debug messages [mpeg]");
46 #define dprintk(level,fmt, arg...) if (debug >= level) \
47 printk(KERN_DEBUG "%s/2-mpeg: " fmt, dev->core->name, ## arg)
49 #define mpeg_dbg(level,fmt, arg...) if (debug >= level) \
50 printk(KERN_DEBUG "%s/2-mpeg: " fmt, core->name, ## arg)
52 #if defined(CONFIG_MODULES) && defined(MODULE)
53 static void request_module_async(struct work_struct
*work
)
55 struct cx8802_dev
*dev
=container_of(work
, struct cx8802_dev
, request_module_wk
);
57 if (dev
->core
->board
.mpeg
& CX88_MPEG_DVB
)
58 request_module("cx88-dvb");
59 if (dev
->core
->board
.mpeg
& CX88_MPEG_BLACKBIRD
)
60 request_module("cx88-blackbird");
63 static void request_modules(struct cx8802_dev
*dev
)
65 INIT_WORK(&dev
->request_module_wk
, request_module_async
);
66 schedule_work(&dev
->request_module_wk
);
69 #define request_modules(dev)
70 #endif /* CONFIG_MODULES */
73 static LIST_HEAD(cx8802_devlist
);
74 /* ------------------------------------------------------------------ */
76 static int cx8802_start_dma(struct cx8802_dev
*dev
,
77 struct cx88_dmaqueue
*q
,
78 struct cx88_buffer
*buf
)
80 struct cx88_core
*core
= dev
->core
;
82 dprintk(1, "cx8802_start_dma w: %d, h: %d, f: %d\n",
83 buf
->vb
.width
, buf
->vb
.height
, buf
->vb
.field
);
85 /* setup fifo + format */
86 cx88_sram_channel_setup(core
, &cx88_sram_channels
[SRAM_CH28
],
87 dev
->ts_packet_size
, buf
->risc
.dma
);
89 /* write TS length to chip */
90 cx_write(MO_TS_LNGTH
, buf
->vb
.width
);
92 /* FIXME: this needs a review.
93 * also: move to cx88-blackbird + cx88-dvb source files? */
95 dprintk( 1, "core->active_type_id = 0x%08x\n", core
->active_type_id
);
97 if ( (core
->active_type_id
== CX88_MPEG_DVB
) &&
98 (core
->board
.mpeg
& CX88_MPEG_DVB
) ) {
100 dprintk( 1, "cx8802_start_dma doing .dvb\n");
101 /* negedge driven & software reset */
102 cx_write(TS_GEN_CNTRL
, 0x0040 | dev
->ts_gen_cntrl
);
104 cx_write(MO_PINMUX_IO
, 0x00);
105 cx_write(TS_HW_SOP_CNTRL
, 0x47<<16|188<<4|0x01);
106 switch (core
->boardnr
) {
107 case CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q
:
108 case CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T
:
109 case CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD
:
110 case CX88_BOARD_PCHDTV_HD5500
:
111 cx_write(TS_SOP_STAT
, 1<<13);
113 case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1
:
114 case CX88_BOARD_HAUPPAUGE_NOVASE2_S1
:
115 cx_write(MO_PINMUX_IO
, 0x88); /* Enable MPEG parallel IO and video signal pins */
118 case CX88_BOARD_HAUPPAUGE_HVR1300
:
120 case CX88_BOARD_PINNACLE_PCTV_HD_800i
:
121 /* Enable MPEG parallel IO and video signal pins */
122 cx_write(MO_PINMUX_IO
, 0x88);
123 cx_write(TS_HW_SOP_CNTRL
, (0x47 << 16) | (188 << 4));
124 dev
->ts_gen_cntrl
= 5;
125 cx_write(TS_SOP_STAT
, 0);
126 cx_write(TS_VALERR_CNTRL
, 0);
130 cx_write(TS_SOP_STAT
, 0x00);
133 cx_write(TS_GEN_CNTRL
, dev
->ts_gen_cntrl
);
135 } else if ( (core
->active_type_id
== CX88_MPEG_BLACKBIRD
) &&
136 (core
->board
.mpeg
& CX88_MPEG_BLACKBIRD
) ) {
137 dprintk( 1, "cx8802_start_dma doing .blackbird\n");
138 cx_write(MO_PINMUX_IO
, 0x88); /* enable MPEG parallel IO */
140 cx_write(TS_GEN_CNTRL
, 0x46); /* punctured clock TS & posedge driven & software reset */
143 cx_write(TS_HW_SOP_CNTRL
, 0x408); /* mpeg start byte */
144 cx_write(TS_VALERR_CNTRL
, 0x2000);
146 cx_write(TS_GEN_CNTRL
, 0x06); /* punctured clock TS & posedge driven */
149 printk( "%s() Failed. Unsupported value in .mpeg (0x%08x)\n", __FUNCTION__
,
155 cx_write(MO_TS_GPCNTRL
, GP_COUNT_CONTROL_RESET
);
159 dprintk( 1, "setting the interrupt mask\n" );
160 cx_set(MO_PCI_INTMSK
, core
->pci_irqmask
| PCI_INT_TSINT
);
161 cx_set(MO_TS_INTMSK
, 0x1f0011);
164 cx_set(MO_DEV_CNTRL2
, (1<<5));
165 cx_set(MO_TS_DMACNTRL
, 0x11);
169 static int cx8802_stop_dma(struct cx8802_dev
*dev
)
171 struct cx88_core
*core
= dev
->core
;
172 dprintk( 1, "cx8802_stop_dma\n" );
175 cx_clear(MO_TS_DMACNTRL
, 0x11);
178 cx_clear(MO_PCI_INTMSK
, PCI_INT_TSINT
);
179 cx_clear(MO_TS_INTMSK
, 0x1f0011);
181 /* Reset the controller */
182 cx_write(TS_GEN_CNTRL
, 0xcd);
186 static int cx8802_restart_queue(struct cx8802_dev
*dev
,
187 struct cx88_dmaqueue
*q
)
189 struct cx88_buffer
*buf
;
191 dprintk( 1, "cx8802_restart_queue\n" );
192 if (list_empty(&q
->active
))
194 struct cx88_buffer
*prev
;
197 dprintk(1, "cx8802_restart_queue: queue is empty\n" );
200 if (list_empty(&q
->queued
))
202 buf
= list_entry(q
->queued
.next
, struct cx88_buffer
, vb
.queue
);
204 list_del(&buf
->vb
.queue
);
205 list_add_tail(&buf
->vb
.queue
,&q
->active
);
206 cx8802_start_dma(dev
, q
, buf
);
207 buf
->vb
.state
= VIDEOBUF_ACTIVE
;
208 buf
->count
= q
->count
++;
209 mod_timer(&q
->timeout
, jiffies
+BUFFER_TIMEOUT
);
210 dprintk(1,"[%p/%d] restart_queue - first active\n",
213 } else if (prev
->vb
.width
== buf
->vb
.width
&&
214 prev
->vb
.height
== buf
->vb
.height
&&
215 prev
->fmt
== buf
->fmt
) {
216 list_del(&buf
->vb
.queue
);
217 list_add_tail(&buf
->vb
.queue
,&q
->active
);
218 buf
->vb
.state
= VIDEOBUF_ACTIVE
;
219 buf
->count
= q
->count
++;
220 prev
->risc
.jmp
[1] = cpu_to_le32(buf
->risc
.dma
);
221 dprintk(1,"[%p/%d] restart_queue - move to active\n",
231 buf
= list_entry(q
->active
.next
, struct cx88_buffer
, vb
.queue
);
232 dprintk(2,"restart_queue [%p/%d]: restart dma\n",
234 cx8802_start_dma(dev
, q
, buf
);
235 list_for_each_entry(buf
, &q
->active
, vb
.queue
)
236 buf
->count
= q
->count
++;
237 mod_timer(&q
->timeout
, jiffies
+BUFFER_TIMEOUT
);
241 /* ------------------------------------------------------------------ */
243 int cx8802_buf_prepare(struct videobuf_queue
*q
, struct cx8802_dev
*dev
,
244 struct cx88_buffer
*buf
, enum v4l2_field field
)
246 int size
= dev
->ts_packet_size
* dev
->ts_packet_count
;
247 struct videobuf_dmabuf
*dma
=videobuf_to_dma(&buf
->vb
);
250 dprintk(1, "%s: %p\n", __FUNCTION__
, buf
);
251 if (0 != buf
->vb
.baddr
&& buf
->vb
.bsize
< size
)
254 if (VIDEOBUF_NEEDS_INIT
== buf
->vb
.state
) {
255 buf
->vb
.width
= dev
->ts_packet_size
;
256 buf
->vb
.height
= dev
->ts_packet_count
;
258 buf
->vb
.field
= field
/*V4L2_FIELD_TOP*/;
260 if (0 != (rc
= videobuf_iolock(q
,&buf
->vb
,NULL
)))
262 cx88_risc_databuffer(dev
->pci
, &buf
->risc
,
264 buf
->vb
.width
, buf
->vb
.height
, 0);
266 buf
->vb
.state
= VIDEOBUF_PREPARED
;
270 cx88_free_buffer(q
,buf
);
274 void cx8802_buf_queue(struct cx8802_dev
*dev
, struct cx88_buffer
*buf
)
276 struct cx88_buffer
*prev
;
277 struct cx88_dmaqueue
*cx88q
= &dev
->mpegq
;
279 dprintk( 1, "cx8802_buf_queue\n" );
280 /* add jump to stopper */
281 buf
->risc
.jmp
[0] = cpu_to_le32(RISC_JUMP
| RISC_IRQ1
| RISC_CNT_INC
);
282 buf
->risc
.jmp
[1] = cpu_to_le32(cx88q
->stopper
.dma
);
284 if (list_empty(&cx88q
->active
)) {
285 dprintk( 1, "queue is empty - first active\n" );
286 list_add_tail(&buf
->vb
.queue
,&cx88q
->active
);
287 cx8802_start_dma(dev
, cx88q
, buf
);
288 buf
->vb
.state
= VIDEOBUF_ACTIVE
;
289 buf
->count
= cx88q
->count
++;
290 mod_timer(&cx88q
->timeout
, jiffies
+BUFFER_TIMEOUT
);
291 dprintk(1,"[%p/%d] %s - first active\n",
292 buf
, buf
->vb
.i
, __FUNCTION__
);
295 dprintk( 1, "queue is not empty - append to active\n" );
296 prev
= list_entry(cx88q
->active
.prev
, struct cx88_buffer
, vb
.queue
);
297 list_add_tail(&buf
->vb
.queue
,&cx88q
->active
);
298 buf
->vb
.state
= VIDEOBUF_ACTIVE
;
299 buf
->count
= cx88q
->count
++;
300 prev
->risc
.jmp
[1] = cpu_to_le32(buf
->risc
.dma
);
301 dprintk( 1, "[%p/%d] %s - append to active\n",
302 buf
, buf
->vb
.i
, __FUNCTION__
);
306 /* ----------------------------------------------------------- */
308 static void do_cancel_buffers(struct cx8802_dev
*dev
, char *reason
, int restart
)
310 struct cx88_dmaqueue
*q
= &dev
->mpegq
;
311 struct cx88_buffer
*buf
;
314 spin_lock_irqsave(&dev
->slock
,flags
);
315 while (!list_empty(&q
->active
)) {
316 buf
= list_entry(q
->active
.next
, struct cx88_buffer
, vb
.queue
);
317 list_del(&buf
->vb
.queue
);
318 buf
->vb
.state
= VIDEOBUF_ERROR
;
319 wake_up(&buf
->vb
.done
);
320 dprintk(1,"[%p/%d] %s - dma=0x%08lx\n",
321 buf
, buf
->vb
.i
, reason
, (unsigned long)buf
->risc
.dma
);
325 dprintk(1, "restarting queue\n" );
326 cx8802_restart_queue(dev
,q
);
328 spin_unlock_irqrestore(&dev
->slock
,flags
);
331 void cx8802_cancel_buffers(struct cx8802_dev
*dev
)
333 struct cx88_dmaqueue
*q
= &dev
->mpegq
;
335 dprintk( 1, "cx8802_cancel_buffers" );
336 del_timer_sync(&q
->timeout
);
337 cx8802_stop_dma(dev
);
338 do_cancel_buffers(dev
,"cancel",0);
341 static void cx8802_timeout(unsigned long data
)
343 struct cx8802_dev
*dev
= (struct cx8802_dev
*)data
;
345 dprintk(1, "%s\n",__FUNCTION__
);
348 cx88_sram_channel_dump(dev
->core
, &cx88_sram_channels
[SRAM_CH28
]);
349 cx8802_stop_dma(dev
);
350 do_cancel_buffers(dev
,"timeout",1);
353 static char *cx88_mpeg_irqs
[32] = {
354 "ts_risci1", NULL
, NULL
, NULL
,
355 "ts_risci2", NULL
, NULL
, NULL
,
356 "ts_oflow", NULL
, NULL
, NULL
,
357 "ts_sync", NULL
, NULL
, NULL
,
358 "opc_err", "par_err", "rip_err", "pci_abort",
362 static void cx8802_mpeg_irq(struct cx8802_dev
*dev
)
364 struct cx88_core
*core
= dev
->core
;
365 u32 status
, mask
, count
;
367 dprintk( 1, "cx8802_mpeg_irq\n" );
368 status
= cx_read(MO_TS_INTSTAT
);
369 mask
= cx_read(MO_TS_INTMSK
);
370 if (0 == (status
& mask
))
373 cx_write(MO_TS_INTSTAT
, status
);
375 if (debug
|| (status
& mask
& ~0xff))
376 cx88_print_irqbits(core
->name
, "irq mpeg ",
377 cx88_mpeg_irqs
, ARRAY_SIZE(cx88_mpeg_irqs
),
380 /* risc op code error */
381 if (status
& (1 << 16)) {
382 printk(KERN_WARNING
"%s: mpeg risc op code error\n",core
->name
);
383 cx_clear(MO_TS_DMACNTRL
, 0x11);
384 cx88_sram_channel_dump(dev
->core
, &cx88_sram_channels
[SRAM_CH28
]);
389 dprintk( 1, "wake up\n" );
390 spin_lock(&dev
->slock
);
391 count
= cx_read(MO_TS_GPCNT
);
392 cx88_wakeup(dev
->core
, &dev
->mpegq
, count
);
393 spin_unlock(&dev
->slock
);
398 spin_lock(&dev
->slock
);
399 cx8802_restart_queue(dev
,&dev
->mpegq
);
400 spin_unlock(&dev
->slock
);
403 /* other general errors */
404 if (status
& 0x1f0100) {
405 dprintk( 0, "general errors: 0x%08x\n", status
& 0x1f0100 );
406 spin_lock(&dev
->slock
);
407 cx8802_stop_dma(dev
);
408 cx8802_restart_queue(dev
,&dev
->mpegq
);
409 spin_unlock(&dev
->slock
);
413 #define MAX_IRQ_LOOP 10
415 static irqreturn_t
cx8802_irq(int irq
, void *dev_id
)
417 struct cx8802_dev
*dev
= dev_id
;
418 struct cx88_core
*core
= dev
->core
;
420 int loop
, handled
= 0;
422 for (loop
= 0; loop
< MAX_IRQ_LOOP
; loop
++) {
423 status
= cx_read(MO_PCI_INTSTAT
) &
424 (core
->pci_irqmask
| PCI_INT_TSINT
);
427 dprintk( 1, "cx8802_irq\n" );
428 dprintk( 1, " loop: %d/%d\n", loop
, MAX_IRQ_LOOP
);
429 dprintk( 1, " status: %d\n", status
);
431 cx_write(MO_PCI_INTSTAT
, status
);
433 if (status
& core
->pci_irqmask
)
434 cx88_core_irq(core
,status
);
435 if (status
& PCI_INT_TSINT
)
436 cx8802_mpeg_irq(dev
);
438 if (MAX_IRQ_LOOP
== loop
) {
439 dprintk( 0, "clearing mask\n" );
440 printk(KERN_WARNING
"%s/0: irq loop -- clearing mask\n",
442 cx_write(MO_PCI_INTMSK
,0);
446 return IRQ_RETVAL(handled
);
449 static int cx8802_init_common(struct cx8802_dev
*dev
)
451 struct cx88_core
*core
= dev
->core
;
455 if (pci_enable_device(dev
->pci
))
457 pci_set_master(dev
->pci
);
458 if (!pci_dma_supported(dev
->pci
,DMA_32BIT_MASK
)) {
459 printk("%s/2: Oops: no 32bit PCI DMA ???\n",dev
->core
->name
);
463 pci_read_config_byte(dev
->pci
, PCI_CLASS_REVISION
, &dev
->pci_rev
);
464 pci_read_config_byte(dev
->pci
, PCI_LATENCY_TIMER
, &dev
->pci_lat
);
465 printk(KERN_INFO
"%s/2: found at %s, rev: %d, irq: %d, "
466 "latency: %d, mmio: 0x%llx\n", dev
->core
->name
,
467 pci_name(dev
->pci
), dev
->pci_rev
, dev
->pci
->irq
,
468 dev
->pci_lat
,(unsigned long long)pci_resource_start(dev
->pci
,0));
470 /* initialize driver struct */
471 spin_lock_init(&dev
->slock
);
474 INIT_LIST_HEAD(&dev
->mpegq
.active
);
475 INIT_LIST_HEAD(&dev
->mpegq
.queued
);
476 dev
->mpegq
.timeout
.function
= cx8802_timeout
;
477 dev
->mpegq
.timeout
.data
= (unsigned long)dev
;
478 init_timer(&dev
->mpegq
.timeout
);
479 cx88_risc_stopper(dev
->pci
,&dev
->mpegq
.stopper
,
480 MO_TS_DMACNTRL
,0x11,0x00);
483 err
= request_irq(dev
->pci
->irq
, cx8802_irq
,
484 IRQF_SHARED
| IRQF_DISABLED
, dev
->core
->name
, dev
);
486 printk(KERN_ERR
"%s: can't get IRQ %d\n",
487 dev
->core
->name
, dev
->pci
->irq
);
490 cx_set(MO_PCI_INTMSK
, core
->pci_irqmask
);
492 /* everything worked */
493 pci_set_drvdata(dev
->pci
,dev
);
497 static void cx8802_fini_common(struct cx8802_dev
*dev
)
499 dprintk( 2, "cx8802_fini_common\n" );
500 cx8802_stop_dma(dev
);
501 pci_disable_device(dev
->pci
);
503 /* unregister stuff */
504 free_irq(dev
->pci
->irq
, dev
);
505 pci_set_drvdata(dev
->pci
, NULL
);
508 btcx_riscmem_free(dev
->pci
,&dev
->mpegq
.stopper
);
511 /* ----------------------------------------------------------- */
513 static int cx8802_suspend_common(struct pci_dev
*pci_dev
, pm_message_t state
)
515 struct cx8802_dev
*dev
= pci_get_drvdata(pci_dev
);
516 struct cx88_core
*core
= dev
->core
;
519 spin_lock(&dev
->slock
);
520 if (!list_empty(&dev
->mpegq
.active
)) {
521 dprintk( 2, "suspend\n" );
522 printk("%s: suspend mpeg\n", core
->name
);
523 cx8802_stop_dma(dev
);
524 del_timer(&dev
->mpegq
.timeout
);
526 spin_unlock(&dev
->slock
);
528 /* FIXME -- shutdown device */
529 cx88_shutdown(dev
->core
);
531 pci_save_state(pci_dev
);
532 if (0 != pci_set_power_state(pci_dev
, pci_choose_state(pci_dev
, state
))) {
533 pci_disable_device(pci_dev
);
534 dev
->state
.disabled
= 1;
539 static int cx8802_resume_common(struct pci_dev
*pci_dev
)
541 struct cx8802_dev
*dev
= pci_get_drvdata(pci_dev
);
542 struct cx88_core
*core
= dev
->core
;
545 if (dev
->state
.disabled
) {
546 err
=pci_enable_device(pci_dev
);
548 printk(KERN_ERR
"%s: can't enable device\n",
552 dev
->state
.disabled
= 0;
554 err
=pci_set_power_state(pci_dev
, PCI_D0
);
556 printk(KERN_ERR
"%s: can't enable device\n",
558 pci_disable_device(pci_dev
);
559 dev
->state
.disabled
= 1;
563 pci_restore_state(pci_dev
);
565 /* FIXME: re-initialize hardware */
566 cx88_reset(dev
->core
);
568 /* restart video+vbi capture */
569 spin_lock(&dev
->slock
);
570 if (!list_empty(&dev
->mpegq
.active
)) {
571 printk("%s: resume mpeg\n", core
->name
);
572 cx8802_restart_queue(dev
,&dev
->mpegq
);
574 spin_unlock(&dev
->slock
);
579 #if defined(CONFIG_VIDEO_CX88_BLACKBIRD) || \
580 defined(CONFIG_VIDEO_CX88_BLACKBIRD_MODULE)
581 struct cx8802_dev
* cx8802_get_device(struct inode
*inode
)
583 int minor
= iminor(inode
);
584 struct cx8802_dev
*dev
;
586 list_for_each_entry(dev
, &cx8802_devlist
, devlist
)
587 if (dev
->mpeg_dev
&& dev
->mpeg_dev
->minor
== minor
)
592 EXPORT_SYMBOL(cx8802_get_device
);
595 struct cx8802_driver
* cx8802_get_driver(struct cx8802_dev
*dev
, enum cx88_board_type btype
)
597 struct cx8802_driver
*d
;
599 list_for_each_entry(d
, &dev
->drvlist
, drvlist
)
600 if (d
->type_id
== btype
)
606 /* Driver asked for hardware access. */
607 static int cx8802_request_acquire(struct cx8802_driver
*drv
)
609 struct cx88_core
*core
= drv
->core
;
611 /* Fail a request for hardware if the device is busy. */
612 if (core
->active_type_id
!= CX88_BOARD_NONE
)
615 if (drv
->advise_acquire
)
617 core
->active_type_id
= drv
->type_id
;
618 drv
->advise_acquire(drv
);
620 mpeg_dbg(1,"%s() Post acquire GPIO=%x\n", __FUNCTION__
, cx_read(MO_GP0_IO
));
626 /* Driver asked to release hardware. */
627 static int cx8802_request_release(struct cx8802_driver
*drv
)
629 struct cx88_core
*core
= drv
->core
;
631 if (drv
->advise_release
)
633 drv
->advise_release(drv
);
634 core
->active_type_id
= CX88_BOARD_NONE
;
635 mpeg_dbg(1,"%s() Post release GPIO=%x\n", __FUNCTION__
, cx_read(MO_GP0_IO
));
641 static int cx8802_check_driver(struct cx8802_driver
*drv
)
646 if ((drv
->type_id
!= CX88_MPEG_DVB
) &&
647 (drv
->type_id
!= CX88_MPEG_BLACKBIRD
))
650 if ((drv
->hw_access
!= CX8802_DRVCTL_SHARED
) &&
651 (drv
->hw_access
!= CX8802_DRVCTL_EXCLUSIVE
))
654 if ((drv
->probe
== NULL
) ||
655 (drv
->remove
== NULL
) ||
656 (drv
->advise_acquire
== NULL
) ||
657 (drv
->advise_release
== NULL
))
663 int cx8802_register_driver(struct cx8802_driver
*drv
)
665 struct cx8802_dev
*dev
;
666 struct cx8802_driver
*driver
;
670 "cx88/2: registering cx8802 driver, type: %s access: %s\n",
671 drv
->type_id
== CX88_MPEG_DVB
? "dvb" : "blackbird",
672 drv
->hw_access
== CX8802_DRVCTL_SHARED
? "shared" : "exclusive");
674 if ((err
= cx8802_check_driver(drv
)) != 0) {
675 printk(KERN_ERR
"cx88/2: cx8802_driver is invalid\n");
679 list_for_each_entry(dev
, &cx8802_devlist
, devlist
) {
681 "%s/2: subsystem: %04x:%04x, board: %s [card=%d]\n",
682 dev
->core
->name
, dev
->pci
->subsystem_vendor
,
683 dev
->pci
->subsystem_device
, dev
->core
->board
.name
,
686 /* Bring up a new struct for each driver instance */
687 driver
= kzalloc(sizeof(*drv
),GFP_KERNEL
);
691 /* Snapshot of the driver registration data */
692 drv
->core
= dev
->core
;
693 drv
->suspend
= cx8802_suspend_common
;
694 drv
->resume
= cx8802_resume_common
;
695 drv
->request_acquire
= cx8802_request_acquire
;
696 drv
->request_release
= cx8802_request_release
;
697 memcpy(driver
, drv
, sizeof(*driver
));
699 err
= drv
->probe(driver
);
702 mutex_lock(&drv
->core
->lock
);
703 list_add_tail(&driver
->drvlist
, &dev
->drvlist
);
704 mutex_unlock(&drv
->core
->lock
);
707 "%s/2: cx8802 probe failed, err = %d\n",
708 dev
->core
->name
, err
);
713 return i
? 0 : -ENODEV
;
716 int cx8802_unregister_driver(struct cx8802_driver
*drv
)
718 struct cx8802_dev
*dev
;
719 struct cx8802_driver
*d
, *dtmp
;
723 "cx88/2: unregistering cx8802 driver, type: %s access: %s\n",
724 drv
->type_id
== CX88_MPEG_DVB
? "dvb" : "blackbird",
725 drv
->hw_access
== CX8802_DRVCTL_SHARED
? "shared" : "exclusive");
727 list_for_each_entry(dev
, &cx8802_devlist
, devlist
) {
729 "%s/2: subsystem: %04x:%04x, board: %s [card=%d]\n",
730 dev
->core
->name
, dev
->pci
->subsystem_vendor
,
731 dev
->pci
->subsystem_device
, dev
->core
->board
.name
,
734 list_for_each_entry_safe(d
, dtmp
, &dev
->drvlist
, drvlist
) {
735 /* only unregister the correct driver type */
736 if (d
->type_id
!= drv
->type_id
)
741 mutex_lock(&drv
->core
->lock
);
742 list_del(&d
->drvlist
);
743 mutex_unlock(&drv
->core
->lock
);
746 printk(KERN_ERR
"%s/2: cx8802 driver remove "
747 "failed (%d)\n", dev
->core
->name
, err
);
755 /* ----------------------------------------------------------- */
756 static int __devinit
cx8802_probe(struct pci_dev
*pci_dev
,
757 const struct pci_device_id
*pci_id
)
759 struct cx8802_dev
*dev
;
760 struct cx88_core
*core
;
764 core
= cx88_core_get(pci_dev
);
768 printk("%s/2: cx2388x 8802 Driver Manager\n", core
->name
);
771 if (!core
->board
.mpeg
)
775 dev
= kzalloc(sizeof(*dev
),GFP_KERNEL
);
781 err
= cx8802_init_common(dev
);
785 INIT_LIST_HEAD(&dev
->drvlist
);
786 list_add_tail(&dev
->devlist
,&cx8802_devlist
);
788 /* Maintain a reference so cx88-video can query the 8802 device. */
791 /* now autoload cx88-dvb or cx88-blackbird */
792 request_modules(dev
);
798 cx88_core_put(core
,pci_dev
);
802 static void __devexit
cx8802_remove(struct pci_dev
*pci_dev
)
804 struct cx8802_dev
*dev
;
806 dev
= pci_get_drvdata(pci_dev
);
808 dprintk( 1, "%s\n", __FUNCTION__
);
810 if (!list_empty(&dev
->drvlist
)) {
811 struct cx8802_driver
*drv
, *tmp
;
814 printk(KERN_WARNING
"%s/2: Trying to remove cx8802 driver "
815 "while cx8802 sub-drivers still loaded?!\n",
818 list_for_each_entry_safe(drv
, tmp
, &dev
->drvlist
, drvlist
) {
819 err
= drv
->remove(drv
);
821 mutex_lock(&drv
->core
->lock
);
822 list_del(&drv
->drvlist
);
823 mutex_unlock(&drv
->core
->lock
);
825 printk(KERN_ERR
"%s/2: cx8802 driver remove "
826 "failed (%d)\n", dev
->core
->name
, err
);
831 /* Destroy any 8802 reference. */
832 dev
->core
->dvbdev
= NULL
;
835 cx8802_fini_common(dev
);
836 cx88_core_put(dev
->core
,dev
->pci
);
840 static struct pci_device_id cx8802_pci_tbl
[] = {
844 .subvendor
= PCI_ANY_ID
,
845 .subdevice
= PCI_ANY_ID
,
847 /* --- end of list --- */
850 MODULE_DEVICE_TABLE(pci
, cx8802_pci_tbl
);
852 static struct pci_driver cx8802_pci_driver
= {
853 .name
= "cx88-mpeg driver manager",
854 .id_table
= cx8802_pci_tbl
,
855 .probe
= cx8802_probe
,
856 .remove
= __devexit_p(cx8802_remove
),
859 static int cx8802_init(void)
861 printk(KERN_INFO
"cx88/2: cx2388x MPEG-TS Driver Manager version %d.%d.%d loaded\n",
862 (CX88_VERSION_CODE
>> 16) & 0xff,
863 (CX88_VERSION_CODE
>> 8) & 0xff,
864 CX88_VERSION_CODE
& 0xff);
866 printk(KERN_INFO
"cx2388x: snapshot date %04d-%02d-%02d\n",
867 SNAPSHOT
/10000, (SNAPSHOT
/100)%100, SNAPSHOT
%100);
869 return pci_register_driver(&cx8802_pci_driver
);
872 static void cx8802_fini(void)
874 pci_unregister_driver(&cx8802_pci_driver
);
877 module_init(cx8802_init
);
878 module_exit(cx8802_fini
);
879 EXPORT_SYMBOL(cx8802_buf_prepare
);
880 EXPORT_SYMBOL(cx8802_buf_queue
);
881 EXPORT_SYMBOL(cx8802_cancel_buffers
);
883 EXPORT_SYMBOL(cx8802_register_driver
);
884 EXPORT_SYMBOL(cx8802_unregister_driver
);
885 EXPORT_SYMBOL(cx8802_get_driver
);
886 /* ----------------------------------------------------------- */
891 * kate: eol "unix"; indent-width 3; remove-trailing-space on; replace-trailing-space-save on; tab-width 8; replace-tabs off; space-indent off; mixed-indent off