Home
last modified time | relevance | path

Searched refs:optee_ctx_match (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/nvmem/
H A Drockchip-secure-otp.c42 static int optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in optee_ctx_match() function
79 ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, NULL); in rockchip_read_oem_non_protected_otp()
182 ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, NULL); in rockchip_write_oem_non_protected_otp()
/OK3568_Linux_fs/kernel/drivers/tee/optee/
H A Ddevice.c14 static int optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in optee_ctx_match() function
104 ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, NULL); in __optee_enumerate_devices()
/OK3568_Linux_fs/kernel/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c179 static int optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in optee_ctx_match() function
194 pvt_data.ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, in tee_bnxt_fw_probe()
/OK3568_Linux_fs/kernel/drivers/char/hw_random/
H A Doptee-rng.c206 static int optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in optee_ctx_match() function
223 pvt_data.ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, in optee_rng_probe()