Searched refs:SCMI_SYSPOWER_IS_REQUEST_GRACEFUL (Results 1 – 3 of 3) sorted by relevance
94 SCMI_SYSPOWER_IS_REQUEST_GRACEFUL(r->flags)) in scmi_system_fill_custom_report()
286 if (!SCMI_SYSPOWER_IS_REQUEST_GRACEFUL(er->flags)) { in scmi_userspace_notifier()
921 #define SCMI_SYSPOWER_IS_REQUEST_GRACEFUL(flags) ((flags) & BIT(0)) macro