Searched refs:newInstance (Results 1 – 1 of 1) sorted by relevance
1032 usb_host_device_instance_t *newInstance; in USB_HostAttachDevice() local1072 …newInstance = (usb_host_device_instance_t *)OSA_MemoryAllocate(sizeof(usb_host_device_instance_t)); in USB_HostAttachDevice()1073 if (newInstance == NULL) in USB_HostAttachDevice()1084 newInstance->hostHandle = hostHandle; in USB_HostAttachDevice()1085 newInstance->speed = speed; in USB_HostAttachDevice()1086 newInstance->stallRetries = USB_HOST_CONFIG_ENUMERATION_MAX_STALL_RETRIES; in USB_HostAttachDevice()1087 newInstance->enumRetries = USB_HOST_CONFIG_ENUMERATION_MAX_RETRIES; in USB_HostAttachDevice()1088 newInstance->setAddress = 0; in USB_HostAttachDevice()1089 newInstance->deviceAttachState = (uint8_t)kStatus_device_Attached; in USB_HostAttachDevice()1091 newInstance->deviceDescriptor = in USB_HostAttachDevice()[all …]