Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_khci.c190 if (0 == usbHostPointer->deviceAttached) in USB_HostKhciIsrFunction()
299 usbHostPointer->deviceAttached++; in _USB_HostKhciAttach()
365 if (usbHostPointer->deviceAttached > 0) in _USB_HostKhciDetach()
367 usbHostPointer->deviceAttached--; in _USB_HostKhciDetach()
1266 if (0 == usbHostPointer->deviceAttached) in _USB_HostKhciResume()
1498 if ((0 != usbHostPointer->deviceAttached)) in USB_HostKhciTaskFunction()
1522 if (usbHostPointer->deviceAttached > 0) in USB_HostKhciTaskFunction()
2022 usbHostPointer->deviceAttached = 0; in _USB_HostKhciBusControl()
2031 if (usbHostPointer->deviceAttached <= 0) in _USB_HostKhciBusControl()
2043 … if ((kBus_Idle != usbHostPointer->busSuspendStatus) || (0 == usbHostPointer->deviceAttached)) in _USB_HostKhciBusControl()
[all …]
Dusb_host_ehci.c3746 ehciInstance->deviceAttached = (uint8_t)kEHCIDeviceDetached; in USB_HostEhciControlBus()
3751 if (ehciInstance->deviceAttached == (uint8_t)kEHCIDeviceDetached) in USB_HostEhciControlBus()
3794 if (ehciInstance->deviceAttached != (uint8_t)kEHCIDeviceDetached) in USB_HostEhciControlBus()
4140 if ((ehciInstance->deviceAttached == (uint8_t)kEHCIDevicePhyAttached) || in USB_HostEhciPortChange()
4141 (ehciInstance->deviceAttached == (uint8_t)kEHCIDeviceAttached)) in USB_HostEhciPortChange()
4159 ehciInstance->deviceAttached = (uint8_t)kEHCIDeviceDetached; in USB_HostEhciPortChange()
4186 ehciInstance->deviceAttached = (uint8_t)kEHCIDevicePhyAttached; in USB_HostEhciPortChange()
4190 if ((ehciInstance->deviceAttached == (uint8_t)kEHCIDevicePhyAttached) || in USB_HostEhciPortChange()
4191 (ehciInstance->deviceAttached == (uint8_t)kEHCIDeviceAttached)) in USB_HostEhciPortChange()
4236 if (ehciInstance->deviceAttached != (uint8_t)kEHCIDeviceAttached) in USB_HostEhciTimer0()
[all …]
Dusb_host_khci.h202 int8_t deviceAttached; /*!< Device attach/detach state */ member
Dusb_host_ehci.h321 uint8_t deviceAttached; /*!< Device attach/detach state, see #host_ehci_device_state_t */ member