Home
last modified time | relevance | path

Searched refs:GetRawConfigDescriptor (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/usb/interfaces/ddk/host/
H A Dusb_raw_api.h516 int32_t GetRawConfigDescriptor(
/ohos5.0/drivers/peripheral/usb/ddk_service/src/
H A Dusb_ddk_service.cpp184 int32_t ret = GetRawConfigDescriptor( in GetConfigDescriptor()
193 ret = GetRawConfigDescriptor(rawHandle, configIndex, tmpBuffer.data(), tmpDesc.wTotalLength); in GetConfigDescriptor()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_raw_api_library.c236 int32_t GetRawConfigDescriptor( in GetRawConfigDescriptor() function