Searched refs:supp_send (Results 1 - 4 of 4) sorted by last modified time

/linux-master/include/linux/
H A Dtee_core.h76 * @supp_send: called for supplicant to send a response
96 int (*supp_send)(struct tee_context *ctx, u32 ret, u32 num_params, member in struct:tee_driver_ops
/linux-master/drivers/tee/
H A Dtee_core.c789 if (!ctx->teedev->desc->ops->supp_send)
815 rc = ctx->teedev->desc->ops->supp_send(ctx, ret, num_params, params);
/linux-master/drivers/tee/optee/
H A Dsmc_abi.c1202 .supp_send = optee_supp_send,
H A Dffa_abi.c790 .supp_send = optee_supp_send,

Completed in 252 milliseconds