Home
last modified time | relevance | path

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

/external/u-boot/drivers/tpm/
Dtpm-uclass.c19 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_open()
29 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_close()
39 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_get_desc()
75 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_xfer()
/external/u-boot/include/
Dtpm-common.h155 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev)) macro