Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/scmi-msg/
H A Dclock.c163 struct scmi_protocol_message_attributes_a2p *in_args = (void *)msg->in; in report_message_attributes() local
170 if (msg->in_size != sizeof(*in_args)) { in report_message_attributes()
175 if (!message_id_is_supported(in_args->message_id)) { in report_message_attributes()
185 const struct scmi_clock_attributes_a2p *in_args = (void *)msg->in; in scmi_clock_attributes() local
192 if (msg->in_size != sizeof(*in_args)) { in scmi_clock_attributes()
197 clock_id = SPECULATION_SAFE_VALUE(in_args->clock_id); in scmi_clock_attributes()
255 const struct scmi_clock_possible_parents_get_a2p *in_args = (void *)msg->in; in scmi_clock_possible_parents_get() local
265 if (msg->in_size != sizeof(*in_args)) { in scmi_clock_possible_parents_get()
270 clock_id = SPECULATION_SAFE_VALUE(in_args->clock_id); in scmi_clock_possible_parents_get()
281 if (in_args->skip_parents >= nb_possible_parents) { in scmi_clock_possible_parents_get()
[all …]
H A 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 …]
H A 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 …]
H A Dsensor.c140 struct scmi_protocol_message_attributes_a2p *in_args = (void *)msg->in; in report_message_attributes() local
147 if (msg->in_size != sizeof(*in_args)) { in report_message_attributes()
152 if (!message_id_is_supported(in_args->message_id)) { in report_message_attributes()
162 const struct scmi_sensor_description_get_a2p *in_args = (void *)msg->in; in scmi_sensor_description_get() local
170 if (msg->in_size != sizeof(*in_args)) { in scmi_sensor_description_get()
175 desc_index = SPECULATION_SAFE_VALUE(in_args->desc_index); in scmi_sensor_description_get()
188 const struct scmi_sensor_config_get_a2p *in_args = (void *)msg->in; in scmi_sensor_config_get() local
195 if (msg->in_size != sizeof(*in_args)) { in scmi_sensor_config_get()
200 sensor_id = SPECULATION_SAFE_VALUE(in_args->sensor_id); in scmi_sensor_config_get()
217 const struct scmi_sensor_reading_get_a2p *in_args = (void *)msg->in; in scmi_sensor_reading_get() local
[all …]
H 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()
/rk3399_ARM-atf/lib/psa/
H A Ddice_protection_environment.c296 const struct derive_context_input_t in_args = { in dpe_derive_context() local
323 qcbor_err = encode_derive_context(&in_args, cmd_buf, &encoded_buf); in dpe_derive_context()