Home
last modified time | relevance | path

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

/openbmc/linux/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
118 ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, NULL); in __optee_enumerate_devices()
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/security/keys/trusted-keys/
H A Dtrusted_tee.c196 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()
/openbmc/linux/drivers/rtc/
H A Drtc-optee.c233 static int optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in optee_ctx_match() function
261 priv->ctx = tee_client_open_context(NULL, optee_ctx_match, NULL, NULL); in optee_rtc_probe()