Searched defs:scmi_reset_ops (Results 1 – 2 of 2) sorted by relevance
203 struct scmi_reset_ops { struct204 int (*num_domains_get)(const struct scmi_handle *handle);205 char *(*name_get)(const struct scmi_handle *handle, u32 domain);206 int (*latency_get)(const struct scmi_handle *handle, u32 domain);207 int (*reset)(const struct scmi_handle *handle, u32 domain);208 int (*assert)(const struct scmi_handle *handle, u32 domain);209 int (*deassert)(const struct scmi_handle *handle, u32 domain);
81 static const struct reset_control_ops scmi_reset_ops = { variable