Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/char/xillybus/
Dxillybus.h103 wait_queue_head_t ep_wait; member
Dxillybus_core.c243 wake_up_interruptible(&ep->ep_wait); in xillybus_isr()
268 wake_up_interruptible(&ep->ep_wait); /* For select() */ in xillybus_isr()
1715 poll_wait(filp, &channel->endpoint->ep_wait, wait); in xillybus_poll()
1793 init_waitqueue_head(&endpoint->ep_wait); in xillybus_init_endpoint()
1809 t = wait_event_interruptible_timeout(endpoint->ep_wait, in xilly_quiesce()
1872 t = wait_event_interruptible_timeout(endpoint->ep_wait, in xillybus_endpoint_discovery()