Lines Matching refs:mpegq
295 struct cx88_dmaqueue *cx88q = &dev->mpegq; in cx8802_buf_queue()
328 struct cx88_dmaqueue *q = &dev->mpegq; in do_cancel_buffers()
351 struct cx88_dmaqueue *q = &dev->mpegq; in cx8802_cancel_buffers()
410 cx88_wakeup(dev->core, &dev->mpegq, count); in cx8802_mpeg_irq()
417 cx8802_restart_queue(dev,&dev->mpegq); in cx8802_mpeg_irq()
426 cx8802_restart_queue(dev,&dev->mpegq); in cx8802_mpeg_irq()
492 INIT_LIST_HEAD(&dev->mpegq.active); in cx8802_init_common()
493 INIT_LIST_HEAD(&dev->mpegq.queued); in cx8802_init_common()
494 dev->mpegq.timeout.function = cx8802_timeout; in cx8802_init_common()
495 dev->mpegq.timeout.data = (unsigned long)dev; in cx8802_init_common()
496 init_timer(&dev->mpegq.timeout); in cx8802_init_common()
497 cx88_risc_stopper(dev->pci,&dev->mpegq.stopper, in cx8802_init_common()
525 btcx_riscmem_free(dev->pci,&dev->mpegq.stopper); in cx8802_fini_common()
538 if (!list_empty(&dev->mpegq.active)) { in cx8802_suspend_common()
542 del_timer(&dev->mpegq.timeout); in cx8802_suspend_common()
589 if (!list_empty(&dev->mpegq.active)) { in cx8802_resume_common()
591 cx8802_restart_queue(dev,&dev->mpegq); in cx8802_resume_common()