Searched refs:portList (Results 1 – 3 of 3) sorted by relevance
272 if (NULL == hubInstance->portList) in USB_HostHubProcess()274 hubInstance->portList = (usb_host_hub_port_instance_t *)OSA_MemoryAllocate( in USB_HostHubProcess()276 if (hubInstance->portList == NULL) in USB_HostHubProcess()314 hubInstance->portList[tmp].deviceHandle = NULL; in USB_HostHubProcess()315 hubInstance->portList[tmp].resetCount = USB_HOST_HUB_PORT_RESET_TIMES; in USB_HostHubProcess()316 hubInstance->portList[tmp].portStatus = (uint8_t)kPortRunWaitPortChange; in USB_HostHubProcess()385 …usb_host_hub_port_instance_t *portInstance = &hubInstance->portList[hubInstance->portProcess - 1U]; in USB_HostHubProcessPort()400 …usb_host_hub_port_instance_t *portInstance = &hubInstance->portList[hubInstance->portProcess - 1U]; in USB_HostHubProcessPortAttach()625 …usb_host_hub_port_instance_t *portInstance = &hubInstance->portList[hubInstance->portProcess - 1U]; in USB_HostHubProcessPortDetach()1336 … if ((hubInstance->portList != NULL) && (hubInstance->portList[portIndex].deviceHandle != NULL)) in USB_HostHubDeviceEvent()[all …]
102 usb_host_hub_port_instance_t *portList; /*!< HUB's port instance list*/ member
627 PORT_Type *portList[] = PORT_BASE_PTRS; in HAL_GpioSetTriggerMode() local697 PORT_SetPinInterruptConfig(portList[gpioState->port], gpioState->pin, pinInt); in HAL_GpioSetTriggerMode()