Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dscmi_protocol.h122 struct scmi_perf_proto_ops { struct
123 int (*limits_set)(const struct scmi_protocol_handle *ph, u32 domain,
125 int (*limits_get)(const struct scmi_protocol_handle *ph, u32 domain,
127 int (*level_set)(const struct scmi_protocol_handle *ph, u32 domain,
129 int (*level_get)(const struct scmi_protocol_handle *ph, u32 domain,
131 int (*device_domain_id)(struct device *dev);
132 int (*transition_latency_get)(const struct scmi_protocol_handle *ph,
134 int (*device_opps_add)(const struct scmi_protocol_handle *ph,
136 int (*freq_set)(const struct scmi_protocol_handle *ph, u32 domain,
138 int (*freq_get)(const struct scmi_protocol_handle *ph, u32 domain,
[all …]