Home
last modified time | relevance | path

Searched refs:USBIP_STUB (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/usb/usbip/
Dusbip_common.c606 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) in usbip_recv_iso()
628 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) in usbip_recv_iso()
686 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) { in usbip_recv_xbuff()
706 if (ud->side == USBIP_STUB) { in usbip_recv_xbuff()
718 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) { in usbip_recv_xbuff()
Dusbip_common.h223 USBIP_STUB, enumerator
Dstub_dev.c267 sdev->ud.side = USBIP_STUB; in stub_device_alloc()