Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/usb/hdpvr/
Dhdpvr-core.c305 init_waitqueue_head(&dev->wait_buffer); in hdpvr_probe()
421 wake_up_interruptible(&dev->wait_buffer); in hdpvr_disconnect()
Dhdpvr.h102 wait_queue_head_t wait_buffer; member
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()