Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/drivers/scmi-msg/
A Dclock.c118 if (msg->in_size != sizeof(*in_args)) { in report_message_attributes()
123 if (!message_id_is_supported(in_args->message_id)) { in report_message_attributes()
140 if (msg->in_size != sizeof(*in_args)) { in scmi_clock_attributes()
145 clock_id = SPECULATION_SAFE_VALUE(in_args->clock_id); in scmi_clock_attributes()
176 if (msg->in_size != sizeof(*in_args)) { in scmi_clock_rate_get()
181 clock_id = SPECULATION_SAFE_VALUE(in_args->clock_id); in scmi_clock_rate_get()
203 if (msg->in_size != sizeof(*in_args)) { in scmi_clock_rate_set()
208 clock_id = SPECULATION_SAFE_VALUE(in_args->clock_id); in scmi_clock_rate_set()
216 in_args->rate[0]); in scmi_clock_rate_set()
230 if (msg->in_size != sizeof(*in_args)) { in scmi_clock_config_set()
[all …]
A Dpower_domain.c110 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()
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()
193 if (msg->in_size != sizeof(*in_args)) { in scmi_pd_state_set()
198 pd_id = SPECULATION_SAFE_VALUE(in_args->pd_id); in scmi_pd_state_set()
205 flags = SPECULATION_SAFE_VALUE(in_args->flags); in scmi_pd_state_set()
[all …]
A Dreset_domain.c87 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()
157 in_args->reset_state); in reset_request()
[all …]
A 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()

Completed in 6 milliseconds