/kernel/linux/linux-5.10/drivers/tee/optee/ |
H A D | device.c | 118 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 D | device.c | 117 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 D | tee_bnxt_fw.c | 194 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 D | optee-rng.c | 223 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 D | tee_drv.h | 462 * 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 D | tee_drv.h | 373 * 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 D | optee-rng.c | 223 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 D | tee_bnxt_fw.c | 194 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 D | stm32-bsec-optee-ta.c | 108 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 D | tpm_ftpm_tee.c | 232 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 D | tpm_ftpm_tee.c | 231 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 D | trusted_tee.c | 213 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 D | rtc-optee.c | 261 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 D | optee.c | 556 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 D | tee_core.c | 1105 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 D | tee_core.c | 1100 tee_client_open_context(struct tee_context *start, in tee_client_open_context() function 1140 EXPORT_SYMBOL_GPL(tee_client_open_context); variable
|