Home
last modified time | relevance | path

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.md26 | [wTotalLength](#wtotallength) | 该配置描述符的总长度,包含配置、接口、端点和特定于类或供应商的描述符。 |
121 ### wTotalLength subsection
125 uint16_t UsbConfigDescriptor::wTotalLength
H A Dusb__ddk__types_8h.md78 | [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.md26 | [wTotalLength](#wtotallength) | Total length of the configuration descriptor, including the confi…
121 ### wTotalLength subsection
125 uint16_t UsbConfigDescriptor::wTotalLength
H A Dusb__ddk__types_8h.md78 | [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 Dusb_ddk.h181 uint16_t wTotalLength; member
285 uint16_t wTotalLength; member
/ohos5.0/drivers/external_device_manager/interfaces/ddk/usb/
H A Dusb_ddk_types.h120 uint16_t wTotalLength; member
/ohos5.0/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h168 uint16_t wTotalLength; member
/ohos5.0/drivers/peripheral/usb/ddk_service/src/
H A Dusb_ddk_service.cpp192 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 Dusb_config_desc_parser.cpp97 desc->wTotalLength = Le16ToHost(desc->wTotalLength); in ParseDescriptor()
/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dliteos_adapter.c301 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 Dusb_raw_api_library.c265 desc->wTotalLength = LE16_TO_CPU(desc->wTotalLength); in ParseDescriptor()
1243 configLen = LE16_TO_CPU(tmpConfig.desc.wTotalLength); in RawGetConfigDescriptor()
H A Dlinux_adapter.c281 configLen = LE16_TO_CPU(configDesc->wTotalLength); in OsParseConfigDescriptors()
/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A Dmock_linux_adapter.cpp176 uint16_t configLen = LE16_TO_CPU(configDesc->wTotalLength); in OsParseConfigDescriptors()
/ohos5.0/drivers/peripheral/usb/net/src/
H A Dusb_net_host.c837 HARCH_INFO_PRINT("wTotalLength = %{public}d", tmpConfig->configDescriptor.wTotalLength); in UsbnetHostPrintConfigDescriptor()
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_cfg_mgr.c494 desc->wTotalLength = LE16_TO_CPU(sValue); in UsbFnCfgMgrParseSecurityDesc()