Home
last modified time | relevance | path

Searched refs:USB_DeviceNotificationTrigger (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_khci.c872 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 …]
Dusb_device_lpcip3511.c909 … 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 …]
Dusb_device_mcux_drv_port.h159 usb_status_t USB_DeviceNotificationTrigger(void *handle, void *msg);
Dusb_device_dci.h170 usb_status_t USB_DeviceNotificationTrigger(void *handle, void *msg);
Dusb_device_dci.c682 usb_status_t USB_DeviceNotificationTrigger(void *handle, void *msg) in USB_DeviceNotificationTrigger() function
Dusb_device_ehci.c1403 error = USB_DeviceNotificationTrigger(ehciState->deviceHandle, message);