Home
last modified time | relevance | path

Searched refs:dom_info (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/firmware/arm_scmi/
A Dpowercap.c197 dom_info->id = domain; in scmi_powercap_domain_attributes_get()
210 dom_info->powercap_scale_mw = in scmi_powercap_domain_attributes_get()
212 dom_info->powercap_scale_uw = in scmi_powercap_domain_attributes_get()
214 dom_info->fastchannels = in scmi_powercap_domain_attributes_get()
223 dom_info->max_pai, in scmi_powercap_domain_attributes_get()
224 dom_info->pai_step, in scmi_powercap_domain_attributes_get()
229 dom_info->id, dom_info->name); in scmi_powercap_domain_attributes_get()
243 dom_info->id, dom_info->name); in scmi_powercap_domain_attributes_get()
247 dom_info->sustainable_power = in scmi_powercap_domain_attributes_get()
254 dom_info->parent_id == dom_info->id)) { in scmi_powercap_domain_attributes_get()
[all …]
A Dreset.c67 struct reset_dom_info *dom_info; member
94 u32 domain, struct reset_dom_info *dom_info, in scmi_reset_domain_attributes_get() argument
116 dom_info->latency_us = le32_to_cpu(attr->latency); in scmi_reset_domain_attributes_get()
117 if (dom_info->latency_us == U32_MAX) in scmi_reset_domain_attributes_get()
118 dom_info->latency_us = 0; in scmi_reset_domain_attributes_get()
131 dom_info->name, SCMI_MAX_STR_SIZE); in scmi_reset_domain_attributes_get()
148 struct reset_dom_info *dom = pi->dom_info + domain; in scmi_reset_name_get()
157 struct reset_dom_info *dom = pi->dom_info + domain; in scmi_reset_latency_get()
174 rdom = pi->dom_info + domain; in scmi_domain_reset()
334 sizeof(*pinfo->dom_info), GFP_KERNEL); in scmi_reset_protocol_init()
[all …]
A Dperf.c146 struct perf_dom_info *dom_info; member
216 dom_info->sustained_freq_khz = in scmi_perf_domain_attributes_get()
218 dom_info->sustained_perf_level = in scmi_perf_domain_attributes_get()
220 if (!dom_info->sustained_freq_khz || in scmi_perf_domain_attributes_get()
223 dom_info->mult_factor = 1000; in scmi_perf_domain_attributes_get()
225 dom_info->mult_factor = in scmi_perf_domain_attributes_get()
227 dom_info->sustained_perf_level; in scmi_perf_domain_attributes_get()
583 dom = pi->dom_info + domain; in scmi_dvfs_device_opps_add()
613 dom = pi->dom_info + domain; in scmi_dvfs_transition_latency_get()
652 dom = pi->dom_info + domain; in scmi_dvfs_est_power_get()
[all …]
A Dpower.c71 struct power_dom_info *dom_info; member
102 u32 domain, struct power_dom_info *dom_info, in scmi_power_domain_attributes_get() argument
122 dom_info->state_set_notify = SUPPORTS_STATE_SET_NOTIFY(flags); in scmi_power_domain_attributes_get()
123 dom_info->state_set_async = SUPPORTS_STATE_SET_ASYNC(flags); in scmi_power_domain_attributes_get()
124 dom_info->state_set_sync = SUPPORTS_STATE_SET_SYNC(flags); in scmi_power_domain_attributes_get()
136 domain, dom_info->name, in scmi_power_domain_attributes_get()
197 struct power_dom_info *dom = pi->dom_info + domain; in scmi_power_name_get()
318 pinfo->dom_info = devm_kcalloc(ph->dev, pinfo->num_domains, in scmi_power_protocol_init()
319 sizeof(*pinfo->dom_info), GFP_KERNEL); in scmi_power_protocol_init()
320 if (!pinfo->dom_info) in scmi_power_protocol_init()
[all …]

Completed in 11 milliseconds