Home
last modified time | relevance | path

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

/bsp/nxp/imx/imx6ull-smart/drivers/usb/device/
A Dusb_device_dci.c412 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 Dusb_device_dci.h156 usb_device_callback_t deviceCallback; /*!< Device callback function pointer */ member
A Dusb_device.h262 usb_device_callback_t deviceCallback,
/bsp/nxp/imx/imxrt/libraries/drivers/usb/device/
A Dusb_device_dci.c407 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 Dusb_device_dci.h156 usb_device_callback_t deviceCallback; /*!< Device callback function pointer */ member
A Dusb_device.h262 usb_device_callback_t deviceCallback,
/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_hci.h112 …host_callback_t deviceCallback; /*!< Device attach/detach callbac… member
A Dusb_host_devices.c546 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 Dusb_host_ehci.c4021 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 Dusb_host_hci.c295 hostInstance->deviceCallback = callbackFn; in USB_HostInit()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_hci.h96 …host_callback_t deviceCallback; /*!< Device attach/detach callbac… member
A Dusb_host_devices.c585 (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 Dusb_host_ehci.c4166 (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 Dusb_host_hci.c272 hostInstance->deviceCallback = callbackFn; in USB_HostInit()

Completed in 54 milliseconds