Home
last modified time | relevance | path

Searched refs:USBIP_VUDC (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/usb/usbip/
Dusbip_common.c686 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) in usbip_recv_iso()
708 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) in usbip_recv_iso()
770 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) { in usbip_recv_xbuff()
827 if (ud->side == USBIP_STUB || ud->side == USBIP_VUDC) in usbip_recv_xbuff()
DKconfig62 config USBIP_VUDC config
Dusbip_common.h232 USBIP_VUDC, enumerator
Dvudc_dev.c577 ud->side = USBIP_VUDC; in init_vudc_hw()