Lines Matching full:scmi
3 * SCMI Generic SystemPower Control driver.
8 * In order to handle platform originated SCMI SystemPower requests (like
9 * shutdowns or cold/warm resets) we register an SCMI Notification notifier
10 * block to react when such SCMI SystemPower events are emitted by platform.
20 * by the SCMI platform to an OSPM like Linux.
32 * Given the peculiar nature of SCMI SystemPower protocol, that is being in
34 * only one SCMI platform actively emitting SystemPower events.
35 * For this reason the SCMI core takes care to enforce the creation of one
36 * single unique device associated to the SCMI System Power protocol; no matter
37 * how many SCMI platforms are defined on the system, only one can be designated
75 * SCMI SystemPower notification
76 * @userspace_nb: The notifier_block registered against the SCMI SystemPower
112 * requested by SCMI, cancel the delayed work.
267 * Note that once a valid SCMI SystemPower event starts being served, any
268 * other following SystemPower notification received from the same SCMI
292 * Bail out if system is already shutting down or an SCMI SystemPower in scmi_userspace_notifier()
351 MODULE_DEVICE_TABLE(scmi, scmi_id_table);
354 .name = "scmi-system-power",
361 MODULE_DESCRIPTION("ARM SCMI SystemPower Control driver");