Lines Matching defs:in_args
103 struct scmi_protocol_message_attributes_a2p *in_args = (void *)msg->in;
110 if (msg->in_size != sizeof(*in_args)) {
115 if (!message_id_is_supported(in_args->message_id)) {
125 const struct scmi_pd_attributes_a2p *in_args = (void *)msg->in;
132 if (msg->in_size != sizeof(*in_args)) {
137 pd_id = SPECULATION_SAFE_VALUE(in_args->pd_id);
159 const struct scmi_pd_state_get_a2p *in_args = (void *)msg->in;
166 if (msg->in_size != sizeof(*in_args)) {
171 pd_id = SPECULATION_SAFE_VALUE(in_args->pd_id);
187 const struct scmi_pd_state_set_a2p *in_args = (void *)msg->in;
193 if (msg->in_size != sizeof(*in_args)) {
198 pd_id = SPECULATION_SAFE_VALUE(in_args->pd_id);
205 flags = SPECULATION_SAFE_VALUE(in_args->flags);
206 state = SPECULATION_SAFE_VALUE(in_args->power_state);