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

/u-boot/drivers/tpm/
H A Dtpm-uclass.c24 struct tpm_ops *ops = tpm_get_ops(dev);
34 struct tpm_ops *ops = tpm_get_ops(dev);
44 struct tpm_ops *ops = tpm_get_ops(dev);
54 struct tpm_ops *ops = tpm_get_ops(dev);
90 struct tpm_ops *ops = tpm_get_ops(dev);
/u-boot/include/
H A Dtpm-common.h187 #define tpm_get_ops(dev) ((struct tpm_ops *)device_get_ops(dev)) macro

Completed in 19 milliseconds