Lines Matching defs:wait
844 static __poll_t ffs_ep0_poll(struct file *file, poll_table *wait)
863 poll_wait(file, &ffs->ev.waitq, wait);
870 poll_wait(file, &ffs->wait_que, wait);
1084 epfile->ffs->wait, (ep = epfile->ep));
1103 * if we _do_ wait above, the epfile->ffs->gadget might be NULL
1414 static unsigned int ffs_epfile_poll(struct file *file, struct poll_table_struct * wait)
1419 poll_wait(file, &epfile->wait_que, wait);
1619 swait_active(&ffs->ep0req_completion.wait) ||
1621 waitqueue_active(&ffs->ep0req_completion.wait) ||
1623 waitqueue_active(&ffs->wait) ||
1651 init_waitqueue_head(&ffs->wait);
1878 wake_up_interruptible(&ffs->wait);