Searched refs:usbip_recv_iso (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | usbip_common.h | 316 int usbip_recv_iso(struct usbip_device *ud, struct urb *urb);
|
H A D | vhci_rx.c | 86 if (usbip_recv_iso(ud, urb) < 0) { in vhci_recv_ret_submit()
|
H A D | vudc_rx.c | 171 ret = usbip_recv_iso(&udc->ud, urb_p->urb); in v_recv_cmd_submit()
|
H A D | usbip_common.c | 579 int usbip_recv_iso(struct usbip_device *ud, struct urb *urb) in usbip_recv_iso() function 638 EXPORT_SYMBOL_GPL(usbip_recv_iso); variable
|
H A D | stub_rx.c | 592 if (usbip_recv_iso(ud, priv->urbs[0]) < 0) in stub_recv_cmd_submit()
|
/kernel/linux/linux-6.6/drivers/usb/usbip/ |
H A D | vhci_rx.c | 86 if (usbip_recv_iso(ud, urb) < 0) { in vhci_recv_ret_submit()
|
H A D | vudc_rx.c | 173 ret = usbip_recv_iso(&udc->ud, urb_p->urb); in v_recv_cmd_submit()
|
H A D | usbip_common.c | 660 int usbip_recv_iso(struct usbip_device *ud, struct urb *urb) in usbip_recv_iso() function 719 EXPORT_SYMBOL_GPL(usbip_recv_iso); variable
|
H A D | usbip_common.h | 321 int usbip_recv_iso(struct usbip_device *ud, struct urb *urb);
|
H A D | stub_rx.c | 592 if (usbip_recv_iso(ud, priv->urbs[0]) < 0) in stub_recv_cmd_submit()
|
Completed in 7 milliseconds