Searched defs:scmi_perf_proto_ops (Results 1 – 1 of 1) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 73153 struct scmi_perf_proto_ops { struct 73154 int (*num_domains_get)(const struct scmi_protocol_handle *); 73155 const struct scmi_perf_domain_info * (*info_get)(const struct scmi_protocol_handle *, u32); 73156 int (*limits_set)(const struct scmi_protocol_handle *, u32, u32, u32); 73157 int (*limits_get)(const struct scmi_protocol_handle *, u32, u32 *, u32 *); 73158 int (*level_set)(const struct scmi_protocol_handle *, u32, u32, bool); 73159 int (*level_get)(const struct scmi_protocol_handle *, u32, u32 *, bool); 73160 int (*transition_latency_get)(const struct scmi_protocol_handle *, u32); 73161 int (*device_opps_add)(const struct scmi_protocol_handle *, struct device *, u32); 73162 int (*freq_set)(const struct scmi_protocol_handle *, u32, unsigned long, bool); [all …]
|