Home
last modified time | relevance | path

Searched refs:wait_buffer (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/usb/hdpvr/
Dhdpvr-core.c308 init_waitqueue_head(&dev->wait_buffer); in hdpvr_probe()
424 wake_up_interruptible(&dev->wait_buffer); in hdpvr_disconnect()
Dhdpvr.h106 wait_queue_head_t wait_buffer; member
Dhdpvr-video.c262 if (wait_event_interruptible(dev->wait_buffer, in hdpvr_transmit_buffers()
350 wake_up_interruptible(&dev->wait_buffer); in hdpvr_stop_streaming()
504 wake_up_interruptible(&dev->wait_buffer); in hdpvr_read()