Lines Matching defs:wait
44 wait_queue_head_t wait;
80 DECLARE_WAITQUEUE(wait, current);
86 add_wait_queue(&device->wait, &wait);
89 /* wait for data */
111 remove_wait_queue(&device->wait, &wait);
137 static __poll_t roccat_poll(struct file *file, poll_table *wait)
140 poll_wait(file, &reader->device->wait, wait);
283 wake_up_interruptible(&device->wait);
338 init_waitqueue_head(&device->wait);
373 wake_up_interruptible(&device->wait);