Searched defs:scmi_reset_proto_ops (Results 1 – 1 of 1) sorted by relevance
538 struct scmi_reset_proto_ops { struct539 int (*num_domains_get)(const struct scmi_protocol_handle *ph);540 const char *(*name_get)(const struct scmi_protocol_handle *ph,542 int (*latency_get)(const struct scmi_protocol_handle *ph, u32 domain);543 int (*reset)(const struct scmi_protocol_handle *ph, u32 domain);544 int (*assert)(const struct scmi_protocol_handle *ph, u32 domain);545 int (*deassert)(const struct scmi_protocol_handle *ph, u32 domain);