Lines Matching refs:deviceHandle

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()
1509 … if (kStatus_USB_Success != USB_DeviceNotificationTrigger(lpc3511IpState->deviceHandle, &message)) in USB_DeviceLpc3511IpInterruptDetach()
1516 (void)USB_DeviceNotificationTrigger(lpc3511IpState->deviceHandle, &message); in USB_DeviceLpc3511IpInterruptDetach()
1539 … if (kStatus_USB_Success != USB_DeviceNotificationTrigger(lpc3511IpState->deviceHandle, &message)) in USB_DeviceLpc3511IpInterruptAttach()
1546 (void)USB_DeviceNotificationTrigger(lpc3511IpState->deviceHandle, &message); in USB_DeviceLpc3511IpInterruptAttach()
1570 … if (kStatus_USB_Success != USB_DeviceNotificationTrigger(lpc3511IpState->deviceHandle, &message)) in USB_DeviceLpcIp3511IsrHSDCDCallback()
1575 (void)USB_DeviceNotificationTrigger(lpc3511IpState->deviceHandle, &message); in USB_DeviceLpcIp3511IsrHSDCDCallback()
1580 void USB_DeviceLpcIp3511IsrDCDFunction(void *deviceHandle) in USB_DeviceLpcIp3511IsrDCDFunction() argument
1582 usb_device_struct_t *handle = (usb_device_struct_t *)deviceHandle; in USB_DeviceLpcIp3511IsrDCDFunction()
1584 if (NULL == deviceHandle) in USB_DeviceLpcIp3511IsrDCDFunction()
1728 lpc3511IpState->deviceHandle = handle; in USB_DeviceLpc3511IpInit()
2268 … if (kStatus_USB_Success != USB_DeviceNotificationTrigger(lpc3511IpState->deviceHandle, &message)) in USB_DeviceLpc3511IpCancel()
2273 (void)USB_DeviceNotificationTrigger(lpc3511IpState->deviceHandle, &message); in USB_DeviceLpc3511IpCancel()
2317 usb_device_struct_t *deviceHandle; in USB_DeviceLpc3511IpControl() local
2327 deviceHandle = (usb_device_struct_t *)lpc3511IpState->deviceHandle; in USB_DeviceLpc3511IpControl()
2381 | ((uint16_t)(((uint32_t)deviceHandle->remotewakeup) in USB_DeviceLpc3511IpControl()
2619 … if (kStatus_USB_Success != USB_DeviceNotificationTrigger(lpc3511IpState->deviceHandle, &message)) in USB_DeviceLpc3511IpInterruptSOF()
2626 (void)USB_DeviceNotificationTrigger(lpc3511IpState->deviceHandle, &message); in USB_DeviceLpc3511IpInterruptSOF()
2631 void USB_DeviceLpcIp3511IsrFunction(void *deviceHandle) in USB_DeviceLpcIp3511IsrFunction() argument
2633 usb_device_struct_t *handle = (usb_device_struct_t *)deviceHandle; in USB_DeviceLpcIp3511IsrFunction()
2639 if (NULL == deviceHandle) in USB_DeviceLpcIp3511IsrFunction()