Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tee/optee/
Ddevice.c14 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/
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()
/Linux-v5.10/drivers/char/hw_random/
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()