Searched refs:optee_msg_param (Results 1 – 2 of 2) sorted by relevance
159 struct optee_msg_param { struct205 struct optee_msg_param params[0];218 sizeof(struct optee_msg_param) * (num_params))
163 static int to_msg_param(struct optee_msg_param *msg_params, uint num_params, in to_msg_param()170 struct optee_msg_param *mp = msg_params + n; in to_msg_param()203 const struct optee_msg_param *msg_params) in from_msg_param()210 const struct optee_msg_param *mp = msg_params + n; in from_msg_param()
Completed in 11 milliseconds