Home
last modified time | relevance | path

Searched refs:USB_REQUEST_GET_CONFIGURATION (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_ddk_request.h39 USB_REQUEST_GET_CONFIGURATION = 0x08, enumerator
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test.h134 USB_REQUEST_GET_CONFIGURATION = 0x08, enumerator
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_raw_test.h269 USB_REQUEST_GET_CONFIGURATION = 0x08, enumerator
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c352 ctrlData.requestCmd = USB_REQUEST_GET_CONFIGURATION; in OsGetActiveConfig()