Home
last modified time | relevance | path

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

/drivers/peripheral/usb/serial/include/
H A Dusb_serial.h143 UsbControlRequestType reqType;
/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_ddk_interface.h77 } UsbControlRequestType; typedef
230 /** Control request type. For details, see {@link UsbControlRequestType}. */
/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()
/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()
/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_dispatcher.cpp378 pCtrParams->reqType = static_cast<UsbControlRequestType>(cmdType); in CtrlTranParamGetReqType()

Completed in 10 milliseconds