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
203 * struct scmi_notify_instance - Represents an instance of the notification
217 * the notification subsystem represented by this structure.
346 * @chain: The notification chain dedicated to this specific event tuple
376 * @ni: A reference to the notification instance to use
377 * @evt_key: The key to use to lookup the related notification chain
513 * 1. dequeue one pending RX notification (queued in SCMI RX ISR context)
516 * - > call the related notification chain passing in the report
518 * - > call the related notification chain passing in the report
561 * scmi_notify() - Queues a notification for further deferred processing
642 * @ni: A reference to the notification instance to use
674 * @ni: A reference to the &struct scmi_notify_instance notification instance
744 * Used by SCMI Protocols initialization code to register with the notification
771 /* Attach to the notification main devres group */ in scmi_register_protocol_events()
838 * @ni: A reference to the notification instance to use
842 * Allocate an event handler and related notification chain associated with
883 * @ni: A reference to the notification instance to use
916 * @ni: A reference to the notification instance to use
945 * @ni: A reference to the notification instance to use
982 * @ni: A reference to the notification instance to use
1069 * @ni: A reference to the notification instance to use
1187 * @ni: A reference to the notification instance to use
1262 * by the tuple (proto_id, evt_id, src_id) on a dedicated notification chain
1324 * Takes care to unregister the provided @nb from the notification chain
1436 * scmi_notification_init() - Initializes Notification Core Support
1439 * This function lays out all the basic resources needed by the notification
1447 * SCMI Notification Initialization happens in 2 steps:
1511 * scmi_notification_exit() - Shutdown and clean Notification core