Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/usbip/
Dusbip_common.h241 #define USBIP_EH_BYE (1 << 1) macro
245 #define SDEV_EVENT_REMOVED (USBIP_EH_SHUTDOWN | USBIP_EH_RESET | USBIP_EH_BYE)
251 #define VDEV_EVENT_REMOVED (USBIP_EH_SHUTDOWN | USBIP_EH_BYE)
Dusbip_event.c57 if (ud->event & USBIP_EH_BYE) in event_handler()