Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h97 #define USB_TYPE_OFFSET 0x05 macro
/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/net/src/
H A Dcdc_ether.c216 dr.reqType = (controlParams->requestType >> USB_TYPE_OFFSET) & REQUEST_TYPE_MASK; in EcmUsbControlMsg()
/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()