Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm_vtpm_proxy.c535 struct vtpm_proxy_new_dev *vtpm_new_dev) in vtpm_proxy_create_device() argument
541 if (vtpm_new_dev->flags & ~VTPM_PROXY_FLAGS_ALL) in vtpm_proxy_create_device()
548 proxy_dev->flags = vtpm_new_dev->flags; in vtpm_proxy_create_device()
573 vtpm_new_dev->fd = fd; in vtpm_proxy_create_device()
574 vtpm_new_dev->major = MAJOR(proxy_dev->chip->dev.devt); in vtpm_proxy_create_device()
575 vtpm_new_dev->minor = MINOR(proxy_dev->chip->dev.devt); in vtpm_proxy_create_device()
576 vtpm_new_dev->tpm_num = proxy_dev->chip->dev_num; in vtpm_proxy_create_device()
630 struct vtpm_proxy_new_dev vtpm_new_dev; in vtpmx_ioc_new_dev() local
638 if (copy_from_user(&vtpm_new_dev, vtpm_new_dev_p, in vtpmx_ioc_new_dev()
639 sizeof(vtpm_new_dev))) in vtpmx_ioc_new_dev()
[all …]