Home
last modified time | relevance | path

Searched refs:UsbRequestTargetType (Results 1 - 9 of 9) sorted by relevance

/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_ddk_interface.h63 } UsbRequestTargetType; typedef
228 /** Type of the received control request packet. For details, see {@link UsbRequestTargetType}. */
229 UsbRequestTargetType target;
/drivers/peripheral/usb/serial/include/
H A Dusb_serial.h142 UsbRequestTargetType target;
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd.h124 UsbRequestTargetType target;
/drivers/peripheral/usb/ddk_service/src/
H A Dusb_ddk_service.cpp314 params.ctrlReq.target = static_cast<UsbRequestTargetType>(GET_CTRL_REQ_RECIP(setup.requestType)); in SendControlReadRequest()
369 params.ctrlReq.target = static_cast<UsbRequestTargetType>(GET_CTRL_REQ_RECIP(setup.requestType)); in SendControlWriteRequest()
/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test_io.cpp113 dr.target = (UsbRequestTargetType)(msgData.requestType & TARGET_MASK); in UsbControlMsg()
H A Dusb_host_sdk_if_test.cpp185 dr.target = (UsbRequestTargetType)(msgData.requestType & TARGET_MASK); in UsbControlMsg()
/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp1598 controlParams.target = (UsbRequestTargetType)(static_cast<uint32_t>(ctrl.requestType) & USB_RECIP_MASK); in ControlTransferRead()
1640 controlParams.target = (UsbRequestTargetType)(static_cast<uint32_t>(ctrl.requestType) & USB_RECIP_MASK); in ControlTransferWrite()
1675 controlParams.target = (UsbRequestTargetType)(static_cast<uint32_t>(ctrlParams.requestType) & USB_RECIP_MASK); in ControlTransferReadwithLength()
H A Dusbd_dispatcher.cpp376 pCtrParams->target = static_cast<UsbRequestTargetType>(target); in CtrlTranParamGetReqType()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_test.c144 dr.target = (UsbRequestTargetType)(msgData.requestType & TARGET_MASK); in UsbControlMsg()

Completed in 13 milliseconds