Home
last modified time | relevance | path

Searched refs:wMaxPacketSize (Results 1 - 22 of 22) sorted by relevance

/drivers/peripheral/usb/test/unittest/device_sdk/
H A Dusb_device_cdcacm_test.cpp109 .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 Dusb_device_lite_cdcacm_test.c101 .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 Dusb_ddk_types.h177 uint16_t wMaxPacketSize; member
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_type.h190 uint16_t wMaxPacketSize; member
/drivers/peripheral/usb/sample/host/src/
H A Dusbhost_sdkraw_speed.c239 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 Dusbhost_sdkraw_speed.c244 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 Dusb_raw_io.c281 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 Drndis_rawapi.c84 (*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 Dusb_net_host.c866 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 Dusb_config_desc_parser.cpp104 desc->wMaxPacketSize = Le16ToHost(desc->wMaxPacketSize); in ParseDescriptor()
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_protocol.c103 pipe->info.maxPacketSize = ep->endpointDescriptor.wMaxPacketSize; in UsbPipeInit()
H A Dusb_raw_api_library.c282 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 Daudio_usb_parse_interface.c589 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 Daudio_usb_dma_ops.c249 ep->syncMaxSize = le16_to_cpu(epDesc->wMaxPacketSize); in AudioUsbEndpointInit()
/drivers/peripheral/usb/serial/src/
H A Dusb_serial_rawapi.c187 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 Dusb_raw_sdk_if_test_io.cpp280 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 Dusb_raw_sdk_if_test.cpp331 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 Dusb_ddk.h212 uint16_t wMaxPacketSize; member
/drivers/peripheral/usb/ddk/device/src/
H A Dadapter_if_liteos.c772 pipeInfo->maxPacketSize = (desc.wMaxPacketSize[0] | (desc.wMaxPacketSize[1] << 8)); in UsbFnAdapterGetPipeInfo()
H A Dadapter_if.c1046 pipeInfo->maxPacketSize = desc.wMaxPacketSize; in UsbFnAdapterGetPipeInfo()
H A Dusbfn_cfg_mgr.c323 desc->wMaxPacketSize = LE16_TO_CPU(value); in UsbFnCfgMgrParseEndpointDesc()
/drivers/external_device_manager/test/unittest/ndk_stage_js_test/entry/src/main/cpp/
H A Dusb_ddk_ndk_test.cpp64 epDesc[epIdx].endpointDescriptor.bEndpointAddress, epDesc[epIdx].endpointDescriptor.wMaxPacketSize }; in FindForEachInterface()

Completed in 30 milliseconds