perf_ops 32 drivers/cpufreq/scmi-cpufreq.c struct scmi_perf_ops *perf_ops = handle->perf_ops; perf_ops 37 drivers/cpufreq/scmi-cpufreq.c ret = perf_ops->freq_get(handle, priv->domain_id, &rate, false); perf_ops 53 drivers/cpufreq/scmi-cpufreq.c struct scmi_perf_ops *perf_ops = handle->perf_ops; perf_ops 56 drivers/cpufreq/scmi-cpufreq.c ret = perf_ops->freq_set(handle, priv->domain_id, freq * 1000, false); perf_ops 67 drivers/cpufreq/scmi-cpufreq.c struct scmi_perf_ops *perf_ops = handle->perf_ops; perf_ops 69 drivers/cpufreq/scmi-cpufreq.c if (!perf_ops->freq_set(handle, priv->domain_id, perf_ops 85 drivers/cpufreq/scmi-cpufreq.c domain = handle->perf_ops->device_domain_id(cpu_dev); perf_ops 97 drivers/cpufreq/scmi-cpufreq.c tdomain = handle->perf_ops->device_domain_id(tcpu_dev); perf_ops 117 drivers/cpufreq/scmi-cpufreq.c domain = handle->perf_ops->device_domain_id(cpu_dev); perf_ops 123 drivers/cpufreq/scmi-cpufreq.c ret = handle->perf_ops->est_power_get(handle, domain, &Hz, power); perf_ops 148 drivers/cpufreq/scmi-cpufreq.c ret = handle->perf_ops->device_opps_add(handle, cpu_dev); perf_ops 187 drivers/cpufreq/scmi-cpufreq.c priv->domain_id = handle->perf_ops->device_domain_id(cpu_dev); perf_ops 195 drivers/cpufreq/scmi-cpufreq.c latency = handle->perf_ops->transition_latency_get(handle, cpu_dev); perf_ops 246 drivers/cpufreq/scmi-cpufreq.c if (!handle || !handle->perf_ops) perf_ops 694 drivers/firmware/arm_scmi/perf.c static struct scmi_perf_ops perf_ops = { perf_ops 739 drivers/firmware/arm_scmi/perf.c handle->perf_ops = &perf_ops; perf_ops 523 drivers/ntb/test/ntb_perf.c static const struct ntb_ctx_ops perf_ops = { perf_ops 697 drivers/ntb/test/ntb_perf.c ret = ntb_set_ctx(perf->ntb, perf, &perf_ops); perf_ops 234 include/linux/scmi_protocol.h struct scmi_perf_ops *perf_ops; perf_ops 608 kernel/rcu/rcuperf.c static struct rcu_perf_ops *perf_ops[] = { perf_ops 616 kernel/rcu/rcuperf.c for (i = 0; i < ARRAY_SIZE(perf_ops); i++) { perf_ops 617 kernel/rcu/rcuperf.c cur_ops = perf_ops[i]; perf_ops 621 kernel/rcu/rcuperf.c if (i == ARRAY_SIZE(perf_ops)) { perf_ops 624 kernel/rcu/rcuperf.c for (i = 0; i < ARRAY_SIZE(perf_ops); i++) perf_ops 625 kernel/rcu/rcuperf.c pr_cont(" %s", perf_ops[i]->name);