Lines Matching refs:deviceCallback
411 status = handle->deviceCallback(handle, kUSB_DeviceEventBusReset, NULL); in USB_DeviceResetNotification()
417 (void)handle->deviceCallback(handle, kUSB_DeviceEventBusReset, NULL); in USB_DeviceResetNotification()
441 return handle->deviceCallback(handle, kUSB_DeviceEventSuspend, NULL); in USB_DeviceSuspendNotification()
459 return handle->deviceCallback(handle, kUSB_DeviceEventResume, NULL); in USB_DeviceResumeNotification()
486 return handle->deviceCallback(handle, kUSB_DeviceEventSleeped, NULL); in USB_DeviceSleepNotification()
498 return handle->deviceCallback(handle, kUSB_DeviceEventError, NULL); in USB_DeviceErrorNotification()
518 return handle->deviceCallback(handle, kUSB_DeviceEventDetach, NULL); in USB_DeviceDetachNotification()
536 return handle->deviceCallback(handle, kUSB_DeviceEventAttach, NULL); in USB_DeviceAttachNotification()
558 return handle->deviceCallback(handle, kUSB_DeviceEventDcdDetectionfinished, message->buffer); in USB_DeviceDcdDetectFinihsedNotification()
578 return handle->deviceCallback(handle, kUSB_DeviceEventSOF, NULL); in USB_DeviceSOFNotification()
693 if (NULL == deviceHandle->deviceCallback) in USB_DeviceNotificationTrigger()
738 usb_status_t USB_DeviceInit(uint8_t controllerId, usb_device_callback_t deviceCallback, usb_device_… in USB_DeviceInit() argument
758 deviceHandle->deviceCallback = deviceCallback; in USB_DeviceInit()