Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/usbip/
Dvhci_rx.c80 if (usbip_recv_xbuff(ud, urb) < 0) in vhci_recv_ret_submit()
Dusbip_common.h308 int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb);
Dvudc_rx.c167 ret = usbip_recv_xbuff(&udc->ud, urb_p->urb); in v_recv_cmd_submit()
Dusbip_common.c681 int usbip_recv_xbuff(struct usbip_device *ud, struct urb *urb) in usbip_recv_xbuff() function
728 EXPORT_SYMBOL_GPL(usbip_recv_xbuff);
Dstub_rx.c499 if (usbip_recv_xbuff(ud, priv->urb) < 0) in stub_recv_cmd_submit()