Lines Matching defs:notify
18 #include "notify.h"
730 struct scmi_msg_powercap_notify_cap *notify;
733 sizeof(*notify), 0, &t);
737 notify = t->tx.buf;
738 notify->domain = cpu_to_le32(domain);
739 notify->notify_enable = cpu_to_le32(enable ? BIT(0) : 0);
745 struct scmi_msg_powercap_notify_thresh *notify;
767 sizeof(*notify), 0, &t);
771 notify = t->tx.buf;
772 notify->domain = cpu_to_le32(domain);
773 notify->notify_enable = cpu_to_le32(enable ? BIT(0) : 0);
774 notify->power_thresh_low = cpu_to_le32(low);
775 notify->power_thresh_high = cpu_to_le32(high);