Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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,
/OK3568_Linux_fs/u-boot/drivers/tpm/
H A Dtpm-uclass.c14 int tpm_open(struct udevice *dev) in tpm_open() function
/OK3568_Linux_fs/u-boot/include/
H A Dtpm.h366 int tpm_open(struct udevice *dev);
/OK3568_Linux_fs/u-boot/lib/
H A Dtpm.c269 return tpm_open(dev); in tpm_init()