Searched refs:USBIP_DIR_IN (Results 1 – 5 of 5) sorted by relevance
30 #define USBIP_DIR_IN 1UL macro
282 if (cmd->hdr.direction == USBIP_DIR_IN) { in usbip_handle_submit()
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()