Searched refs:optee_ctx_match (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/nvmem/ |
| H A D | rockchip-secure-otp.c | 42 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 D | device.c | 14 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 D | tee_bnxt_fw.c | 179 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 D | optee-rng.c | 206 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()
|