Searched refs:firstDeviceSpeed (Results 1 – 4 of 4) sorted by relevance
| /bsp/nxp/imx/imx6ull-smart/drivers/usb/host/ |
| A D | usb_host_ehci.h | 338 uint8_t firstDeviceSpeed; /*!< The first device's speed, the controller's work speed*/ member
|
| A D | usb_host_ehci.c | 2677 if (ehciInstance->firstDeviceSpeed == USB_SPEED_HIGH) in USB_HostEhciSitdArrayInit() 3145 if (ehciInstance->firstDeviceSpeed == USB_SPEED_HIGH) in USB_HostEhciOpenInterrupt() 3200 if (ehciInstance->firstDeviceSpeed == USB_SPEED_HIGH) in USB_HostEhciOpenIso() 3826 ehciInstance->firstDeviceSpeed = in USB_HostEhciPortChange() 3829 if (ehciInstance->firstDeviceSpeed == USB_SPEED_HIGH) in USB_HostEhciPortChange() 4591 … if (USB_HostAttachDevice(ehciInstance->hostHandle, ehciInstance->firstDeviceSpeed, 0, 0, 1, in USB_HostEhciTaskFunction()
|
| /bsp/nxp/imx/imxrt/libraries/drivers/usb/host/ |
| A D | usb_host_ehci.h | 322 uint8_t firstDeviceSpeed; /*!< The first device's speed, the controller's work speed*/ member
|
| A D | usb_host_ehci.c | 2730 if (ehciInstance->firstDeviceSpeed == USB_SPEED_HIGH) in USB_HostEhciSitdArrayInit() 3240 if (ehciInstance->firstDeviceSpeed == USB_SPEED_HIGH) in USB_HostEhciOpenInterrupt() 3296 if (ehciInstance->firstDeviceSpeed == USB_SPEED_HIGH) in USB_HostEhciOpenIso() 3952 ehciInstance->firstDeviceSpeed = in USB_HostEhciPortChange() 3956 if (ehciInstance->firstDeviceSpeed == USB_SPEED_HIGH) in USB_HostEhciPortChange() 4833 … if (USB_HostAttachDevice(ehciInstance->hostHandle, ehciInstance->firstDeviceSpeed, 0, 0, 1, in USB_HostEhciTaskFunction()
|
Completed in 26 milliseconds