Searched refs:optee_ctx_match (Results 1 – 3 of 3) sorted by relevance
| /linux/security/keys/trusted-keys/ |
| H A D | trusted_tee.c | 196 static int optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in optee_ctx_match() function 213 pvt_data.ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, in trusted_key_probe()
|
| /linux/drivers/firmware/qcom/ |
| H A D | qcom_pas_tee.c | 411 static int optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in optee_ctx_match() function 429 data->ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, NULL); in qcom_pas_tee_probe()
|
| /linux/drivers/rtc/ |
| H A D | rtc-optee.c | 542 static int optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in optee_ctx_match() function 568 priv->ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, NULL); in optee_rtc_probe()
|