Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dtee_drv.h284 struct tee_client_device_id id;
296 const struct tee_client_device_id *id_table;
H A Dmod_devicetable.h837 struct tee_client_device_id { struct
/linux-6.15/scripts/mod/
H A Ddevicetable-offsets.c241 DEVID(tee_client_device_id); in main()
242 DEVID_FIELD(tee_client_device_id, uuid); in main()
H A Dfile2alias.c1233 DEF_FIELD_ADDR(symval, tee_client_device_id, uuid); in do_tee_entry()
/linux-6.15/Documentation/driver-api/
H A Dtee.rst37 static const struct tee_client_device_id client_id_table[] = {
/linux-6.15/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c252 static const struct tee_client_device_id tee_bnxt_fw_id_table[] = {
/linux-6.15/drivers/char/hw_random/
H A Doptee-rng.c272 static const struct tee_client_device_id optee_rng_id_table[] = {
/linux-6.15/security/keys/trusted-keys/
H A Dtrusted_tee.c256 static const struct tee_client_device_id trusted_key_id_table[] = {
/linux-6.15/drivers/char/tpm/
H A Dtpm_ftpm_tee.c353 static const struct tee_client_device_id optee_ftpm_id_table[] = {
/linux-6.15/drivers/rtc/
H A Drtc-optee.c329 static const struct tee_client_device_id optee_rtc_id_table[] = {
/linux-6.15/drivers/firmware/arm_scmi/transports/
H A Doptee.c601 static const struct tee_client_device_id scmi_optee_service_id[] = {
/linux-6.15/drivers/firmware/efi/stmm/
H A Dtee_stmm_efi.c31 static const struct tee_client_device_id tee_stmm_efi_id_table[] = {
/linux-6.15/drivers/tee/
H A Dtee_core.c1213 const struct tee_client_device_id *id_table; in tee_client_device_match()