Home
last modified time | relevance | path

Searched refs:system_session (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dtee_core.h89 int (*system_session)(struct tee_context *ctx, u32 session); member
/linux/drivers/tee/
H A Dtee_core.c1185 if (!ctx->teedev->desc->ops->system_session) in tee_client_system_session()
1187 return ctx->teedev->desc->ops->system_session(ctx, session); in tee_client_system_session()
/linux/drivers/tee/optee/
H A Dsmc_abi.c1185 .system_session = optee_system_session,