Home
last modified time | relevance | path

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

/linux/drivers/firmware/arm_scmi/
H A Dsystem.c26 __le32 notify_enable; member
66 notify->notify_enable = enable ? cpu_to_le32(BIT(0)) : 0; in scmi_system_request_notify()
H A Dpower.c53 __le32 notify_enable; member
234 notify->notify_enable = enable ? cpu_to_le32(BIT(0)) : 0; in scmi_power_request_notify()
H A Dpowercap.c90 __le32 notify_enable; member
95 __le32 notify_enable; member
762 notify->notify_enable = cpu_to_le32(enable ? BIT(0) : 0); in scmi_powercap_notify()
796 notify->notify_enable = cpu_to_le32(enable ? BIT(0) : 0); in scmi_powercap_notify()
H A Dclock.c148 __le32 notify_enable; member
978 notify->notify_enable = enable ? cpu_to_le32(BIT(0)) : 0; in scmi_clk_rate_notify()
H A Dperf.c108 __le32 notify_enable; member
832 notify->notify_enable = enable ? cpu_to_le32(BIT(0)) : 0; in scmi_perf_level_limits_notify()