Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tee/optee/
H A Ddevice.c58 struct tee_client_device *optee_device = to_tee_client_device(dev); in optee_release_device()
/openbmc/linux/include/linux/
H A Dtee_drv.h481 #define to_tee_client_device(d) container_of(d, struct tee_client_device, dev) macro
/openbmc/linux/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c186 struct tee_client_device *bnxt_device = to_tee_client_device(dev); in tee_bnxt_fw_probe()
/openbmc/linux/drivers/char/hw_random/
H A Doptee-rng.c216 struct tee_client_device *rng_device = to_tee_client_device(dev); in optee_rng_probe()
/openbmc/linux/security/keys/trusted-keys/
H A Dtrusted_tee.c207 struct tee_client_device *rng_device = to_tee_client_device(dev); in trusted_key_probe()
/openbmc/linux/drivers/rtc/
H A Drtc-optee.c243 struct tee_client_device *rtc_device = to_tee_client_device(dev); in optee_rtc_probe()
/openbmc/linux/drivers/firmware/arm_scmi/
H A Doptee.c159 struct tee_client_device *scmi_pta = to_tee_client_device(dev); in open_session()
/openbmc/linux/drivers/tee/
H A Dtee_core.c1199 tee_device = to_tee_client_device(dev); in tee_client_device_match()
1213 uuid_t *dev_id = &to_tee_client_device(dev)->id.uuid; in tee_client_device_uevent()