Home
last modified time | relevance | path

Searched refs:getDescriptorParam (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_devices.c303 usb_host_process_descriptor_param_t getDescriptorParam; in USB_HostProcessState() local
332 getDescriptorParam.descriptorLength = (uint16_t)sizeof(usb_descriptor_device_t); in USB_HostProcessState()
335 getDescriptorParam.descriptorLength = 8U; in USB_HostProcessState()
337 getDescriptorParam.descriptorBuffer = (uint8_t *)deviceInstance->deviceDescriptor; in USB_HostProcessState()
338 getDescriptorParam.descriptorType = USB_DESCRIPTOR_TYPE_DEVICE; in USB_HostProcessState()
339 getDescriptorParam.descriptorIndex = 0U; in USB_HostProcessState()
340 getDescriptorParam.languageId = 0U; in USB_HostProcessState()
344 … status = USB_HostStandardSetGetDescriptor(deviceInstance, transfer, &getDescriptorParam); in USB_HostProcessState()
352 getDescriptorParam.descriptorBuffer = deviceInstance->enumBuffer; in USB_HostProcessState()
353 getDescriptorParam.descriptorType = USB_DESCRIPTOR_TYPE_CONFIGURE; in USB_HostProcessState()
[all …]
Dusb_host_ip3516hs.c141 usb_host_process_descriptor_param_t getDescriptorParam; in USB_HostIp3516HsTestSingleStepGetDeviceDesc() local
164 getDescriptorParam.descriptorLength = sizeof(usb_descriptor_device_t); in USB_HostIp3516HsTestSingleStepGetDeviceDesc()
165 getDescriptorParam.descriptorLength = 18; in USB_HostIp3516HsTestSingleStepGetDeviceDesc()
166 getDescriptorParam.descriptorBuffer = (uint8_t *)&deviceInstance->deviceDescriptor; in USB_HostIp3516HsTestSingleStepGetDeviceDesc()
167 getDescriptorParam.descriptorType = USB_DESCRIPTOR_TYPE_DEVICE; in USB_HostIp3516HsTestSingleStepGetDeviceDesc()
168 getDescriptorParam.descriptorIndex = 0; in USB_HostIp3516HsTestSingleStepGetDeviceDesc()
169 getDescriptorParam.languageId = 0; in USB_HostIp3516HsTestSingleStepGetDeviceDesc()
177 (void)USB_HostStandardSetGetDescriptor(deviceInstance, transfer, &getDescriptorParam); in USB_HostIp3516HsTestSingleStepGetDeviceDesc()
185 usb_host_process_descriptor_param_t getDescriptorParam; in USB_HostIp3516HsTestSingleStepGetDeviceDescData() local
201 getDescriptorParam.descriptorLength = sizeof(usb_descriptor_device_t); in USB_HostIp3516HsTestSingleStepGetDeviceDescData()
[all …]
Dusb_host_ehci.c684 usb_host_process_descriptor_param_t getDescriptorParam; in USB_HostEhciTestSingleStepGetDeviceDesc() local
708 getDescriptorParam.descriptorLength = sizeof(usb_descriptor_device_t); in USB_HostEhciTestSingleStepGetDeviceDesc()
709 getDescriptorParam.descriptorLength = 18; in USB_HostEhciTestSingleStepGetDeviceDesc()
710 getDescriptorParam.descriptorBuffer = (uint8_t *)&deviceInstance->deviceDescriptor; in USB_HostEhciTestSingleStepGetDeviceDesc()
711 getDescriptorParam.descriptorType = USB_DESCRIPTOR_TYPE_DEVICE; in USB_HostEhciTestSingleStepGetDeviceDesc()
712 getDescriptorParam.descriptorIndex = 0; in USB_HostEhciTestSingleStepGetDeviceDesc()
713 getDescriptorParam.languageId = 0; in USB_HostEhciTestSingleStepGetDeviceDesc()
721 USB_HostStandardSetGetDescriptor(deviceInstance, transfer, &getDescriptorParam); in USB_HostEhciTestSingleStepGetDeviceDesc()