Searched refs:USBIP_DIR_IN (Results 1 – 4 of 4) sorted by relevance
47 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()
123 #define USBIP_DIR_IN 0x01 macro
25 USBIP_DIR_IN : USBIP_DIR_OUT; in setup_cmd_submit_pdu()
338 if (dir == USBIP_DIR_IN) in get_pipe()