Searched refs:reqParam (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/ |
| D | usb_device_cdc_rndis.c | 591 usb_device_cdc_rndis_request_param_struct_t reqParam; in USB_DeviceCdcRndisQueryCommand() local 648 reqParam.buffer = infoBuf; in USB_DeviceCdcRndisQueryCommand() 649 reqParam.length = infoBufLen; in USB_DeviceCdcRndisQueryCommand() 656 … handle->rndisCallback(handle->cdcAcmHandle, kUSB_DeviceCdcEventAppGetMaxFrameSize, &reqParam)) in USB_DeviceCdcRndisQueryCommand() 661 …void)handle->rndisCallback(handle->cdcAcmHandle, kUSB_DeviceCdcEventAppGetMaxFrameSize, &reqParam); in USB_DeviceCdcRndisQueryCommand() 670 reqParam.buffer = infoBuf; in USB_DeviceCdcRndisQueryCommand() 671 reqParam.length = infoBufLen; in USB_DeviceCdcRndisQueryCommand() 678 … handle->rndisCallback(handle->cdcAcmHandle, kUSB_DeviceCdcEventAppGetLinkSpeed, &reqParam)) in USB_DeviceCdcRndisQueryCommand() 683 … (void)handle->rndisCallback(handle->cdcAcmHandle, kUSB_DeviceCdcEventAppGetLinkSpeed, &reqParam); in USB_DeviceCdcRndisQueryCommand() 694 reqParam.buffer = infoBuf; in USB_DeviceCdcRndisQueryCommand() [all …]
|
| D | usb_device_cdc_acm.c | 376 usb_device_cdc_acm_request_param_struct_t reqParam; in USB_DeviceCdcAcmEvent() local 621 reqParam.buffer = &(controlRequest->buffer); in USB_DeviceCdcAcmEvent() 622 reqParam.length = &(controlRequest->length); in USB_DeviceCdcAcmEvent() 623 reqParam.interfaceIndex = controlRequest->setup->wIndex; in USB_DeviceCdcAcmEvent() 624 reqParam.setupValue = controlRequest->setup->wValue; in USB_DeviceCdcAcmEvent() 625 reqParam.isSetup = controlRequest->isSetup; in USB_DeviceCdcAcmEvent() 636 … (class_handle_t)cdcAcmHandle, kUSB_DeviceCdcEventSendEncapsulatedCommand, &reqParam); in USB_DeviceCdcAcmEvent() 647 … (class_handle_t)cdcAcmHandle, kUSB_DeviceCdcEventGetEncapsulatedResponse, &reqParam); in USB_DeviceCdcAcmEvent() 658 … kUSB_DeviceCdcEventSetCommFeature, &reqParam); in USB_DeviceCdcAcmEvent() 669 … kUSB_DeviceCdcEventGetCommFeature, &reqParam); in USB_DeviceCdcAcmEvent() [all …]
|