Searched defs:scmi_perf_ops (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/include/linux/ |
D | scmi_protocol.h | 102 struct scmi_perf_ops { struct 103 int (*limits_set)(const struct scmi_handle *handle, u32 domain, 105 int (*limits_get)(const struct scmi_handle *handle, u32 domain, 107 int (*level_set)(const struct scmi_handle *handle, u32 domain, 109 int (*level_get)(const struct scmi_handle *handle, u32 domain, 111 int (*device_domain_id)(struct device *dev); 112 int (*transition_latency_get)(const struct scmi_handle *handle, 114 int (*device_opps_add)(const struct scmi_handle *handle, 116 int (*freq_set)(const struct scmi_handle *handle, u32 domain, 118 int (*freq_get)(const struct scmi_handle *handle, u32 domain, [all …]
|