Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dscmi_protocol.h108 struct scmi_perf_proto_ops { struct
109 int (*limits_set)(const struct scmi_protocol_handle *ph, u32 domain,
111 int (*limits_get)(const struct scmi_protocol_handle *ph, u32 domain,
113 int (*level_set)(const struct scmi_protocol_handle *ph, u32 domain,
115 int (*level_get)(const struct scmi_protocol_handle *ph, u32 domain,
117 int (*device_domain_id)(struct device *dev);
118 int (*transition_latency_get)(const struct scmi_protocol_handle *ph,
120 int (*device_opps_add)(const struct scmi_protocol_handle *ph,
122 int (*freq_set)(const struct scmi_protocol_handle *ph, u32 domain,
124 int (*freq_get)(const struct scmi_protocol_handle *ph, u32 domain,
[all …]