Searched refs:wTotalLength (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-driverdevelopment-kit/ |
H A D | _usb_config_descriptor.md | 26 | [wTotalLength](#wtotallength) | 该配置描述符的总长度,包含配置、接口、端点和特定于类或供应商的描述符。 | 121 ### wTotalLength subsection 125 uint16_t UsbConfigDescriptor::wTotalLength
|
H A D | usb__ddk__types_8h.md | 78 | [wTotalLength](#wtotallength) | 该配置描述符的总长度,包含配置、接口、端点和特定于类或供应商的描述符。 | 585 ### wTotalLength subsection 589 uint16_t wTotalLength
|
/ohos5.0/docs/en/application-dev/reference/apis-driverdevelopment-kit/ |
H A D | _usb_config_descriptor.md | 26 | [wTotalLength](#wtotallength) | Total length of the configuration descriptor, including the confi… 121 ### wTotalLength subsection 125 uint16_t UsbConfigDescriptor::wTotalLength
|
H A D | usb__ddk__types_8h.md | 78 | [wTotalLength](#wtotallength) | Total length of the configuration descriptor, including the confi… 585 ### wTotalLength subsection 589 uint16_t wTotalLength
|
/ohos5.0/drivers/peripheral/usb/interfaces/ddk/common/ |
H A D | usb_ddk.h | 181 uint16_t wTotalLength; member 285 uint16_t wTotalLength; member
|
/ohos5.0/drivers/external_device_manager/interfaces/ddk/usb/ |
H A D | usb_ddk_types.h | 120 uint16_t wTotalLength; member
|
/ohos5.0/drivers/peripheral/usb/hdi_service/include/ |
H A D | usbd_type.h | 168 uint16_t wTotalLength; member
|
/ohos5.0/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()
|
/ohos5.0/drivers/external_device_manager/frameworks/ddk/usb/ |
H A D | usb_config_desc_parser.cpp | 97 desc->wTotalLength = Le16ToHost(desc->wTotalLength); in ParseDescriptor()
|
/ohos5.0/drivers/peripheral/usb/ddk/host/src/ |
H A D | liteos_adapter.c | 301 size_t count = UGETW(osDev->adapterDevice->cdesc->wTotalLength); in OsReadDescriptors() 312 …N(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() 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()
|
/ohos5.0/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()
|
/ohos5.0/drivers/peripheral/usb/net/src/ |
H A D | usb_net_host.c | 837 HARCH_INFO_PRINT("wTotalLength = %{public}d", tmpConfig->configDescriptor.wTotalLength); in UsbnetHostPrintConfigDescriptor()
|
/ohos5.0/drivers/peripheral/usb/ddk/device/src/ |
H A D | usbfn_cfg_mgr.c | 494 desc->wTotalLength = LE16_TO_CPU(sValue); in UsbFnCfgMgrParseSecurityDesc()
|