Searched defs:scmi_perf_proto_ops (Results 1 – 1 of 1) sorted by relevance
/linux/include/linux/ |
H A D | scmi_protocol.h | 159 struct scmi_perf_proto_ops { struct 160 int (*num_domains_get)(const struct scmi_protocol_handle *ph); 161 const struct scmi_perf_domain_info __must_check *(*info_get) 163 int (*limits_set)(const struct scmi_protocol_handle *ph, u32 domain, 165 int (*limits_get)(const struct scmi_protocol_handle *ph, u32 domain, 167 int (*level_set)(const struct scmi_protocol_handle *ph, u32 domain, 169 int (*level_get)(const struct scmi_protocol_handle *ph, u32 domain, 171 int (*transition_latency_get)(const struct scmi_protocol_handle *ph, 173 int (*rate_limit_get)(const struct scmi_protocol_handle *ph, 175 int (*device_opps_add)(const struct scmi_protocol_handle *ph, [all …]
|