int scmi_reset_domain_get_attr(struct scmi_protocol *proto, uint32_t id, struct scmi_reset_domain_attr *dom_attr)
SCMI reset domain protocol get attributes of the reset domain.
int scmi_reset_domain(struct scmi_protocol *proto, uint32_t id, uint32_t flags, uint32_t reset_state)
SCMI reset domain protocol reset domain.
SCMI Reset domain attributes.
Definition reset.h:49
char name[SCMI_SHORT_NAME_MAX_SIZE]
Reset domain name.
Definition reset.h:53
uint32_t latency
Maximum time (in microseconds) required for the reset to take effect.
Definition reset.h:51
bool is_notifications_sup
Reset notifications support.
Definition reset.h:57
bool is_async_sup
Asynchronous reset support.
Definition reset.h:55