Searched refs:getDescriptorParam (Results 1 – 3 of 3) sorted by relevance
303 usb_host_process_descriptor_param_t getDescriptorParam; in USB_HostProcessState() local332 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 …]
141 usb_host_process_descriptor_param_t getDescriptorParam; in USB_HostIp3516HsTestSingleStepGetDeviceDesc() local164 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() local201 getDescriptorParam.descriptorLength = sizeof(usb_descriptor_device_t); in USB_HostIp3516HsTestSingleStepGetDeviceDescData()[all …]
684 usb_host_process_descriptor_param_t getDescriptorParam; in USB_HostEhciTestSingleStepGetDeviceDesc() local708 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()