Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dvtpm_proxy.h13 struct vtpm_proxy_new_dev { struct
20 #define VTPM_PROXY_IOC_NEW_DEV _IOWR(0xa1, 0x00, struct vtpm_proxy_new_dev) argument
/kernel/linux/linux-5.10/include/uapi/linux/
Dvtpm_proxy.h40 struct vtpm_proxy_new_dev { struct
48 #define VTPM_PROXY_IOC_NEW_DEV _IOWR(0xa1, 0x00, struct vtpm_proxy_new_dev) argument
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dvtpm_proxy.h26 struct vtpm_proxy_new_dev { struct
33 #define VTPM_PROXY_IOC_NEW_DEV _IOWR(0xa1, 0x00, struct vtpm_proxy_new_dev) argument
/kernel/linux/linux-5.10/drivers/char/tpm/
Dtpm_vtpm_proxy.c534 struct vtpm_proxy_new_dev *vtpm_new_dev) in vtpm_proxy_create_device()
628 struct vtpm_proxy_new_dev __user *vtpm_new_dev_p; in vtpmx_ioc_new_dev()
629 struct vtpm_proxy_new_dev vtpm_new_dev; in vtpmx_ioc_new_dev()