Searched defs:scmi_perf_proto_ops (Results 1 – 1 of 1) sorted by relevance
/linux/include/linux/ |
A D | scmi_protocol.h | 109 struct scmi_perf_proto_ops { struct 110 int (*limits_set)(const struct scmi_protocol_handle *ph, u32 domain, 112 int (*limits_get)(const struct scmi_protocol_handle *ph, u32 domain, 114 int (*level_set)(const struct scmi_protocol_handle *ph, u32 domain, 116 int (*level_get)(const struct scmi_protocol_handle *ph, u32 domain, 118 int (*device_domain_id)(struct device *dev); 121 int (*device_opps_add)(const struct scmi_protocol_handle *ph, 123 int (*freq_set)(const struct scmi_protocol_handle *ph, u32 domain, 125 int (*freq_get)(const struct scmi_protocol_handle *ph, u32 domain, 129 bool (*fast_switch_possible)(const struct scmi_protocol_handle *ph, [all …]
|
Completed in 10 milliseconds