Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/usbip/
Dvudc_rx.c171 ret = usbip_recv_iso(&udc->ud, urb_p->urb); in v_recv_cmd_submit()
Dvhci_rx.c86 if (usbip_recv_iso(ud, urb) < 0) { in vhci_recv_ret_submit()
Dusbip_common.h316 int usbip_recv_iso(struct usbip_device *ud, struct urb *urb);
Dusbip_common.c579 int usbip_recv_iso(struct usbip_device *ud, struct urb *urb) in usbip_recv_iso() function
638 EXPORT_SYMBOL_GPL(usbip_recv_iso);
Dstub_rx.c590 if (usbip_recv_iso(ud, priv->urbs[0]) < 0) in stub_recv_cmd_submit()