Home
last modified time | relevance | path

Searched refs:jpg_capq (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/media/video/zoran/
Dzoran.h332 wait_queue_head_t jpg_capq; /* wait here for grab to finish */ member
Dzoran_device.c1246 wake_up_interruptible(&zr->jpg_capq); in error_handler()
1314 wake_up_interruptible(&zr->jpg_capq); in error_handler()
1517 wake_up_interruptible(&zr->jpg_capq); in zoran_irq()
Dzoran_driver.c786 if (!wait_event_interruptible_timeout(zr->jpg_capq, in jpg_sync()
996 wake_up_interruptible(&zr->jpg_capq); in zoran_close()
2740 poll_wait(file, &zr->jpg_capq, wait); in zoran_poll()
Dzoran_card.c991 init_waitqueue_head(&zr->jpg_capq); in zr36057_init()