Home
last modified time | relevance | path

Searched refs:usbip_recv_xbuff (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/usb/usbip/
Dvhci_rx.c92 if (usbip_recv_xbuff(ud, urb) < 0) in vhci_recv_ret_submit()
Dusbip_common.h313 int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb);
Dusbip_common.c721 int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb) in usbip_recv_xbuff() function
757 EXPORT_SYMBOL_GPL(usbip_recv_xbuff);
Dstub_rx.c503 if (usbip_recv_xbuff(ud, priv->urb) < 0) in stub_recv_cmd_submit()