Lines Matching refs:deviceAttached
190 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()
2052 … if ((kBus_Suspended != usbHostPointer->busSuspendStatus) || (0 == usbHostPointer->deviceAttached)) in _USB_HostKhciBusControl()