Lines Matching full:notification

3  * System Control and Management Interface (SCMI) Notification support
11 * interested agents via notification messages: this is an implementation
15 * An SCMI Notification core instance is initialized for each active platform
25 * events' delivery using the standard Kernel notification chains machinery.
28 * of the SCMI Protocol itself, the underlying notification chains are created
36 * All users provided callbacks and allocated notification-chains are stored in
42 * and is served by its own dedicated notification chain; information contained
51 * Upon reception of a notification message from the platform the SCMI RX ISR
59 * queued items into the proper notification-chain: notifications processing can
64 * Events' information is then extracted from the SCMI Notification messages and
205 * struct scmi_notify_instance - Represents an instance of the notification
219 * the notification subsystem represented by this structure.
350 * @chain: The notification chain dedicated to this specific event tuple
380 * @ni: A reference to the notification instance to use
381 * @evt_key: The key to use to lookup the related notification chain
517 * 1. dequeue one pending RX notification (queued in SCMI RX ISR context)
520 * - > call the related notification chain passing in the report
522 * - > call the related notification chain passing in the report
565 * scmi_notify() - Queues a notification for further deferred processing
644 * @ni: A reference to the notification instance to use
676 * @ni: A reference to the &struct scmi_notify_instance notification instance
742 * Used by SCMI Protocols initialization code to register with the notification
869 * @ni: A reference to the notification instance to use
873 * Allocate an event handler and related notification chain associated with
914 * @ni: A reference to the notification instance to use
959 * @ni: A reference to the notification instance to use
988 * @ni: A reference to the notification instance to use
1025 * @ni: A reference to the notification instance to use
1112 * @ni: A reference to the notification instance to use
1178 "Notification NOT supported - proto_id:%d evt_id:%d src_id:%d", in __scmi_enable_evt()
1238 * @ni: A reference to the notification instance to use
1337 * by the tuple (proto_id, evt_id, src_id) on a dedicated notification chain
1397 * Takes care to unregister the provided @nb from the notification chain
1614 * scmi_notification_init() - Initializes Notification Core Support
1617 * This function lays out all the basic resources needed by the notification
1625 * SCMI Notification Initialization happens in 2 steps:
1689 * scmi_notification_exit() - Shutdown and clean Notification core