Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/tpm/
H A Dtpm-uclass.c22 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_open()
32 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_close()
42 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_get_desc()
52 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_report_state()
88 struct tpm_ops *ops = tpm_get_ops(dev); in tpm_xfer()
/openbmc/u-boot/include/
H A Dtpm-common.h187 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev)) macro