Searched refs:vtpm_new_dev (Results 1 – 1 of 1) sorted by relevance
533 struct vtpm_proxy_new_dev *vtpm_new_dev) in vtpm_proxy_create_device() argument539 if (vtpm_new_dev->flags & ~VTPM_PROXY_FLAGS_ALL) in vtpm_proxy_create_device()546 proxy_dev->flags = vtpm_new_dev->flags; in vtpm_proxy_create_device()571 vtpm_new_dev->fd = fd; in vtpm_proxy_create_device()574 vtpm_new_dev->tpm_num = proxy_dev->chip->dev_num; in vtpm_proxy_create_device()628 struct vtpm_proxy_new_dev vtpm_new_dev; in vtpmx_ioc_new_dev() local637 sizeof(vtpm_new_dev))) in vtpmx_ioc_new_dev()644 if (copy_to_user(vtpm_new_dev_p, &vtpm_new_dev, in vtpmx_ioc_new_dev()645 sizeof(vtpm_new_dev))) { in vtpmx_ioc_new_dev()646 put_unused_fd(vtpm_new_dev.fd); in vtpmx_ioc_new_dev()[all …]
Completed in 4 milliseconds