Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/usbip/
H 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()
H A 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)
/kernel/linux/linux-6.6/drivers/usb/usbip/
H 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()
149 if (ud->event & USBIP_EH_BYE) in usbip_event_add()
H 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 3 milliseconds