Searched refs:optee_ctx_match (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/tee/optee/ |
D | device.c | 14 static int optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in optee_ctx_match() function 96 ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, NULL); in __optee_enumerate_devices()
|
/Linux-v5.10/drivers/firmware/broadcom/ |
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()
|
/Linux-v5.10/drivers/char/hw_random/ |
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()
|