Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/zoran/
Dzoran.h336 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.c787 if (!wait_event_interruptible_timeout(zr->jpg_capq, in jpg_sync()
997 wake_up_interruptible(&zr->jpg_capq); in zoran_close()
2744 poll_wait(file, &zr->jpg_capq, wait); in zoran_poll()
Dzoran_card.c996 init_waitqueue_head(&zr->jpg_capq); in zr36057_init()