Searched refs:optee_msg_param (Results 1 – 2 of 2) sorted by relevance
149 struct optee_msg_param { struct195 struct optee_msg_param params[0];208 sizeof(struct optee_msg_param) * (num_params))
333 static int to_msg_param(struct optee_msg_param *msg_params, uint num_params, in to_msg_param()340 struct optee_msg_param *mp = msg_params + n; in to_msg_param()373 const struct optee_msg_param *msg_params) in from_msg_param()380 const struct optee_msg_param *mp = msg_params + n; in from_msg_param()
Completed in 10 milliseconds