Searched refs:tee_client_open_context (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/drivers/tee/optee/ ! |
D | device.c | 117 ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, NULL); in __optee_enumerate_devices()
|
/linux-6.6.21/include/linux/ ! |
D | tee_drv.h | 386 tee_client_open_context(struct tee_context *start,
|
/linux-6.6.21/drivers/firmware/broadcom/ ! |
D | tee_bnxt_fw.c | 194 pvt_data.ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, in tee_bnxt_fw_probe()
|
/linux-6.6.21/drivers/char/hw_random/ ! |
D | optee-rng.c | 223 pvt_data.ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, in optee_rng_probe()
|
/linux-6.6.21/drivers/nvmem/ ! |
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()
|
/linux-6.6.21/security/keys/trusted-keys/ ! |
D | trusted_tee.c | 213 pvt_data.ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, in trusted_key_probe()
|
/linux-6.6.21/drivers/char/tpm/ ! |
D | tpm_ftpm_tee.c | 231 pvt_data->ctx = tee_client_open_context(NULL, ftpm_tee_match, NULL, in ftpm_tee_probe()
|
/linux-6.6.21/drivers/rtc/ ! |
D | rtc-optee.c | 261 priv->ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, NULL); in optee_rtc_probe()
|
/linux-6.6.21/drivers/firmware/arm_scmi/ ! |
D | optee.c | 556 tee_ctx = tee_client_open_context(NULL, scmi_optee_ctx_match, NULL, NULL); in scmi_optee_service_probe()
|
/linux-6.6.21/drivers/tee/ ! |
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);
|