Home
last modified time | relevance | path

Searched defs:scmi_perf_proto_ops (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
Dscmi_protocol.h129 struct scmi_perf_proto_ops { struct
130 int (*num_domains_get)(const struct scmi_protocol_handle *ph);
131 const struct scmi_perf_domain_info __must_check *(*info_get)
133 int (*limits_set)(const struct scmi_protocol_handle *ph, u32 domain,
135 int (*limits_get)(const struct scmi_protocol_handle *ph, u32 domain,
137 int (*level_set)(const struct scmi_protocol_handle *ph, u32 domain,
139 int (*level_get)(const struct scmi_protocol_handle *ph, u32 domain,
141 int (*device_domain_id)(struct device *dev);
142 int (*transition_latency_get)(const struct scmi_protocol_handle *ph,
144 int (*device_opps_add)(const struct scmi_protocol_handle *ph,
[all …]