Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
690 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) { in usbip_recv_xbuff()
747 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) in usbip_recv_xbuff()
Dusbip_common.h230 USBIP_STUB, enumerator
Dstub_dev.c276 sdev->ud.side = USBIP_STUB; in stub_device_alloc()