Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/usbip/
H A Dusbip_common.c687 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) in usbip_recv_iso()
709 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) in usbip_recv_iso()
771 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) { in usbip_recv_xbuff()
828 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) in usbip_recv_xbuff()
H A Dusbip_common.h231 USBIP_STUB, enumerator
H A Dstub_dev.c278 sdev->ud.side = USBIP_STUB; in stub_device_alloc()