| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/ |
| D | usb_device_dci.c | 411 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 …]
|
| D | usb_device_dci.h | 142 usb_device_callback_t deviceCallback; /*!< Device callback function pointer */ member
|
| D | usb_device.h | 241 usb_device_callback_t deviceCallback,
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/class/ |
| D | usb_host_hub_app.c | 752 (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/ |
| D | usb_host_devices.c | 587 (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()
|
| D | usb_host_ip3516hs.c | 412 (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 …]
|
| D | usb_host_hci.h | 96 …host_callback_t deviceCallback; /*!< Device attach/detach callbac… member
|
| D | usb_host_ehci.c | 4555 (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 …]
|
| D | usb_host_khci.c | 196 (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()
|
| D | usb_host_ohci.c | 155 (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()
|
| D | usb_host_hci.c | 263 hostInstance->deviceCallback = callbackFn; in USB_HostInit()
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/ |
| D | usb_device_class.c | 418 status = classHandle->configList->deviceCallback(handle, event, param); in USB_DeviceClassCallback() 450 … == handle) || (NULL == configList) || ((usb_device_callback_t)NULL == configList->deviceCallback)) in USB_DeviceClassInit()
|
| D | usb_device_class.h | 158 usb_device_callback_t deviceCallback; /*!< Device callback function */ member
|