Home
last modified time | relevance | path

Searched refs:in_args (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-a-3.7.0/drivers/scmi-msg/
Dclock.c112 struct scmi_protocol_message_attributes_a2p *in_args = (void *)msg->in; in report_message_attributes() local
119 if (msg->in_size != sizeof(*in_args)) { in report_message_attributes()
124 if (!message_id_is_supported(in_args->message_id)) { in report_message_attributes()
134 const struct scmi_clock_attributes_a2p *in_args = (void *)msg->in; in scmi_clock_attributes() local
141 if (msg->in_size != sizeof(*in_args)) { in scmi_clock_attributes()
146 clock_id = SPECULATION_SAFE_VALUE(in_args->clock_id); in scmi_clock_attributes()
170 const struct scmi_clock_rate_get_a2p *in_args = (void *)msg->in; in scmi_clock_rate_get() local
177 if (msg->in_size != sizeof(*in_args)) { in scmi_clock_rate_get()
182 clock_id = SPECULATION_SAFE_VALUE(in_args->clock_id); in scmi_clock_rate_get()
199 const struct scmi_clock_rate_set_a2p *in_args = (void *)msg->in; in scmi_clock_rate_set() local
[all …]
Dpower_domain.c103 struct scmi_protocol_message_attributes_a2p *in_args = (void *)msg->in; in report_message_attributes() local
110 if (msg->in_size != sizeof(*in_args)) { in report_message_attributes()
115 if (!message_id_is_supported(in_args->message_id)) { in report_message_attributes()
125 const struct scmi_pd_attributes_a2p *in_args = (void *)msg->in; in scmi_pd_attributes() local
132 if (msg->in_size != sizeof(*in_args)) { in scmi_pd_attributes()
137 pd_id = SPECULATION_SAFE_VALUE(in_args->pd_id); in scmi_pd_attributes()
159 const struct scmi_pd_state_get_a2p *in_args = (void *)msg->in; in scmi_pd_state_get() local
166 if (msg->in_size != sizeof(*in_args)) { in scmi_pd_state_get()
171 pd_id = SPECULATION_SAFE_VALUE(in_args->pd_id); in scmi_pd_state_get()
187 const struct scmi_pd_state_set_a2p *in_args = (void *)msg->in; in scmi_pd_state_set() local
[all …]
Dreset_domain.c80 struct scmi_protocol_message_attributes_a2p *in_args = (void *)msg->in; in report_message_attributes() local
87 if (msg->in_size != sizeof(*in_args)) { in report_message_attributes()
92 if (!message_id_is_supported(in_args->message_id)) { in report_message_attributes()
102 struct scmi_reset_domain_attributes_a2p *in_args = (void *)msg->in; in reset_domain_attributes() local
107 if (msg->in_size != sizeof(*in_args)) { in reset_domain_attributes()
112 domain_id = SPECULATION_SAFE_VALUE(in_args->domain_id); in reset_domain_attributes()
136 struct scmi_reset_domain_request_a2p *in_args = (void *)msg->in; in reset_request() local
142 if (msg->in_size != sizeof(*in_args)) { in reset_request()
147 domain_id = SPECULATION_SAFE_VALUE(in_args->domain_id); in reset_request()
154 if ((in_args->flags & SCMI_RESET_DOMAIN_AUTO) != 0U) { in reset_request()
[all …]
Dbase.c52 struct scmi_protocol_message_attributes_a2p *in_args = (void *)msg->in; in report_message_attributes() local
59 if (msg->in_size != sizeof(*in_args)) { in report_message_attributes()
64 if (!message_id_is_supported(in_args->message_id)) { in report_message_attributes()