Home
last modified time | relevance | path

Searched refs:ep_wait (Results 1 – 2 of 2) sorted by relevance

/drivers/char/xillybus/
Dxillybus.h103 wait_queue_head_t ep_wait; member
Dxillybus_core.c254 wake_up_interruptible(&ep->ep_wait); in xillybus_isr()
279 wake_up_interruptible(&ep->ep_wait); /* For select() */ in xillybus_isr()
1742 poll_wait(filp, &channel->endpoint->ep_wait, wait); in xillybus_poll()
1909 init_waitqueue_head(&endpoint->ep_wait); in xillybus_init_endpoint()
1925 t = wait_event_interruptible_timeout(endpoint->ep_wait, in xilly_quiesce()
1988 t = wait_event_interruptible_timeout(endpoint->ep_wait, in xillybus_endpoint_discovery()