Searched refs:USB_DeviceNotificationTrigger (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/ |
| D | usb_device_khci.c | 872 if (kStatus_USB_Success != USB_DeviceNotificationTrigger(khciState->deviceHandle, &message)) in USB_DeviceKhciInterruptTokenDone() 879 (void)USB_DeviceNotificationTrigger(khciState->deviceHandle, &message); in USB_DeviceKhciInterruptTokenDone() 914 if (kStatus_USB_Success != USB_DeviceNotificationTrigger(khciState->deviceHandle, &message)) in USB_DeviceKhciInterruptReset() 921 (void)USB_DeviceNotificationTrigger(khciState->deviceHandle, &message); in USB_DeviceKhciInterruptReset() 960 if (kStatus_USB_Success != USB_DeviceNotificationTrigger(khciState->deviceHandle, &message)) in USB_DeviceKhciInterruptSleep() 967 (void)USB_DeviceNotificationTrigger(khciState->deviceHandle, &message); in USB_DeviceKhciInterruptSleep() 1002 if (kStatus_USB_Success != USB_DeviceNotificationTrigger(khciState->deviceHandle, &message)) in USB_DeviceKhciInterruptResume() 1009 (void)USB_DeviceNotificationTrigger(khciState->deviceHandle, &message); in USB_DeviceKhciInterruptResume() 1039 if (kStatus_USB_Success != USB_DeviceNotificationTrigger(khciState->deviceHandle, &message)) in USB_DeviceKhciInterruptVbusRising() 1046 (void)USB_DeviceNotificationTrigger(khciState->deviceHandle, &message); in USB_DeviceKhciInterruptVbusRising() [all …]
|
| D | usb_device_lpcip3511.c | 909 … if (kStatus_USB_Success != USB_DeviceNotificationTrigger(lpc3511IpState->deviceHandle, &message)) in USB_DeviceLpc3511IpInterruptSuspend() 914 (void)USB_DeviceNotificationTrigger(lpc3511IpState->deviceHandle, &message); in USB_DeviceLpc3511IpInterruptSuspend() 941 … if (kStatus_USB_Success != USB_DeviceNotificationTrigger(lpc3511IpState->deviceHandle, &message)) in USB_DeviceLpc3511IpInterruptResume() 946 (void)USB_DeviceNotificationTrigger(lpc3511IpState->deviceHandle, &message); in USB_DeviceLpc3511IpInterruptResume() 977 … if (kStatus_USB_Success != USB_DeviceNotificationTrigger(lpc3511IpState->deviceHandle, &message)) in USB_DeviceLpc3511IpInterruptLPMSleep() 982 (void)USB_DeviceNotificationTrigger(lpc3511IpState->deviceHandle, &message); in USB_DeviceLpc3511IpInterruptLPMSleep() 1422 … if (kStatus_USB_Success != USB_DeviceNotificationTrigger(lpc3511IpState->deviceHandle, &message)) in USB_DeviceLpc3511IpInterruptToken() 1429 (void)USB_DeviceNotificationTrigger(lpc3511IpState->deviceHandle, &message); in USB_DeviceLpc3511IpInterruptToken() 1478 … if (kStatus_USB_Success != USB_DeviceNotificationTrigger(lpc3511IpState->deviceHandle, &message)) in USB_DeviceLpc3511IpInterruptReset() 1485 (void)USB_DeviceNotificationTrigger(lpc3511IpState->deviceHandle, &message); in USB_DeviceLpc3511IpInterruptReset() [all …]
|
| D | usb_device_mcux_drv_port.h | 159 usb_status_t USB_DeviceNotificationTrigger(void *handle, void *msg);
|
| D | usb_device_dci.h | 170 usb_status_t USB_DeviceNotificationTrigger(void *handle, void *msg);
|
| D | usb_device_dci.c | 682 usb_status_t USB_DeviceNotificationTrigger(void *handle, void *msg) in USB_DeviceNotificationTrigger() function
|
| D | usb_device_ehci.c | 1403 error = USB_DeviceNotificationTrigger(ehciState->deviceHandle, message);
|