Home
last modified time | relevance | path

Searched refs:USB_REQUEST_DIR_TO_DEVICE (Results 1 – 5 of 5) sorted by relevance

/drivers/peripheral/usb/interfaces/ddk/host/
Dusb_ddk_interface.h86 USB_REQUEST_DIR_TO_DEVICE, enumerator
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
Dusb_test.c1029 parmas.dataReq.directon = USB_REQUEST_DIR_TO_DEVICE; in CheckHostSdkIfFillIsoRequest001()
1055 parmas.dataReq.directon = USB_REQUEST_DIR_TO_DEVICE; in CheckHostSdkIfFillIsoRequest002()
1081 parmas.dataReq.directon = USB_REQUEST_DIR_TO_DEVICE; in CheckHostSdkIfFillIsoRequest003()
1101 parmas.dataReq.directon = USB_REQUEST_DIR_TO_DEVICE; in CheckHostSdkIfFillIsoRequest004()
1127 parmas.dataReq.directon = USB_REQUEST_DIR_TO_DEVICE; in CheckHostSdkIfFillIsoRequest005()
1147 parmas.dataReq.directon = USB_REQUEST_DIR_TO_DEVICE; in CheckHostSdkIfFillIsoRequest006()
1253 parmas.dataReq.directon = USB_REQUEST_DIR_TO_DEVICE; in CheckHostSdkIfFillRequest002()
/drivers/peripheral/usb/ddk/host/src/
Dusb_interface_pool.c445 if (ctrlReq.directon == USB_REQUEST_DIR_TO_DEVICE) { in IfFillControlRequest()
501 if ((params->dataReq.directon == USB_REQUEST_DIR_TO_DEVICE) && (requestData.length > 0)) { in IfFillBulkRequest()
1609 if (directon == USB_REQUEST_DIR_TO_DEVICE) { in UsbFillRequest()
1654 if (directon == USB_REQUEST_DIR_TO_DEVICE) { in UsbFillRequestByMmap()
/drivers/peripheral/usb/hdi_service/src/
Dusbd_dispatcher.cpp334 if (direction == USB_REQUEST_DIR_TO_DEVICE) { in CtrlTranParamGetReqType()
/drivers/peripheral/usb/serial/src/
Dusb_serial.c448 controlParams.directon = USB_REQUEST_DIR_TO_DEVICE; in SerialCtrlMsg()