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