Searched defs:scmi_reset_proto_ops (Results 1 – 1 of 1) sorted by relevance
505 struct scmi_reset_proto_ops { struct506 int (*num_domains_get)(const struct scmi_protocol_handle *ph);507 const char *(*name_get)(const struct scmi_protocol_handle *ph,509 int (*latency_get)(const struct scmi_protocol_handle *ph, u32 domain);510 int (*reset)(const struct scmi_protocol_handle *ph, u32 domain);511 int (*assert)(const struct scmi_protocol_handle *ph, u32 domain);512 int (*deassert)(const struct scmi_protocol_handle *ph, u32 domain);