| /bsp/nxp/imx/imx6ull-smart/drivers/usb/device/ |
| A D | usb_device_dci.c | 412 handle->deviceCallback(handle, kUSB_DeviceEventBusReset, NULL); in USB_DeviceResetNotification() 433 return handle->deviceCallback(handle, kUSB_DeviceEventSuspend, NULL); in USB_DeviceSuspendNotification() 450 return handle->deviceCallback(handle, kUSB_DeviceEventResume, NULL); in USB_DeviceResumeNotification() 467 return handle->deviceCallback(handle, kUSB_DeviceEventSleeped, NULL); in USB_DeviceSleepNotification() 492 return handle->deviceCallback(handle, kUSB_DeviceEventError, NULL); in USB_DeviceErrorNotification() 511 return handle->deviceCallback(handle, kUSB_DeviceEventDetach, NULL); in USB_DeviceDetachNotification() 528 return handle->deviceCallback(handle, kUSB_DeviceEventAttach, NULL); in USB_DeviceAttachNotification() 549 return handle->deviceCallback(handle, kUSB_DeviceEventDcdTimeOut, NULL); in USB_DeviceDcdTimeOutNotification() 583 return handle->deviceCallback(handle, kUSB_DeviceEventSDPDetected, NULL); in USB_DeviceDcdSDPDetectNotification() 762 if (!deviceHandle->deviceCallback) in USB_DeviceNotificationTrigger() [all …]
|
| A D | usb_device_dci.h | 156 usb_device_callback_t deviceCallback; /*!< Device callback function pointer */ member
|
| A D | usb_device.h | 262 usb_device_callback_t deviceCallback,
|
| /bsp/nxp/imx/imxrt/libraries/drivers/usb/device/ |
| A D | usb_device_dci.c | 407 handle->deviceCallback(handle, kUSB_DeviceEventBusReset, NULL); in USB_DeviceResetNotification() 428 return handle->deviceCallback(handle, kUSB_DeviceEventSuspend, NULL); in USB_DeviceSuspendNotification() 445 return handle->deviceCallback(handle, kUSB_DeviceEventResume, NULL); in USB_DeviceResumeNotification() 462 return handle->deviceCallback(handle, kUSB_DeviceEventSleeped, NULL); in USB_DeviceSleepNotification() 487 return handle->deviceCallback(handle, kUSB_DeviceEventError, NULL); in USB_DeviceErrorNotification() 506 return handle->deviceCallback(handle, kUSB_DeviceEventDetach, NULL); in USB_DeviceDetachNotification() 523 return handle->deviceCallback(handle, kUSB_DeviceEventAttach, NULL); in USB_DeviceAttachNotification() 544 return handle->deviceCallback(handle, kUSB_DeviceEventDcdTimeOut, NULL); in USB_DeviceDcdTimeOutNotification() 578 return handle->deviceCallback(handle, kUSB_DeviceEventSDPDetected, NULL); in USB_DeviceDcdSDPDetectNotification() 757 if (!deviceHandle->deviceCallback) in USB_DeviceNotificationTrigger() [all …]
|
| A D | usb_device_dci.h | 156 usb_device_callback_t deviceCallback; /*!< Device callback function pointer */ member
|
| A D | usb_device.h | 262 usb_device_callback_t deviceCallback,
|
| /bsp/nxp/imx/imx6ull-smart/drivers/usb/host/ |
| A D | usb_host_hci.h | 112 …host_callback_t deviceCallback; /*!< Device attach/detach callbac… member
|
| A D | usb_host_devices.c | 546 if ((haveNoHub == 1) && (hostInstance->deviceCallback != NULL)) in USB_HostNotifyDevice() 548 status1 = hostInstance->deviceCallback(deviceInstance, &deviceInstance->configuration, in USB_HostNotifyDevice() 570 if (hostInstance->deviceCallback != NULL) in USB_HostNotifyDevice() 572 status1 = hostInstance->deviceCallback(deviceInstance, &deviceInstance->configuration, in USB_HostNotifyDevice()
|
| A D | usb_host_ehci.c | 4021 hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciTimer1() 4038 hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciTimer1() 4623 hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciIsrFunction() 4653 hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciIsrFunction() 4716 hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciIsrFunction()
|
| A D | usb_host_hci.c | 295 hostInstance->deviceCallback = callbackFn; in USB_HostInit()
|
| /bsp/nxp/imx/imxrt/libraries/drivers/usb/host/ |
| A D | usb_host_hci.h | 96 …host_callback_t deviceCallback; /*!< Device attach/detach callbac… member
|
| A D | usb_host_devices.c | 585 (void)hostInstance->deviceCallback(NULL, NULL, eventCode); in USB_HostNotifyDevice() 605 if ((hostInstance->deviceCallback != NULL) && in USB_HostNotifyDevice() 609 … status1 = hostInstance->deviceCallback(deviceInstance, &deviceInstance->configuration, eventCode); in USB_HostNotifyDevice() 630 if (hostInstance->deviceCallback != NULL) in USB_HostNotifyDevice() 633 … status1 = hostInstance->deviceCallback(deviceInstance, &deviceInstance->configuration, eventCode); in USB_HostNotifyDevice()
|
| A D | usb_host_ehci.c | 4166 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciTimer1() 4183 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciTimer1() 4866 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciIsrFunction() 4900 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciIsrFunction() 4965 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciIsrFunction() 4981 (void)hostPointer->deviceCallback(hostPointer->suspendedDevice, NULL, in USB_HostEhciIsrFunction()
|
| A D | usb_host_hci.c | 272 hostInstance->deviceCallback = callbackFn; in USB_HostInit()
|