Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/usbip/
Dvhci_rx.c89 if (usbip_recv_xbuff(ud, urb) < 0) in vhci_recv_ret_submit()
Dusbip_common.h310 int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb);
Dusbip_common.c772 int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb) in usbip_recv_xbuff() function
810 EXPORT_SYMBOL_GPL(usbip_recv_xbuff);
Dstub_rx.c513 if (usbip_recv_xbuff(ud, priv->urb) < 0) in stub_recv_cmd_submit()