Home
last modified time | relevance | path

Searched refs:to_tee_client_device (Results 1 – 4 of 4) 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/optee/
H A Ddevice.c65 struct tee_client_device *optee_device = to_tee_client_device(dev); in optee_release_device()
/linux/drivers/tee/
H A Dtee_core.c1428 tee_device = to_tee_client_device(dev); in tee_client_device_match()
1442 uuid_t *dev_id = &to_tee_client_device(dev)->id.uuid; in tee_client_device_uevent()
1449 struct tee_client_device *tcdev = to_tee_client_device(dev); in tee_client_device_probe()
1460 struct tee_client_device *tcdev = to_tee_client_device(dev); in tee_client_device_remove()
1469 struct tee_client_device *tcdev = to_tee_client_device(dev); in tee_client_device_shutdown()
/linux/drivers/firmware/arm_scmi/transports/
H A Doptee.c161 struct tee_client_device *scmi_pta = to_tee_client_device(dev); in open_session()