Lines Matching refs:deviceHandle
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()
1074 if (kStatus_USB_Success != USB_DeviceNotificationTrigger(khciState->deviceHandle, &message)) in USB_DeviceKhciInterruptVbusFalling()
1081 (void)USB_DeviceNotificationTrigger(khciState->deviceHandle, &message); in USB_DeviceKhciInterruptVbusFalling()
1109 if (kStatus_USB_Success != USB_DeviceNotificationTrigger(khciState->deviceHandle, &message)) in USB_DeviceKhciInterruptSOF()
1116 (void)USB_DeviceNotificationTrigger(khciState->deviceHandle, &message); in USB_DeviceKhciInterruptSOF()
1176 if (kStatus_USB_Success != USB_DeviceNotificationTrigger(khciState->deviceHandle, &message)) in USB_DeviceKhciInterruptError()
1183 (void)USB_DeviceNotificationTrigger(khciState->deviceHandle, &message); in USB_DeviceKhciInterruptError()
1274 khciState->deviceHandle = (usb_device_struct_t *)handle; in USB_DeviceKhciInit()
1470 if (kStatus_USB_Success != USB_DeviceNotificationTrigger(khciState->deviceHandle, &message)) in USB_DeviceKhciCancel()
1475 (void)USB_DeviceNotificationTrigger(khciState->deviceHandle, &message); in USB_DeviceKhciCancel()
1509 usb_device_struct_t *deviceHandle; in USB_DeviceKhciControl() local
1524 deviceHandle = (usb_device_struct_t *)khciState->deviceHandle; in USB_DeviceKhciControl()
1585 | ((uint16_t)(((uint32_t)deviceHandle->remotewakeup) in USB_DeviceKhciControl()
1626 startTick = deviceHandle->hwTick; in USB_DeviceKhciControl()
1627 while ((deviceHandle->hwTick - startTick) < 10U) in USB_DeviceKhciControl()
1705 void USB_DeviceKhciIsrFunction(void *deviceHandle) in USB_DeviceKhciIsrFunction() argument
1707 usb_device_struct_t *handle = (usb_device_struct_t *)deviceHandle; in USB_DeviceKhciIsrFunction()
1711 if (NULL == deviceHandle) in USB_DeviceKhciIsrFunction()