Searched defs:scmi_reset_proto_ops (Results 1 – 1 of 1) sorted by relevance
495 struct scmi_reset_proto_ops { struct496 int (*num_domains_get)(const struct scmi_protocol_handle *ph);497 const char *(*name_get)(const struct scmi_protocol_handle *ph,499 int (*latency_get)(const struct scmi_protocol_handle *ph, u32 domain);500 int (*reset)(const struct scmi_protocol_handle *ph, u32 domain);501 int (*assert)(const struct scmi_protocol_handle *ph, u32 domain);502 int (*deassert)(const struct scmi_protocol_handle *ph, u32 domain);