Home
last modified time | relevance | path

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

/linux/drivers/usb/usbip/
A Dusbip_event.c110 unsigned long pending = ud->event & ~USBIP_EH_BYE; in usbip_stop_eh()
112 if (!(ud->event & USBIP_EH_BYE)) in usbip_stop_eh()
118 wait_event_interruptible(ud->eh_waitq, !(ud->event & ~USBIP_EH_BYE)); in usbip_stop_eh()
150 if (ud->event & USBIP_EH_BYE) in usbip_event_add()
A Dusbip_common.h237 #define USBIP_EH_BYE (1 << 1) macro
241 #define SDEV_EVENT_REMOVED (USBIP_EH_SHUTDOWN | USBIP_EH_BYE)
247 #define VUDC_EVENT_REMOVED (USBIP_EH_SHUTDOWN | USBIP_EH_RESET | USBIP_EH_BYE)
254 #define VDEV_EVENT_REMOVED (USBIP_EH_SHUTDOWN | USBIP_EH_RESET | USBIP_EH_BYE)

Completed in 6 milliseconds