Searched refs:wTotalLength (Results 1 - 11 of 11) sorted by relevance
/drivers/external_device_manager/interfaces/ddk/usb/ |
H A D | usb_ddk_types.h | 120 uint16_t wTotalLength; member
|
/drivers/peripheral/usb/hdi_service/include/ |
H A D | usbd_type.h | 165 uint16_t wTotalLength;
member
|
/drivers/peripheral/usb/ddk_service/src/ |
H A D | usb_ddk_service.cpp | 192 std::vector<uint8_t> tmpBuffer(tmpDesc.wTotalLength); in GetConfigDescriptor() 193 ret = GetRawConfigDescriptor(rawHandle, configIndex, tmpBuffer.data(), tmpDesc.wTotalLength); in GetConfigDescriptor()
|
/drivers/peripheral/usb/interfaces/ddk/common/ |
H A D | usb_ddk.h | 181 uint16_t wTotalLength;
member 285 uint16_t wTotalLength;
member
|
/drivers/external_device_manager/frameworks/ddk/usb/ |
H A D | usb_config_desc_parser.cpp | 97 desc->wTotalLength = Le16ToHost(desc->wTotalLength); in ParseDescriptor()
|
/drivers/peripheral/usb/ddk/host/src/ |
H A D | liteos_adapter.c | 301 size_t count = UGETW(osDev->adapterDevice->cdesc->wTotalLength); in OsReadDescriptors() 312 DPRINTFN(0, "%s:+configdes_size:%d+type:%d\n", __func__, UGETW(osDev->adapterDevice->cdesc->wTotalLength), in OsReadDescriptors() 356 configLen = LE16_TO_CPU(configDesc->wTotalLength); in OsParseConfigDescriptors() 358 DPRINTFN(0, "invalid wTotalLength value %u\n", configLen); in OsParseConfigDescriptors() 1200 count = UGETW(adapterDevice->cdesc->wTotalLength); in AdapterGetConfigDescriptor()
|
H A D | usb_raw_api_library.c | 265 desc->wTotalLength = LE16_TO_CPU(desc->wTotalLength); in ParseDescriptor() 1243 configLen = LE16_TO_CPU(tmpConfig.desc.wTotalLength); in RawGetConfigDescriptor()
|
H A D | linux_adapter.c | 281 configLen = LE16_TO_CPU(configDesc->wTotalLength); in OsParseConfigDescriptors() 283 HDF_LOGE("invalid wTotalLength value %{public}u", configLen); in OsParseConfigDescriptors()
|
/drivers/peripheral/usb/test/unittest/mock/src/ |
H A D | mock_linux_adapter.cpp | 176 uint16_t configLen = LE16_TO_CPU(configDesc->wTotalLength); in OsParseConfigDescriptors() 178 HDF_LOGE("invalid wTotalLength value %{public}u", configLen); in OsParseConfigDescriptors()
|
/drivers/peripheral/usb/net/src/ |
H A D | usb_net_host.c | 847 HARCH_INFO_PRINT("wTotalLength = %{public}d", tmpConfig->configDescriptor.wTotalLength); in UsbnetHostPrintConfigDescriptor()
|
/drivers/peripheral/usb/ddk/device/src/ |
H A D | usbfn_cfg_mgr.c | 494 desc->wTotalLength = LE16_TO_CPU(sValue); in UsbFnCfgMgrParseSecurityDesc()
|
Completed in 30 milliseconds