Searched refs:usbip_recv (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/usbip/
H A Dusbip_common.c325 int usbip_recv(struct socket *sock, void *buf, int size) function
383 EXPORT_SYMBOL_GPL(usbip_recv); variable
640 ret = usbip_recv(ud->tcp_socket, buff, size);
744 ret = usbip_recv(ud->tcp_socket, urb->transfer_buffer, size);
H A Dusbip_common.h301 int usbip_recv(struct socket *sock, void *buf, int size);
H A Dvhci_rx.c208 ret = usbip_recv(ud->tcp_socket, &pdu, sizeof(pdu));
H A Dstub_rx.c547 ret = usbip_recv(ud->tcp_socket, &pdu, sizeof(pdu));

Completed in 45 milliseconds