Home
last modified time | relevance | path

Searched refs:tpm_open (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/char/tpm/
H A Dtpm-dev.c18 static int tpm_open(struct inode *inode, struct file *file) in tpm_open() function
63 .open = tpm_open,
/openbmc/u-boot/include/
H A Dtpm-common.h216 int tpm_open(struct udevice *dev);
/openbmc/u-boot/drivers/tpm/
H A Dtpm-uclass.c20 int tpm_open(struct udevice *dev) in tpm_open() function
/openbmc/u-boot/lib/
H A Dtpm-common.c197 return tpm_open(dev); in tpm_init()