Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/usb/device/
Dusb_dc_native_posix_adapt.h53 #define USBIP_DIR_OUT 0x00 macro
Dusb_dc_native_posix.c535 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()
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()