Home
last modified time | relevance | path

Searched refs:UsbControlRequestType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/peripheral/usb/serial/include/
H A Dusb_serial.h143 UsbControlRequestType reqType;
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_ddk_interface.h77 } UsbControlRequestType; typedef
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_host_sdk_if_test_io.cpp114 …dr.reqType = (UsbControlRequestType)((msgData.requestType >> USB_TYPE_OFFSET) & REQUEST_TYPE_MASK); in UsbControlMsg()
H A Dusb_host_sdk_if_test.cpp186 …dr.reqType = (UsbControlRequestType)((msgData.requestType >> USB_TYPE_OFFSET) & REQUEST_TYPE_MASK); in UsbControlMsg()
/ohos5.0/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp378 pCtrParams->reqType = static_cast<UsbControlRequestType>(cmdType); in CtrlTranParamGetReqType()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dusb_test.c145 …dr.reqType = (UsbControlRequestType)((msgData.requestType >> USB_TYPE_OFFSET) & REQUEST_TYPE_MASK); in UsbControlMsg()