Home
last modified time | relevance | path

Searched refs:portState (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ip3516hs.c604 usbHostState->portState[0].portStatus = (uint8_t)kUSB_DeviceIp3516HsPortDetached; in USB_HostIp3516HsControlBus()
838 (usb_host_ip3516hs_port_state_t)usbHostState->portState[i].portStatus) in USB_HostIp3516HsPortChange()
979 usbHostState->portState[i].portStatus = (uint8_t)kUSB_DeviceIp3516HsPortDetached; in USB_HostIp3516HsPortChange()
989 usbHostState->portState[i].portSpeed = in USB_HostIp3516HsPortChange()
992 if (0x00U == usbHostState->portState[i].portSpeed) in USB_HostIp3516HsPortChange()
994 usbHostState->portState[i].portSpeed = USB_SPEED_LOW; in USB_HostIp3516HsPortChange()
996 else if (0x01U == usbHostState->portState[i].portSpeed) in USB_HostIp3516HsPortChange()
998 usbHostState->portState[i].portSpeed = USB_SPEED_FULL; in USB_HostIp3516HsPortChange()
1009 usbHostState->portState[i].portStatus = (uint8_t)kUSB_DeviceIp3516HsPortPhyAttached; in USB_HostIp3516HsPortChange()
1014 if ((uint8_t)kUSB_DeviceIp3516HsPortDetached == usbHostState->portState[i].portStatus) in USB_HostIp3516HsPortChange()
[all …]
Dusb_host_ohci.c611 if (((uint8_t)kUSB_DeviceOhciPortDetached) != usbHostState->portState[i].portStatus) in USB_HostOhciPortChange()
667 usbHostState->portState[i].portStatus = (uint8_t)kUSB_DeviceOhciPortDetached; in USB_HostOhciPortChange()
679 usbHostState->portState[i].portSpeed = in USB_HostOhciPortChange()
685 usbHostState->portState[i].portStatus = (uint8_t)kUSB_DeviceOhciPortPhyAttached; in USB_HostOhciPortChange()
690 if ((uint8_t)kUSB_DeviceOhciPortDetached == usbHostState->portState[i].portStatus) in USB_HostOhciPortChange()
697 usbHostState->portState[i].portStatus = (uint8_t)kUSB_DeviceOhciPortPhyDetached; in USB_HostOhciPortChange()
2263 usbHostState->portState = (usb_host_ohci_port_state_struct_t *)OSA_MemoryAllocate( in USB_HostOhciCreate()
2266 if (NULL == usbHostState->portState) in USB_HostOhciCreate()
2300 if (NULL != usbHostState->portState) in USB_HostOhciDestory()
2302 (void)OSA_MemoryFree(usbHostState->portState); in USB_HostOhciDestory()
[all …]
Dusb_host_ohci.h446 usb_host_ohci_port_state_struct_t *portState; member
Dusb_host_ip3516hs.h597 usb_host_ip3516hs_port_state_struct_t *portState; member