Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_native_posix_adapt.h54 #define USBIP_DIR_IN 0x01 macro
Dusb_dc_native_posix_adapt.c437 uint32_t ep_dir = USB_EP_DIR_IS_IN(ep) ? USBIP_DIR_IN : USBIP_DIR_OUT; in usbip_send_common()
Dusb_dc_native_posix.c524 if ((ntohl(hdr->common.direction) == USBIP_DIR_IN) ^ in handle_usb_control()