Lines Matching refs:src_id
813 u8 evt_id, u32 src_id) in scmi_powercap_notify_supported() argument
819 if (evt_id >= ARRAY_SIZE(evt_2_cmd) || src_id >= pi->num_domains) in scmi_powercap_notify_supported()
822 dom_info = pi->powercaps + src_id; in scmi_powercap_notify_supported()
833 u8 evt_id, u32 src_id, bool enable) in scmi_powercap_set_notify_enabled() argument
838 if (evt_id >= ARRAY_SIZE(evt_2_cmd) || src_id >= pi->num_domains) in scmi_powercap_set_notify_enabled()
842 ret = scmi_powercap_notify(ph, src_id, cmd_id, enable); in scmi_powercap_set_notify_enabled()
845 evt_id, src_id, ret); in scmi_powercap_set_notify_enabled()
864 pi->states[src_id].meas_notif_enabled = enable; in scmi_powercap_set_notify_enabled()
873 void *report, u32 *src_id) in scmi_powercap_fill_custom_report() argument
891 *src_id = r->domain_id; in scmi_powercap_fill_custom_report()
907 *src_id = r->domain_id; in scmi_powercap_fill_custom_report()