optee_supp
struct optee_supp supp;
void optee_supp_init(struct optee_supp *supp);
void optee_supp_uninit(struct optee_supp *supp);
void optee_supp_release(struct optee_supp *supp);
static struct optee_supp_req *supp_pop_entry(struct optee_supp *supp,
struct optee_supp *supp = &optee->supp;
void optee_supp_init(struct optee_supp *supp)
static struct optee_supp_req *supp_pop_req(struct optee_supp *supp,
struct optee_supp *supp = &optee->supp;
void optee_supp_uninit(struct optee_supp *supp)
void optee_supp_release(struct optee_supp *supp)
struct optee_supp *supp = &optee->supp;