Home
last modified time | relevance | path

Searched refs:hostPointer (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_ip3516hs.c395 usb_host_instance_t *hostPointer = (usb_host_instance_t *)usbHostState->hostHandle; in USB_HostIp3516HsControlBus() local
402 usbHostState->matchTick = hostPointer->hwTick; in USB_HostIp3516HsControlBus()
405 while ((hostPointer->hwTick - usbHostState->matchTick) <= 5U) in USB_HostIp3516HsControlBus()
412 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostIp3516HsControlBus()
425 usb_host_instance_t *hostPointer = (usb_host_instance_t *)usbHostState->hostHandle; in USB_HostIp3516HsControlBus() local
433 usbHostState->matchTick = hostPointer->hwTick; in USB_HostIp3516HsControlBus()
434 while ((hostPointer->hwTick - usbHostState->matchTick) <= 20U) in USB_HostIp3516HsControlBus()
442 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostIp3516HsControlBus()
444 hostPointer->suspendedDevice = NULL; in USB_HostIp3516HsControlBus()
449 usb_host_instance_t *hostPointer = (usb_host_instance_t *)usbHostState->hostHandle; in USB_HostIp3516HsControlBus() local
[all …]
Dusb_host_khci.c186 usb_host_instance_t *hostPointer = (usb_host_instance_t *)hostHandle; in USB_HostKhciIsrFunction() local
196 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostKhciIsrFunction()
203 usbHostPointer->matchTick = hostPointer->hwTick; in USB_HostKhciIsrFunction()
321 usb_host_instance_t *hostPointer = (usb_host_instance_t *)usbHostPointer->hostHandle; in _USB_HostKhciReset() local
328 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in _USB_HostKhciReset()
1264 usb_host_instance_t *hostPointer = (usb_host_instance_t *)usbHostPointer->hostHandle; in _USB_HostKhciResume() local
1274 while ((hostPointer->hwTick - usbHostPointer->matchTick) < 21U) in _USB_HostKhciResume()
1281 while ((hostPointer->hwTick - usbHostPointer->matchTick) < 31U) in _USB_HostKhciResume()
1287 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in _USB_HostKhciResume()
1289 hostPointer->suspendedDevice = NULL; in _USB_HostKhciResume()
[all …]
Dusb_host_ehci.c3870 usb_host_instance_t *hostPointer = (usb_host_instance_t *)ehciInstance->hostHandle; in USB_HostEhciControlBus() local
3881 deviceInstance = (usb_host_device_instance_t *)hostPointer->suspendedDevice; in USB_HostEhciControlBus()
4487 usb_host_instance_t *hostPointer = (usb_host_instance_t *)ehciInstance->hostHandle; in USB_HostEhciTimer1() local
4491 ehciInstance->matchTick = hostPointer->hwTick; in USB_HostEhciTimer1()
4495 if ((hostPointer->hwTick - ehciInstance->matchTick) >= 5U) in USB_HostEhciTimer1()
4555 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciTimer1()
4563 usb_host_instance_t *hostPointer = (usb_host_instance_t *)ehciInstance->hostHandle; in USB_HostEhciTimer1() local
4574 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciTimer1()
4576 hostPointer->suspendedDevice = NULL; in USB_HostEhciTimer1()
4584 usb_host_instance_t *hostPointer = (usb_host_instance_t *)ehciInstance->hostHandle; in USB_HostEhciTimer1() local
[all …]
Dusb_host_ohci.c133 usb_host_instance_t *hostPointer = (usb_host_instance_t *)usbHostState->hostHandle; in USB_HostOhciControlBus() local
146 usbHostState->matchTick = hostPointer->hwTick; in USB_HostOhciControlBus()
149 while ((hostPointer->hwTick - usbHostState->matchTick) <= 3U) in USB_HostOhciControlBus()
155 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostOhciControlBus()
176 usb_host_instance_t *hostPointer = (usb_host_instance_t *)usbHostState->hostHandle; in USB_HostOhciControlBus() local
187 hostPointer->suspendedDevice = NULL; in USB_HostOhciControlBus()
566 usb_host_instance_t *hostPointer = (usb_host_instance_t *)usbHostState->hostHandle; in USB_HostOhciPortChange() local
582 hostPointer->suspendedDevice = NULL; in USB_HostOhciPortChange()
619 … usb_host_instance_t *hostPointer = (usb_host_instance_t *)usbHostState->hostHandle; in USB_HostOhciPortChange() local
622 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostOhciPortChange()
[all …]
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_hub_app.c627 usb_host_instance_t *hostPointer = (usb_host_instance_t *)hubInstance->hostHandle; in USB_HostHubProcessPortDetach() local
752 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostHubProcessPortDetach()
759 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostHubProcessPortDetach()
761 hostPointer->suspendedDevice = NULL; in USB_HostHubProcessPortDetach()