Lines Matching refs:wq
188 wait_queue_head_t wq; member
665 if (waitqueue_active(&ep->wq)) in ep_done_scan()
666 wake_up(&ep->wq); in ep_done_scan()
946 init_waitqueue_head(&ep->wq); in ep_alloc()
1180 if (waitqueue_active(&ep->wq)) { in ep_poll_callback()
1197 wake_up(&ep->wq); in ep_poll_callback()
1542 if (waitqueue_active(&ep->wq)) in ep_insert()
1543 wake_up(&ep->wq); in ep_insert()
1618 if (waitqueue_active(&ep->wq)) in ep_modify()
1619 wake_up(&ep->wq); in ep_modify()
1873 __add_wait_queue_exclusive(&ep->wq, &wait); in ep_poll()
1900 __remove_wait_queue(&ep->wq, &wait); in ep_poll()