Home
last modified time | relevance | path

Searched refs:tee_ioctl_version_data (Results 1 – 13 of 13) sorted by relevance

/linux-5.19.10/include/linux/
Dtee_drv.h96 struct tee_ioctl_version_data *vers);
387 int (*match)(struct tee_ioctl_version_data *,
389 const void *data, struct tee_ioctl_version_data *vers);
406 struct tee_ioctl_version_data *vers);
/linux-5.19.10/include/uapi/linux/
Dtee.h75 struct tee_ioctl_version_data { struct
88 struct tee_ioctl_version_data)
/linux-5.19.10/drivers/tee/
Dtee_core.c271 struct tee_ioctl_version_data __user *uvers) in tee_ioctl_version()
273 struct tee_ioctl_version_data vers; in tee_ioctl_version()
969 struct tee_ioctl_version_data vers; in implementation_id_show()
1085 struct tee_ioctl_version_data *vers;
1087 int (*match)(struct tee_ioctl_version_data *, const void *);
1101 int (*match)(struct tee_ioctl_version_data *, in tee_client_open_context() argument
1103 const void *data, struct tee_ioctl_version_data *vers) in tee_client_open_context()
1108 struct tee_ioctl_version_data v; in tee_client_open_context()
1149 struct tee_ioctl_version_data *vers) in tee_client_get_version()
/linux-5.19.10/drivers/tee/optee/
Ddevice.c14 static int optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in optee_ctx_match()
Dffa_abi.c714 struct tee_ioctl_version_data *vers) in optee_ffa_get_version()
716 struct tee_ioctl_version_data v = { in optee_ffa_get_version()
Dsmc_abi.c1064 struct tee_ioctl_version_data *vers) in optee_get_version()
1066 struct tee_ioctl_version_data v = { in optee_get_version()
/linux-5.19.10/drivers/tee/amdtee/
Dcore.c25 struct tee_ioctl_version_data *vers) in amdtee_get_version()
27 struct tee_ioctl_version_data v = { in amdtee_get_version()
/linux-5.19.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()
/linux-5.19.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()
/linux-5.19.10/security/keys/trusted-keys/
Dtrusted_tee.c220 static int optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in optee_ctx_match()
/linux-5.19.10/drivers/char/tpm/
Dtpm_ftpm_tee.c198 static int ftpm_tee_match(struct tee_ioctl_version_data *ver, const void *data) in ftpm_tee_match()
/linux-5.19.10/drivers/rtc/
Drtc-optee.c233 static int optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in optee_ctx_match()
/linux-5.19.10/drivers/firmware/arm_scmi/
Doptee.c540 static int scmi_optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in scmi_optee_ctx_match()