/drivers/peripheral/usb/test/unittest/device_sdk/ |
H A D | usb_device_cdcacm_test.cpp | 109 .wMaxPacketSize = CPU_TO_LE16(ACM_NOTIFY_MAXPACKET), 146 .wMaxPacketSize = CPU_TO_LE16(ACM_NOTIFY_MAXPACKET), 155 .wMaxPacketSize = CPU_TO_LE16(MAX_PACKET_SIZE), 163 .wMaxPacketSize = CPU_TO_LE16(MAX_PACKET_SIZE), 185 .wMaxPacketSize = CPU_TO_LE16(SS_MAX_PACKET_SIZE), 193 .wMaxPacketSize = CPU_TO_LE16(SS_MAX_PACKET_SIZE),
|
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/ |
H A D | usb_device_lite_cdcacm_test.c | 101 .wMaxPacketSize = CPU_TO_LE16(ACM_NOTIFY_MAXPACKET), 138 .wMaxPacketSize = CPU_TO_LE16(ACM_NOTIFY_MAXPACKET), 147 .wMaxPacketSize = CPU_TO_LE16(MAX_PACKET_SIZE), 155 .wMaxPacketSize = CPU_TO_LE16(MAX_PACKET_SIZE), 177 .wMaxPacketSize = CPU_TO_LE16(SS_MAX_PACKET_SIZE), 185 .wMaxPacketSize = CPU_TO_LE16(SS_MAX_PACKET_SIZE),
|
/drivers/external_device_manager/interfaces/ddk/usb/ |
H A D | usb_ddk_types.h | 177 uint16_t wMaxPacketSize; member
|
/drivers/peripheral/usb/hdi_service/include/ |
H A D | usbd_type.h | 190 uint16_t wMaxPacketSize;
member
|
/drivers/peripheral/usb/sample/host/src/ |
H A D | usbhost_sdkraw_speed.c | 239 acm->dataInEp->maxPacketSize = endPoint->endpointDescriptor.wMaxPacketSize; in UsbGetBulkEndpoint() 249 acm->dataOutEp->maxPacketSize = endPoint->endpointDescriptor.wMaxPacketSize; in UsbGetBulkEndpoint() 272 acm->notifyEp->maxPacketSize = interface->altsetting->endPoint[0].endpointDescriptor.wMaxPacketSize; in UsbParseConfigDescriptorProcess()
|
/drivers/peripheral/usb/sample/host/liteos_test/src/ |
H A D | usbhost_sdkraw_speed.c | 244 acm->dataInEp->maxPacketSize = endPoint->endpointDescriptor.wMaxPacketSize; in UsbSpeedGetBulkEndpoint() 254 acm->dataOutEp->maxPacketSize = endPoint->endpointDescriptor.wMaxPacketSize; in UsbSpeedGetBulkEndpoint() 278 acm->notifyEp->maxPacketSize = interface->altsetting->endPoint[0].endpointDescriptor.wMaxPacketSize; in UsbSpeedParaseInterfaceClass()
|
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/ |
H A D | usb_raw_io.c | 281 acm->notifyEp.maxPacketSize = interface->altsetting->endPoint[0].endpointDescriptor.wMaxPacketSize; in AcmParaseInterfaceClass() 293 acm->dataInEp.maxPacketSize = endPoint->endpointDescriptor.wMaxPacketSize; in AcmParaseInterfaceClass() 297 acm->dataOutEp.maxPacketSize = endPoint->endpointDescriptor.wMaxPacketSize; in AcmParaseInterfaceClass()
|
/drivers/peripheral/usb/net/src/ |
H A D | rndis_rawapi.c | 84 (*ppUsbNet)->dataInEp->maxPacketSize = endPoint->endpointDescriptor.wMaxPacketSize; in UsbGetBulkEndpoint() 96 (*ppUsbNet)->dataOutEp->maxPacketSize = endPoint->endpointDescriptor.wMaxPacketSize; in UsbGetBulkEndpoint() 121 (*ppUsbNet)->statusEp->maxPacketSize = interface->altsetting->endPoint[0].endpointDescriptor.wMaxPacketSize; in UsbParseConfigDescriptorProcess()
|
H A D | usb_net_host.c | 866 HARCH_INFO_PRINT("wMaxPacketSize = %{public}d", in UsbnetHostPrintConfigDescriptor() 867 tmpConfig->interface[i]->altsetting[j].endPoint[k].endpointDescriptor.wMaxPacketSize); in UsbnetHostPrintConfigDescriptor()
|
/drivers/external_device_manager/frameworks/ddk/usb/ |
H A D | usb_config_desc_parser.cpp | 104 desc->wMaxPacketSize = Le16ToHost(desc->wMaxPacketSize); in ParseDescriptor()
|
/drivers/peripheral/usb/ddk/host/src/ |
H A D | usb_protocol.c | 103 pipe->info.maxPacketSize = ep->endpointDescriptor.wMaxPacketSize; in UsbPipeInit()
|
H A D | usb_raw_api_library.c | 282 desc->wMaxPacketSize = LE16_TO_CPU(desc->wMaxPacketSize); in ParseDescriptor() 292 desc->wMaxPacketSize = LE16_TO_CPU(desc->wMaxPacketSize); in ParseDescriptor()
|
/drivers/hdf_core/framework/model/audio/usb/src/ |
H A D | audio_usb_parse_interface.c | 589 fp->maxPackSize = le16_to_cpu(epDesc->wMaxPacketSize); in AudioUsbFormatInit() 847 if (le16_to_cpu(epDesc->wMaxPacketSize) == 0) { in AudioUsbGetAltsd() 930 if (le16_to_cpu(epDesc->wMaxPacketSize) == (*audioUsbFormat)->maxPackSize * FRAME_SIZE_2) { in AudioUsbGetFormatSub()
|
H A D | audio_usb_dma_ops.c | 249 ep->syncMaxSize = le16_to_cpu(epDesc->wMaxPacketSize); in AudioUsbEndpointInit()
|
/drivers/peripheral/usb/serial/src/ |
H A D | usb_serial_rawapi.c | 187 acm->dataInEp->maxPacketSize = endPoint->endpointDescriptor.wMaxPacketSize; in UsbGetBulkEndpoint() 197 acm->dataOutEp->maxPacketSize = endPoint->endpointDescriptor.wMaxPacketSize; in UsbGetBulkEndpoint() 220 acm->notifyEp->maxPacketSize = interface->altsetting->endPoint[0].endpointDescriptor.wMaxPacketSize; in UsbParseConfigDescriptorProcess()
|
/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_raw_sdk_if_test_io.cpp | 280 acm->notifyEp->maxPacketSize = interface->altsetting->endPoint[0].endpointDescriptor.wMaxPacketSize; in UsbParseConfigDescriptor() 297 acm->dataInEp->maxPacketSize = endPoint->endpointDescriptor.wMaxPacketSize; in UsbParseConfigDescriptor() 306 acm->dataOutEp->maxPacketSize = endPoint->endpointDescriptor.wMaxPacketSize; in UsbParseConfigDescriptor()
|
H A D | usb_raw_sdk_if_test.cpp | 331 acm->notifyEp->maxPacketSize = interface->altsetting->endPoint[0].endpointDescriptor.wMaxPacketSize; in UsbParseConfigDescriptor() 347 acm->dataInEp->maxPacketSize = endPoint->endpointDescriptor.wMaxPacketSize; in UsbParseConfigDescriptor() 356 acm->dataOutEp->maxPacketSize = endPoint->endpointDescriptor.wMaxPacketSize; in UsbParseConfigDescriptor()
|
/drivers/peripheral/usb/interfaces/ddk/common/ |
H A D | usb_ddk.h | 212 uint16_t wMaxPacketSize;
member
|
/drivers/peripheral/usb/ddk/device/src/ |
H A D | adapter_if_liteos.c | 772 pipeInfo->maxPacketSize = (desc.wMaxPacketSize[0] | (desc.wMaxPacketSize[1] << 8)); in UsbFnAdapterGetPipeInfo()
|
H A D | adapter_if.c | 1046 pipeInfo->maxPacketSize = desc.wMaxPacketSize; in UsbFnAdapterGetPipeInfo()
|
H A D | usbfn_cfg_mgr.c | 323 desc->wMaxPacketSize = LE16_TO_CPU(value); in UsbFnCfgMgrParseEndpointDesc()
|
/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/ |
H A D | usb_ddk_ndk_test.cpp | 64 epDesc[epIdx].endpointDescriptor.bEndpointAddress, epDesc[epIdx].endpointDescriptor.wMaxPacketSize }; in FindForEachInterface()
|