Home
last modified time | relevance | path

Searched refs:USBIP_RET_SUBMIT (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/usb/host/
Dusbip.h22 #define USBIP_RET_SUBMIT 0x0003UL macro
Dusbip.c133 ret.hdr.command = htonl(USBIP_RET_SUBMIT); in usbip_req_cb()
/Zephyr-latest/drivers/usb/device/
Dusb_dc_native_posix_adapt.h49 #define USBIP_RET_SUBMIT 0x0003 macro
Dusb_dc_native_posix_adapt.c440 rsp.common.command = htonl(USBIP_RET_SUBMIT); in usbip_send_common()