Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/usbip/
Dusbip_event.c108 unsigned long pending = ud->event & ~USBIP_EH_BYE; in usbip_stop_eh()
110 if (!(ud->event & USBIP_EH_BYE)) in usbip_stop_eh()
116 wait_event_interruptible(ud->eh_waitq, !(ud->event & ~USBIP_EH_BYE)); in usbip_stop_eh()
148 if (ud->event & USBIP_EH_BYE) in usbip_event_add()
Dusbip_common.h236 #define USBIP_EH_BYE (1 << 1) macro
240 #define SDEV_EVENT_REMOVED (USBIP_EH_SHUTDOWN | USBIP_EH_BYE)
246 #define VUDC_EVENT_REMOVED (USBIP_EH_SHUTDOWN | USBIP_EH_RESET | USBIP_EH_BYE)
253 #define VDEV_EVENT_REMOVED (USBIP_EH_SHUTDOWN | USBIP_EH_RESET | USBIP_EH_BYE)