Home
last modified time | relevance | path

Searched refs:hubInstance4Device (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_hub_app.c1039 usb_host_hub_instance_t *hubInstance4Device = in USB_HostHubRemoteWakeupCallback() local
1041 if (NULL != hubInstance4Device) in USB_HostHubRemoteWakeupCallback()
1044 hubInstance4Device->deviceHandle, in USB_HostHubRemoteWakeupCallback()
1620 usb_host_hub_instance_t *hubInstance4Device = in USB_HostHubSuspendDevice() local
1622 if (NULL != hubInstance4Device) in USB_HostHubSuspendDevice()
1625 hubInstance4Device->deviceHandle, in USB_HostHubSuspendDevice()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_devices.c410 usb_host_hub_instance_t *hubInstance4Device = NULL; in USB_HostProcessCallback() local
508hubInstance4Device = USB_HostHubGetHubDeviceHandle(hostInstance, deviceInstance->hubNumber); in USB_HostProcessCallback()
512 (hubInstance4Device != NULL) && in USB_HostProcessCallback()
513 …(((usb_descriptor_configuration_t *)((usb_host_device_instance_t *)hubInstance4Device->deviceHandl… in USB_HostProcessCallback()