Home
last modified time | relevance | path

Searched refs:usbip_event_happened (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/usb/usbip/
Dusbip_event.c174 int usbip_event_happened(struct usbip_device *ud) in usbip_event_happened() function
186 EXPORT_SYMBOL_GPL(usbip_event_happened);
Dvhci_rx.c253 if (usbip_event_happened(ud)) in vhci_rx_loop()
Dusbip_common.h316 int usbip_event_happened(struct usbip_device *ud);
Dvudc_rx.c232 if (usbip_event_happened(ud)) in v_rx_loop()
Dvudc_tx.c228 if (usbip_event_happened(&udc->ud)) in v_tx_loop()
Dstub_tx.c368 if (usbip_event_happened(ud)) in stub_tx_loop()
Dstub_rx.c583 if (usbip_event_happened(ud)) in stub_rx_loop()