Searched refs:s_UsbDevice (Results 1 – 2 of 2) sorted by relevance
98 USB_GLOBAL static usb_device_struct_t s_UsbDevice[USB_DEVICE_CONFIG_NUM]; variable122 rt_memset(&s_UsbDevice[i],0,sizeof(s_UsbDevice[i])); in USB_DeviceAllocateHandle()130 …if ((NULL != s_UsbDevice[count].controllerHandle) && (controllerId == s_UsbDevice[count].controlle… in USB_DeviceAllocateHandle()139 if (NULL == s_UsbDevice[count].controllerHandle) in USB_DeviceAllocateHandle()141 s_UsbDevice[count].controllerId = controllerId; in USB_DeviceAllocateHandle()142 *handle = &s_UsbDevice[count]; in USB_DeviceAllocateHandle()
98 USB_GLOBAL static usb_device_struct_t s_UsbDevice[USB_DEVICE_CONFIG_NUM]; variable125 …if ((NULL != s_UsbDevice[count].controllerHandle) && (controllerId == s_UsbDevice[count].controlle… in USB_DeviceAllocateHandle()134 if (NULL == s_UsbDevice[count].controllerHandle) in USB_DeviceAllocateHandle()136 s_UsbDevice[count].controllerId = controllerId; in USB_DeviceAllocateHandle()137 *handle = &s_UsbDevice[count]; in USB_DeviceAllocateHandle()
Completed in 12 milliseconds