Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/tpm/
H A Dtpm_vtpm_proxy.c630 struct file *vtpm_file; in vtpmx_ioc_new_dev() local
641 vtpm_file = vtpm_proxy_create_device(&vtpm_new_dev); in vtpmx_ioc_new_dev()
642 if (IS_ERR(vtpm_file)) in vtpmx_ioc_new_dev()
643 return PTR_ERR(vtpm_file); in vtpmx_ioc_new_dev()
648 fput(vtpm_file); in vtpmx_ioc_new_dev()
652 fd_install(vtpm_new_dev.fd, vtpm_file); in vtpmx_ioc_new_dev()
/kernel/linux/linux-6.6/drivers/char/tpm/
H A Dtpm_vtpm_proxy.c630 struct file *vtpm_file; in vtpmx_ioc_new_dev() local
641 vtpm_file = vtpm_proxy_create_device(&vtpm_new_dev); in vtpmx_ioc_new_dev()
642 if (IS_ERR(vtpm_file)) in vtpmx_ioc_new_dev()
643 return PTR_ERR(vtpm_file); in vtpmx_ioc_new_dev()
648 fput(vtpm_file); in vtpmx_ioc_new_dev()
652 fd_install(vtpm_new_dev.fd, vtpm_file); in vtpmx_ioc_new_dev()

Completed in 2 milliseconds