Searched refs:tee_client_open_context (Results 1 – 12 of 12) sorted by relevance
/linux/include/linux/ |
H A D | tee_drv.h | 191 tee_client_open_context(struct tee_context *start,
|
/linux/drivers/tee/optee/ |
H A D | device.c | 125 ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, NULL); in __optee_enumerate_devices()
|
/linux/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()
|
/linux/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()
|
/linux/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()
|
/linux/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()
|
/linux/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()
|
/linux/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()
|
/linux/drivers/firmware/arm_scmi/transports/ |
H A D | optee.c | 541 tee_ctx = tee_client_open_context(NULL, scmi_optee_ctx_match, NULL, NULL); in scmi_optee_service_probe()
|
/linux/drivers/firmware/efi/stmm/ |
H A D | tee_stmm_efi.c | 536 pvt_data.ctx = tee_client_open_context(NULL, tee_ctx_match, NULL, NULL); in tee_stmm_efi_probe()
|
/linux/drivers/tee/ |
H A D | tee_core.c | 1110 tee_client_open_context(struct tee_context *start, in tee_client_open_context() function 1150 EXPORT_SYMBOL_GPL(tee_client_open_context);
|
/linux/drivers/platform/x86/amd/pmf/ |
H A D | tee-if.c | 442 dev->tee_ctx = tee_client_open_context(NULL, amd_pmf_amdtee_ta_match, NULL, NULL); in amd_pmf_tee_init()
|