Home
last modified time | relevance | path

Searched refs:ep_wait (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/char/xillybus/
H A Dxillybus.h98 wait_queue_head_t ep_wait; member
H A Dxillybus_core.c240 wake_up_interruptible(&ep->ep_wait); in xillybus_isr()
265 wake_up_interruptible(&ep->ep_wait); /* For select() */ in xillybus_isr()
1745 poll_wait(filp, &channel->endpoint->ep_wait, wait); in xillybus_poll()
1818 init_waitqueue_head(&endpoint->ep_wait); in xillybus_init_endpoint()
1834 t = wait_event_interruptible_timeout(endpoint->ep_wait, in xilly_quiesce()
1897 t = wait_event_interruptible_timeout(endpoint->ep_wait, in xillybus_endpoint_discovery()
/kernel/linux/linux-5.10/drivers/char/xillybus/
H A Dxillybus.h103 wait_queue_head_t ep_wait; member
H A 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()

Completed in 5 milliseconds