Home
last modified time | relevance | path

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

/drivers/usb/usbip/
Dusbip_event.c192 int usbip_event_happened(struct usbip_device *ud) in usbip_event_happened() function
204 EXPORT_SYMBOL_GPL(usbip_event_happened);
Dvhci_rx.c265 if (usbip_event_happened(ud)) in vhci_rx_loop()
Dusbip_common.h331 int usbip_event_happened(struct usbip_device *ud);
Dvudc_rx.c244 if (usbip_event_happened(ud)) in v_rx_loop()
Dvudc_tx.c240 if (usbip_event_happened(&udc->ud)) in v_tx_loop()
Dstub_tx.c382 if (usbip_event_happened(ud)) in stub_tx_loop()
Dstub_rx.c609 if (usbip_event_happened(ud)) in stub_rx_loop()