Searched refs:tee_ioctl_version_data (Results 1 – 18 of 18) sorted by relevance
/linux/include/linux/ |
H A D | tee_drv.h | 192 int (*match)(struct tee_ioctl_version_data *, 194 const void *data, struct tee_ioctl_version_data *vers); 211 struct tee_ioctl_version_data *vers);
|
H A D | tee_core.h | 82 struct tee_ioctl_version_data *vers);
|
/linux/include/uapi/linux/ |
H A D | tee.h | 76 struct tee_ioctl_version_data { struct 89 struct tee_ioctl_version_data)
|
/linux/drivers/tee/ |
H A D | tee_core.c | 271 struct tee_ioctl_version_data __user *uvers) in tee_ioctl_version() 273 struct tee_ioctl_version_data vers; in tee_ioctl_version() 976 struct tee_ioctl_version_data vers; in implementation_id_show() 1095 struct tee_ioctl_version_data *vers; 1097 int (*match)(struct tee_ioctl_version_data *, const void *); 1111 int (*match)(struct tee_ioctl_version_data *, in tee_client_open_context() argument 1113 const void *data, struct tee_ioctl_version_data *vers) in tee_client_open_context() 1118 struct tee_ioctl_version_data v; in tee_client_open_context() 1159 struct tee_ioctl_version_data *vers) in tee_client_get_version()
|
/linux/drivers/tee/tstee/ |
H A D | core.c | 45 struct tee_ioctl_version_data *vers) in tstee_get_version() 48 struct tee_ioctl_version_data v = { in tstee_get_version()
|
/linux/drivers/tee/amdtee/ |
H A D | core.c | 24 struct tee_ioctl_version_data *vers) in amdtee_get_version() 26 struct tee_ioctl_version_data v = { in amdtee_get_version()
|
/linux/drivers/tee/optee/ |
H A D | device.c | 14 static int optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in optee_ctx_match()
|
H A D | ffa_abi.c | 757 struct tee_ioctl_version_data *vers) in optee_ffa_get_version() 759 struct tee_ioctl_version_data v = { in optee_ffa_get_version()
|
H A D | smc_abi.c | 1155 struct tee_ioctl_version_data *vers) in optee_get_version() 1157 struct tee_ioctl_version_data v = { in optee_get_version()
|
/linux/drivers/firmware/broadcom/ |
H A D | tee_bnxt_fw.c | 179 static int optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in optee_ctx_match()
|
/linux/drivers/char/hw_random/ |
H A D | optee-rng.c | 206 static int optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in optee_ctx_match()
|
/linux/drivers/nvmem/ |
H A D | stm32-bsec-optee-ta.c | 59 static int stm32_bsec_optee_ta_match(struct tee_ioctl_version_data *ver, in stm32_bsec_optee_ta_match()
|
/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()
|
/linux/drivers/char/tpm/ |
H A D | tpm_ftpm_tee.c | 197 static int ftpm_tee_match(struct tee_ioctl_version_data *ver, const void *data) in ftpm_tee_match()
|
/linux/drivers/rtc/ |
H A D | rtc-optee.c | 233 static int optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in optee_ctx_match()
|
/linux/drivers/firmware/arm_scmi/transports/ |
H A D | optee.c | 511 static int scmi_optee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in scmi_optee_ctx_match()
|
/linux/drivers/firmware/efi/stmm/ |
H A D | tee_stmm_efi.c | 36 static int tee_ctx_match(struct tee_ioctl_version_data *ver, const void *data) in tee_ctx_match()
|
/linux/drivers/platform/x86/amd/pmf/ |
H A D | tee-if.c | 388 static int amd_pmf_amdtee_ta_match(struct tee_ioctl_version_data *ver, const void *data) in amd_pmf_amdtee_ta_match()
|