Home
last modified time | relevance | path

Searched refs:tpm_get_ops (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/tpm/
H A Dtpm-uclass.c16 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_open()
26 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_close()
36 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_get_desc()
72 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_xfer()
/OK3568_Linux_fs/u-boot/include/
H A Dtpm.h356 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev)) macro