Searched refs:s_UsbDevice (Results 1 – 1 of 1) sorted by relevance
82 USB_GLOBAL static usb_device_struct_t s_UsbDevice[USB_DEVICE_CONFIG_NUM]; variable109 …if ((NULL != s_UsbDevice[count].controllerHandle) && (controllerId == s_UsbDevice[count].controlle… in USB_DeviceAllocateHandle()118 if (NULL == s_UsbDevice[count].controllerHandle) in USB_DeviceAllocateHandle()120 s_UsbDevice[count].controllerId = controllerId; in USB_DeviceAllocateHandle()121 *handle = &s_UsbDevice[count]; in USB_DeviceAllocateHandle()