Searched refs:USBIP_DIR_IN (Results 1 – 3 of 3) sorted by relevance
54 #define USBIP_DIR_IN 0x01 macro
437 uint32_t ep_dir = USB_EP_DIR_IS_IN(ep) ? USBIP_DIR_IN : USBIP_DIR_OUT; in usbip_send_common()
524 if ((ntohl(hdr->common.direction) == USBIP_DIR_IN) ^ in handle_usb_control()