Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_raw_api_library.h46 #define USB_RAW_CONTROL_SETUP_SIZE (sizeof(struct UsbRawControlSetup)) macro
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_io_manage.c405 …estObj->request.compInfo.buffer = requestObj->request.compInfo.buffer + USB_RAW_CONTROL_SETUP_SIZE; in UsbIoSetRequestCompletionInfo()
H A Dusb_raw_api_library.c40 return request->buffer + USB_RAW_CONTROL_SETUP_SIZE; in ControlRequestGetData()
1129 …ret = memcpy_s(request->buffer + USB_RAW_CONTROL_SETUP_SIZE, fillRequestData.length, requestData->… in RawSendControlRequest()
1137 fillRequestData.length = USB_RAW_CONTROL_SETUP_SIZE + requestData->length; in RawSendControlRequest()
H A Dusb_interface_pool.c489 ret = memcpy_s(hostRequest->buffer + USB_RAW_CONTROL_SETUP_SIZE, in IfFillControlRequest()
490 USB_RAW_CONTROL_SETUP_SIZE + ctrlReq.length, ctrlReq.buffer, ctrlReq.length); in IfFillControlRequest()
501 fillRequestData.length = USB_RAW_CONTROL_SETUP_SIZE + ctrlReq.length; in IfFillControlRequest()