Searched refs:notification (Results 1 – 10 of 10) sorted by relevance
198 usb_device_ccid_notification_struct_t notification; in USB_DeviceCcidInterruptIn() local209 notification.buffer = event->buffer; in USB_DeviceCcidInterruptIn()210 notification.length = event->length; in USB_DeviceCcidInterruptIn()225 ¬ification)) in USB_DeviceCcidInterruptIn()231 … kUSB_DeviceCcidEventSlotChangeSent, ¬ification); in USB_DeviceCcidInterruptIn()245 ¬ification)) in USB_DeviceCcidInterruptIn()251 … kUSB_DeviceCcidEventHardwareErrorSent, ¬ification); in USB_DeviceCcidInterruptIn()
45 srtm_status_t SRTM_Service_Notify(srtm_service_t service, srtm_notification_t notification) in SRTM_Service_Notify() argument50 return service->notify(service, notification); in SRTM_Service_Notify()
232 void SRTM_Notification_Destroy(srtm_notification_t notification) in SRTM_Notification_Destroy() argument234 SRTM_CommMessage_Destroy(notification); in SRTM_Notification_Destroy()
29 srtm_status_t (*notify)(srtm_service_t service, srtm_notification_t notification);
348 if (k_sem_init(&z_taskHandle->notification, 0, 1) != 0) in OSA_TaskCreate()398 k_sem_reset((struct k_sem *)&z_taskHandle->notification); in OSA_TaskDestroy()1009 … int retVal = k_sem_take(&(z_taskHandle->notification), s_OSA_ConvertTimeoutToZephyr(waitTime_ms)); in OSA_TaskNotifyGet()1030 k_sem_give(&z_taskHandle->notification); in OSA_TaskNotifyPost()
74 struct k_sem notification; member
53 srtm_status_t SRTM_Service_Notify(srtm_service_t service, srtm_notification_t notification);
161 void SRTM_Notification_Destroy(srtm_notification_t notification);
58 - The notification module: Notifies the upper layer of specific power transitions and events. 88 - **FSL_PM_SUPPORT_NOTIFICATION** --> Allows the Power Manager to notify created notification group…
41 …- MCMgr: Added notification into MCMGR_EarlyInit and mcmgr_early_init_internal functions to avoid …237 …d RL_ALLOW_CONSUMED_BUFFERS_NOTIFICATION config option to allow opposite side notification sending