Home
last modified time | relevance | path

Searched refs:tee_client_open_context (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/tee/optee/
H A Ddevice.c118 ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, NULL); in __optee_enumerate_devices()
/kernel/linux/linux-6.6/drivers/tee/optee/
H A Ddevice.c117 ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, NULL); in __optee_enumerate_devices()
/kernel/linux/linux-5.10/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c194 pvt_data.ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, in tee_bnxt_fw_probe()
/kernel/linux/linux-5.10/drivers/char/hw_random/
H A Doptee-rng.c223 pvt_data.ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, in optee_rng_probe()
/kernel/linux/linux-5.10/include/linux/
H A Dtee_drv.h462 * tee_client_open_context() - Open a TEE context
475 tee_client_open_context(struct tee_context *start,
/kernel/linux/linux-6.6/include/linux/
H A Dtee_drv.h373 * tee_client_open_context() - Open a TEE context
386 tee_client_open_context(struct tee_context *start,
/kernel/linux/linux-6.6/drivers/char/hw_random/
H A Doptee-rng.c223 pvt_data.ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, in optee_rng_probe()
/kernel/linux/linux-6.6/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c194 pvt_data.ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, in tee_bnxt_fw_probe()
/kernel/linux/linux-6.6/drivers/nvmem/
H A Dstm32-bsec-optee-ta.c108 tee_ctx = tee_client_open_context(NULL, stm32_bsec_optee_ta_match, NULL, NULL); in stm32_bsec_optee_ta_open()
113 pr_err("%s: tee_client_open_context failed (%d)\n", __func__, rc); in stm32_bsec_optee_ta_open()
/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_ftpm_tee.c232 pvt_data->ctx = tee_client_open_context(NULL, ftpm_tee_match, NULL, in ftpm_tee_probe()
237 dev_err(dev, "%s: tee_client_open_context failed\n", __func__); in ftpm_tee_probe()
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm_ftpm_tee.c231 pvt_data->ctx = tee_client_open_context(NULL, ftpm_tee_match, NULL, in ftpm_tee_probe()
236 dev_err(dev, "%s: tee_client_open_context failed\n", __func__); in ftpm_tee_probe()
/kernel/linux/linux-6.6/security/keys/trusted-keys/
H A Dtrusted_tee.c213 pvt_data.ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, in trusted_key_probe()
/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-optee.c261 priv->ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, NULL); in optee_rtc_probe()
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H A Doptee.c556 tee_ctx = tee_client_open_context(NULL, scmi_optee_ctx_match, NULL, NULL); in scmi_optee_service_probe()
/kernel/linux/linux-5.10/drivers/tee/
H A Dtee_core.c1105 tee_client_open_context(struct tee_context *start, in tee_client_open_context() function
1145 EXPORT_SYMBOL_GPL(tee_client_open_context); variable
/kernel/linux/linux-6.6/drivers/tee/
H A Dtee_core.c1100 tee_client_open_context(struct tee_context *start, in tee_client_open_context() function
1140 EXPORT_SYMBOL_GPL(tee_client_open_context); variable

Completed in 11 milliseconds