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
65 notify->notify_enable = enable ? cpu_to_le32(BIT(0)) : 0; in scmi_system_request_notify()
H A Dpower.c53 __le32 notify_enable; member
233 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
761 notify->notify_enable = cpu_to_le32(enable ? BIT(0) : 0); in scmi_powercap_notify()
795 notify->notify_enable = cpu_to_le32(enable ? BIT(0) : 0); in scmi_powercap_notify()
H A Dclock.c149 __le32 notify_enable; member
983 notify->notify_enable = enable ? cpu_to_le32(BIT(0)) : 0; in scmi_clk_rate_notify()
H A Dperf.c108 __le32 notify_enable; member
820 notify->notify_enable = enable ? cpu_to_le32(BIT(0)) : 0; in scmi_perf_level_limits_notify()