Lines Matching defs:handle
28 static const struct scmi_handle *handle;
33 const struct scmi_perf_ops *perf_ops = handle->perf_ops;
38 ret = perf_ops->freq_get(handle, priv->domain_id, &rate, false);
53 const struct scmi_perf_ops *perf_ops = handle->perf_ops;
56 return perf_ops->freq_set(handle, priv->domain_id, freq * 1000, false);
63 const struct scmi_perf_ops *perf_ops = handle->perf_ops;
65 if (!perf_ops->freq_set(handle, priv->domain_id,
78 domain = handle->perf_ops->device_domain_id(cpu_dev);
90 tdomain = handle->perf_ops->device_domain_id(tcpu_dev);
105 domain = handle->perf_ops->device_domain_id(cpu_dev);
111 ret = handle->perf_ops->est_power_get(handle, domain, &Hz, power);
136 ret = handle->perf_ops->device_opps_add(handle, cpu_dev);
175 priv->domain_id = handle->perf_ops->device_domain_id(cpu_dev);
183 latency = handle->perf_ops->transition_latency_get(handle, cpu_dev);
190 handle->perf_ops->fast_switch_possible(handle, cpu_dev);
234 handle = sdev->handle;
236 if (!handle || !handle->perf_ops)