Home
last modified time | relevance | path

Searched refs:wTotalLength (Results 1 - 11 of 11) sorted by relevance

/drivers/external_device_manager/interfaces/ddk/usb/
H A Dusb_ddk_types.h120 uint16_t wTotalLength; member
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h165 uint16_t wTotalLength; member
/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()
/drivers/peripheral/usb/interfaces/ddk/common/
H A Dusb_ddk.h181 uint16_t wTotalLength; member
285 uint16_t wTotalLength; member
/drivers/external_device_manager/frameworks/ddk/usb/
H A Dusb_config_desc_parser.cpp97 desc->wTotalLength = Le16ToHost(desc->wTotalLength); in ParseDescriptor()
/drivers/peripheral/usb/ddk/host/src/
H A Dliteos_adapter.c301 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 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()
283 HDF_LOGE("invalid wTotalLength value %{public}u", configLen); in OsParseConfigDescriptors()
/drivers/peripheral/usb/test/unittest/mock/src/
H A Dmock_linux_adapter.cpp176 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 Dusb_net_host.c847 HARCH_INFO_PRINT("wTotalLength = %{public}d", tmpConfig->configDescriptor.wTotalLength); in UsbnetHostPrintConfigDescriptor()
/drivers/peripheral/usb/ddk/device/src/
H A Dusbfn_cfg_mgr.c494 desc->wTotalLength = LE16_TO_CPU(sValue); in UsbFnCfgMgrParseSecurityDesc()

Completed in 17 milliseconds