Home
last modified time | relevance | path

Searched refs:serialized_psa_msg_t (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/drivers/arm/sfcp/sfcp_psa/sfcp_psa_call/
H A Dsfcp_psa_call.c34 (sizeof(struct serialized_psa_msg_t) >
36 sizeof(struct serialized_psa_msg_t) :
93 struct serialized_psa_msg_t *psa_msg; in psa_call()
117 if (payload_len < sizeof(struct serialized_psa_msg_t)) { in psa_call()
/rk3399_ARM-atf/drivers/arm/sfcp/sfcp_psa/sfcp_psa_protocol/
H A Dsfcp_psa_protocol.h43 struct __packed serialized_psa_msg_t { struct
89 struct serialized_psa_msg_t *msg, size_t *msg_len);
H A Dsfcp_psa_protocol.c16 struct serialized_psa_msg_t *msg, size_t *msg_len) in sfcp_protocol_serialize_msg()