Searched defs:scmi_power_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-4.19/include/linux/ |
| D | scmi_protocol.h | 124 struct scmi_power_ops { struct 125 int (*num_domains_get)(const struct scmi_handle *handle); 126 char *(*name_get)(const struct scmi_handle *handle, u32 domain); 134 int (*state_set)(const struct scmi_handle *handle, u32 domain, 136 int (*state_get)(const struct scmi_handle *handle, u32 domain,
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | scmi_protocol.h | 135 struct scmi_power_ops { struct 136 int (*num_domains_get)(const struct scmi_handle *handle); 137 char *(*name_get)(const struct scmi_handle *handle, u32 domain); 145 int (*state_set)(const struct scmi_handle *handle, u32 domain, 147 int (*state_get)(const struct scmi_handle *handle, u32 domain,
|