Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dtee_drv.h566 struct tee_client_device_id id;
578 const struct tee_client_device_id *id_table;
H A Dmod_devicetable.h810 struct tee_client_device_id { struct
/OK3568_Linux_fs/kernel/scripts/mod/
H A Ddevicetable-offsets.c237 DEVID(tee_client_device_id); in main()
238 DEVID_FIELD(tee_client_device_id, uuid); in main()
H A Dfile2alias.c1329 DEF_FIELD(symval, tee_client_device_id, uuid); in do_tee_entry()
/OK3568_Linux_fs/kernel/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c252 static const struct tee_client_device_id tee_bnxt_fw_id_table[] = {
/OK3568_Linux_fs/kernel/drivers/char/hw_random/
H A Doptee-rng.c273 static const struct tee_client_device_id optee_rng_id_table[] = {
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm_ftpm_tee.c374 static const struct tee_client_device_id optee_ftpm_id_table[] = {
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dtee.rst89 static const struct tee_client_device_id client_id_table[] = {
/OK3568_Linux_fs/kernel/drivers/tee/
H A Dtee_core.c1200 const struct tee_client_device_id *id_table; in tee_client_device_match()