Home
last modified time | relevance | path

Searched refs:notify_enable (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/firmware/arm_scmi/
Dsystem.c23 __le32 notify_enable; member
51 notify->notify_enable = enable ? cpu_to_le32(BIT(0)) : 0; in scmi_system_request_notify()
Dpower.c50 __le32 notify_enable; member
223 notify->notify_enable = enable ? cpu_to_le32(BIT(0)) : 0; in scmi_power_request_notify()
Dpowercap.c87 __le32 notify_enable; member
92 __le32 notify_enable; member
739 notify->notify_enable = cpu_to_le32(enable ? BIT(0) : 0); in scmi_powercap_notify()
773 notify->notify_enable = cpu_to_le32(enable ? BIT(0) : 0); in scmi_powercap_notify()
Dclock.c87 __le32 notify_enable; member
490 notify->notify_enable = enable ? cpu_to_le32(BIT(0)) : 0; in scmi_clk_rate_notify()
Dperf.c105 __le32 notify_enable; member
728 notify->notify_enable = enable ? cpu_to_le32(BIT(0)) : 0; in scmi_perf_level_limits_notify()