Home
last modified time | relevance | path

Searched refs:deviceCallback (Results 1 – 13 of 13) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_dci.c411 status = handle->deviceCallback(handle, kUSB_DeviceEventBusReset, NULL); in USB_DeviceResetNotification()
417 (void)handle->deviceCallback(handle, kUSB_DeviceEventBusReset, NULL); in USB_DeviceResetNotification()
441 return handle->deviceCallback(handle, kUSB_DeviceEventSuspend, NULL); in USB_DeviceSuspendNotification()
459 return handle->deviceCallback(handle, kUSB_DeviceEventResume, NULL); in USB_DeviceResumeNotification()
486 return handle->deviceCallback(handle, kUSB_DeviceEventSleeped, NULL); in USB_DeviceSleepNotification()
498 return handle->deviceCallback(handle, kUSB_DeviceEventError, NULL); in USB_DeviceErrorNotification()
518 return handle->deviceCallback(handle, kUSB_DeviceEventDetach, NULL); in USB_DeviceDetachNotification()
536 return handle->deviceCallback(handle, kUSB_DeviceEventAttach, NULL); in USB_DeviceAttachNotification()
558 return handle->deviceCallback(handle, kUSB_DeviceEventDcdDetectionfinished, message->buffer); in USB_DeviceDcdDetectFinihsedNotification()
578 return handle->deviceCallback(handle, kUSB_DeviceEventSOF, NULL); in USB_DeviceSOFNotification()
[all …]
Dusb_device_dci.h142 usb_device_callback_t deviceCallback; /*!< Device callback function pointer */ member
Dusb_device.h241 usb_device_callback_t deviceCallback,
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_hub_app.c752 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostHubProcessPortDetach()
759 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostHubProcessPortDetach()
923 (void)hostInstance->deviceCallback(hostInstance->suspendedDevice, NULL, in USB_HostSetHubRequestCallback()
929 (void)hostInstance->deviceCallback(hostInstance->suspendedDevice, NULL, in USB_HostSetHubRequestCallback()
1019 …(void)hostInstance->deviceCallback(hostInstance->suspendedDevice, NULL, kUSB_HostEventNotSuspended… in USB_HostHubRemoteWakeupCallback()
1061 …(void)hostInstance->deviceCallback(hostInstance->suspendedDevice, NULL, kUSB_HostEventNotSuspended… in USB_HostHubRemoteWakeupCallback()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_devices.c587 (void)hostInstance->deviceCallback(NULL, NULL, eventCode); in USB_HostNotifyDevice()
607 if ((hostInstance->deviceCallback != NULL) && in USB_HostNotifyDevice()
611 … status1 = hostInstance->deviceCallback(deviceInstance, &deviceInstance->configuration, eventCode); in USB_HostNotifyDevice()
632 if (hostInstance->deviceCallback != NULL) in USB_HostNotifyDevice()
635 … status1 = hostInstance->deviceCallback(deviceInstance, &deviceInstance->configuration, eventCode); in USB_HostNotifyDevice()
Dusb_host_ip3516hs.c412 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostIp3516HsControlBus()
442 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostIp3516HsControlBus()
508 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostIp3516HsControlBus()
516 (void)hostPointer->deviceCallback( in USB_HostIp3516HsControlBus()
525 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostIp3516HsControlBus()
533 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostIp3516HsControlBus()
569 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostIp3516HsControlBus()
847 (void)hostPointer->deviceCallback( in USB_HostIp3516HsPortChange()
864 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostIp3516HsPortChange()
876 (void)hostPointer->deviceCallback( in USB_HostIp3516HsPortChange()
[all …]
Dusb_host_hci.h96 …host_callback_t deviceCallback; /*!< Device attach/detach callbac… member
Dusb_host_ehci.c4555 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciTimer1()
4574 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciTimer1()
4601 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciTimer1()
4691 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciCompletedLPM()
4699 (void)hostPointer->deviceCallback( in USB_HostEhciCompletedLPM()
4707 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciCompletedLPM()
4716 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciCompletedLPM()
5450 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciIsrFunction()
5490 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciIsrFunction()
5555 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciIsrFunction()
[all …]
Dusb_host_khci.c196 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostKhciIsrFunction()
328 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in _USB_HostKhciReset()
1287 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in _USB_HostKhciResume()
1334 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in _USB_HostKhciTransferStateMachine()
Dusb_host_ohci.c155 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostOhciControlBus()
622 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostOhciPortChange()
640 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostOhciPortChange()
Dusb_host_hci.c263 hostInstance->deviceCallback = callbackFn; in USB_HostInit()
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_class.c418 status = classHandle->configList->deviceCallback(handle, event, param); in USB_DeviceClassCallback()
450 … == handle) || (NULL == configList) || ((usb_device_callback_t)NULL == configList->deviceCallback)) in USB_DeviceClassInit()
Dusb_device_class.h158 usb_device_callback_t deviceCallback; /*!< Device callback function */ member