Searched refs:supp_recv (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dtee_drv.h90 * @supp_recv: called for supplicant to get a command
109 int (*supp_recv)(struct tee_context *ctx, u32 *func, u32 *num_params, member in struct:tee_driver_ops
/linux-master/drivers/tee/
H A Dtee_core.c691 if (!ctx->teedev->desc->ops->supp_recv)
716 rc = ctx->teedev->desc->ops->supp_recv(ctx, &func, &num_params, params);
/linux-master/drivers/tee/optee/
H A Dffa_abi.c789 .supp_recv = optee_supp_recv,
H A Dsmc_abi.c1202 .supp_recv = optee_supp_recv,

Completed in 382 milliseconds