Searched defs:scmi_perf_ops (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | scmi_protocol.h | 97 struct scmi_perf_ops {  struct98 	int (*limits_set)(const struct scmi_handle *handle, u32 domain,
 100 	int (*limits_get)(const struct scmi_handle *handle, u32 domain,
 102 	int (*level_set)(const struct scmi_handle *handle, u32 domain,
 104 	int (*level_get)(const struct scmi_handle *handle, u32 domain,
 106 	int (*device_domain_id)(struct device *dev);
 107 	int (*transition_latency_get)(const struct scmi_handle *handle,
 109 	int (*device_opps_add)(const struct scmi_handle *handle,
 111 	int (*freq_set)(const struct scmi_handle *handle, u32 domain,
 113 	int (*freq_get)(const struct scmi_handle *handle, u32 domain,
 [all …]
 
 |