Home
last modified time | relevance | path

Searched refs:wMaxPacketSize (Results 1 – 19 of 19) sorted by relevance

/drivers/peripheral/usb/test/unittest/device_sdk/
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/
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/
Dusb_ddk_types.h177 uint16_t wMaxPacketSize; member
/drivers/peripheral/usb/hdi_service/include/
Dusbd_type.h190 uint16_t wMaxPacketSize; member
/drivers/peripheral/usb/sample/host/src/
Dusbhost_sdkraw_speed.c239 acm->dataInEp->maxPacketSize = endPoint->endpointDescriptor.wMaxPacketSize; in UsbGetBulkEndpoint()
249 acm->dataOutEp->maxPacketSize = endPoint->endpointDescriptor.wMaxPacketSize; in UsbGetBulkEndpoint()
272 …cm->notifyEp->maxPacketSize = interface->altsetting->endPoint[0].endpointDescriptor.wMaxPacketSize; in UsbParseConfigDescriptorProcess()
/drivers/peripheral/usb/sample/host/liteos_test/src/
Dusbhost_sdkraw_speed.c244 acm->dataInEp->maxPacketSize = endPoint->endpointDescriptor.wMaxPacketSize; in UsbSpeedGetBulkEndpoint()
254 acm->dataOutEp->maxPacketSize = endPoint->endpointDescriptor.wMaxPacketSize; in UsbSpeedGetBulkEndpoint()
278 …cm->notifyEp->maxPacketSize = interface->altsetting->endPoint[0].endpointDescriptor.wMaxPacketSize; in UsbSpeedParaseInterfaceClass()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
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/external_device_manager/frameworks/ddk/usb/
Dusb_config_desc_parser.cpp104 desc->wMaxPacketSize = Le16ToHost(desc->wMaxPacketSize); in ParseDescriptor()
/drivers/hdf_core/framework/model/audio/usb/src/
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()
Daudio_usb_dma_ops.c249 ep->syncMaxSize = le16_to_cpu(epDesc->wMaxPacketSize); in AudioUsbEndpointInit()
/drivers/peripheral/usb/interfaces/ddk/common/
Dusb_ddk.h212 uint16_t wMaxPacketSize; member
/drivers/peripheral/usb/ddk/host/src/
Dusb_protocol.c120 pipe->info.maxPacketSize = ep->endpointDescriptor.wMaxPacketSize; in UsbPipeInit()
Dusb_raw_api_library.c281 desc->wMaxPacketSize = LE16_TO_CPU(desc->wMaxPacketSize); in ParseDescriptor()
291 desc->wMaxPacketSize = LE16_TO_CPU(desc->wMaxPacketSize); in ParseDescriptor()
/drivers/peripheral/usb/test/unittest/host_sdk/
Dusb_raw_sdk_if_test_io.cpp280 …cm->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()
Dusb_raw_sdk_if_test.cpp331 …cm->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/serial/src/
Dusb_serial_rawapi.c186 acm->dataInEp->maxPacketSize = endPoint->endpointDescriptor.wMaxPacketSize; in UsbGetBulkEndpoint()
196 acm->dataOutEp->maxPacketSize = endPoint->endpointDescriptor.wMaxPacketSize; in UsbGetBulkEndpoint()
219 …cm->notifyEp->maxPacketSize = interface->altsetting->endPoint[0].endpointDescriptor.wMaxPacketSize; in UsbParseConfigDescriptorProcess()
/drivers/peripheral/usb/ddk/device/src/
Dadapter_if_liteos.c760 pipeInfo->maxPacketSize = (desc.wMaxPacketSize[0] | (desc.wMaxPacketSize[1] << 8)); in UsbFnAdapterGetPipeInfo()
Dadapter_if.c1040 pipeInfo->maxPacketSize = desc.wMaxPacketSize; in UsbFnAdapterGetPipeInfo()
Dusbfn_cfg_mgr.c322 desc->wMaxPacketSize = LE16_TO_CPU(value); in UsbFnCfgMgrParseEndpointDesc()