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.
354 * @chain: The notification chain dedicated to this specific event tuple
384 * @ni: A reference to the notification instance to use
385 * @evt_key: The key to use to lookup the related notification chain
521 * 1. dequeue one pending RX notification (queued in SCMI RX ISR context)
524 * - > call the related notification chain passing in the report
526 * - > call the related notification chain passing in the report
569 * scmi_notify() - Queues a notification for further deferred processing
648 * @ni: A reference to the notification instance to use
680 * @ni: A reference to the &struct scmi_notify_instance notification instance
746 * Used by SCMI Protocols initialization code to register with the notification
882 * @ni: A reference to the notification instance to use
886 * Allocate an event handler and related notification chain associated with
927 * @ni: A reference to the notification instance to use
977 * @ni: A reference to the notification instance to use
1006 * @ni: A reference to the notification instance to use
1043 * @ni: A reference to the notification instance to use
1133 * @ni: A reference to the notification instance to use
1199 "Notification NOT supported - proto_id:%d evt_id:%d src_id:%d", in __scmi_enable_evt()
1259 * @ni: A reference to the notification instance to use
1358 * by the tuple (proto_id, evt_id, src_id) on a dedicated notification chain
1418 * Takes care to unregister the provided @nb from the notification chain
1635 * scmi_notification_init() - Initializes Notification Core Support
1638 * This function lays out all the basic resources needed by the notification
1646 * SCMI Notification Initialization happens in 2 steps:
1710 * scmi_notification_exit() - Shutdown and clean Notification core