Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dtee_drv.h563 struct tee_client_device { struct
568 #define to_tee_client_device(d) container_of(d, struct tee_client_device, dev) argument
/Linux-v5.10/drivers/tee/optee/
Ddevice.c58 struct tee_client_device *optee_device = NULL; in optee_register_device()
/Linux-v5.10/drivers/firmware/broadcom/
Dtee_bnxt_fw.c186 struct tee_client_device *bnxt_device = to_tee_client_device(dev); in tee_bnxt_fw_probe()
/Linux-v5.10/drivers/char/hw_random/
Doptee-rng.c216 struct tee_client_device *rng_device = to_tee_client_device(dev); in optee_rng_probe()
/Linux-v5.10/drivers/tee/
Dtee_core.c1194 struct tee_client_device *tee_device; in tee_client_device_match()