Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/hdpvr/
H A Dhdpvr.h102 wait_queue_head_t wait_buffer; member
H A Dhdpvr-core.c305 init_waitqueue_head(&dev->wait_buffer); in hdpvr_probe()
421 wake_up_interruptible(&dev->wait_buffer); in hdpvr_disconnect()
H A Dhdpvr-video.c255 if (wait_event_interruptible(dev->wait_buffer, in hdpvr_transmit_buffers()
340 wake_up_interruptible(&dev->wait_buffer); in hdpvr_stop_streaming()
515 wake_up_interruptible(&dev->wait_buffer); in hdpvr_read()