Searched refs:USBIP_DIR_OUT (Results 1 – 3 of 3) sorted by relevance
53 #define USBIP_DIR_OUT 0x00 macro
535 if (ntohl(hdr->common.direction) == USBIP_DIR_OUT) { in handle_usb_control()563 if (ntohl(hdr->common.direction) == USBIP_DIR_OUT) { in handle_usb_data()
437 uint32_t ep_dir = USB_EP_DIR_IS_IN(ep) ? USBIP_DIR_IN : USBIP_DIR_OUT; in usbip_send_common()