Home
last modified time | relevance | path

Searched refs:to_tee_client_device (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dtee_drv.h310 #define to_tee_client_device(d) container_of(d, struct tee_client_device, dev) macro
/linux/drivers/tee/
H A Dtee_core.c1422 tee_device = to_tee_client_device(dev); in tee_client_device_match()
1436 uuid_t *dev_id = &to_tee_client_device(dev)->id.uuid; in tee_client_device_uevent()
1443 struct tee_client_device *tcdev = to_tee_client_device(dev); in tee_client_device_probe()
1454 struct tee_client_device *tcdev = to_tee_client_device(dev); in tee_client_device_remove()
1463 struct tee_client_device *tcdev = to_tee_client_device(dev); in tee_client_device_shutdown()
/linux/security/keys/trusted-keys/
H A Dtrusted_tee.c