Lines Matching refs:vbiq
740 return &fh->vbiq; in get_queue()
815 videobuf_queue_sg_init(&fh->vbiq, &cx8800_vbi_qops, in video_open()
869 return videobuf_read_stream(&fh->vbiq, data, count, ppos, 1, in video_read()
886 return videobuf_poll_stream(file, &fh->vbiq, wait); in video_poll()
930 videobuf_stop(&fh->vbiq); in video_release()
935 videobuf_mmap_free(&fh->vbiq); in video_release()
1643 cx88_wakeup(core, &dev->vbiq, count); in cx8800_vid_irq()
1659 cx8800_restart_vbi_queue(dev,&dev->vbiq); in cx8800_vid_irq()
1874 INIT_LIST_HEAD(&dev->vbiq.active); in cx8800_initdev()
1875 INIT_LIST_HEAD(&dev->vbiq.queued); in cx8800_initdev()
1876 dev->vbiq.timeout.function = cx8800_vbi_timeout; in cx8800_initdev()
1877 dev->vbiq.timeout.data = (unsigned long)dev; in cx8800_initdev()
1878 init_timer(&dev->vbiq.timeout); in cx8800_initdev()
1879 cx88_risc_stopper(dev->pci,&dev->vbiq.stopper, in cx8800_initdev()
2019 if (!list_empty(&dev->vbiq.active)) { in cx8800_suspend()
2022 del_timer(&dev->vbiq.timeout); in cx8800_suspend()
2078 if (!list_empty(&dev->vbiq.active)) { in cx8800_resume()
2080 cx8800_restart_vbi_queue(dev,&dev->vbiq); in cx8800_resume()