Home
last modified time | relevance | path

Searched refs:USBIP_DIR_IN (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dusbip_protocol.rst272 | | | | - 1: USBIP_DIR_IN |
332 | | | | - 1: USBIP_DIR_IN |
373 | | | | - 1: USBIP_DIR_IN |
399 | | | | - 1: USBIP_DIR_IN |
/OK3568_Linux_fs/kernel/drivers/usb/usbip/
H A Dvudc_rx.c47 urb->pipe |= pdu->base.direction == USBIP_DIR_IN ? in alloc_urb_from_cmd()
104 if (pdu->base.direction == USBIP_DIR_IN) in v_recv_cmd_submit()
H A Dusbip_common.h122 #define USBIP_DIR_IN 0x01 macro
H A Dvhci_tx.c25 USBIP_DIR_IN : USBIP_DIR_OUT; in setup_cmd_submit_pdu()
H A Dstub_rx.c338 if (dir == USBIP_DIR_IN) in get_pipe()